Skip to content

Commit b1843dc

Browse files
authored
Remove oauth as not used (#26)
1 parent 5112328 commit b1843dc

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

settings.json.docker

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -659,23 +659,8 @@
659659
*/
660660
"lowerCasePadIds": "${LOWER_CASE_PAD_IDS:false}",
661661
"sso": {
662-
"issuer": "${SSO_ISSUER:http://localhost:9001}",
663-
"clients": [
664-
{
665-
"client_id": "${ADMIN_CLIENT:admin_client}",
666-
"client_secret": "${ADMIN_SECRET:admin}",
667-
"grant_types": ["authorization_code"],
668-
"response_types": ["code"],
669-
"redirect_uris": ["${ADMIN_REDIRECT:http://localhost:9001/admin/}"]
670-
},
671-
{
672-
"client_id": "${USER_CLIENT:user_client}",
673-
"client_secret": "${USER_SECRET:user}",
674-
"grant_types": ["authorization_code"],
675-
"response_types": ["code"],
676-
"redirect_uris": ["${USER_REDIRECT:http://localhost:9001/}"]
677-
}
678-
]
662+
"issuer": "${SSO_ISSUER:https://pad.kits.blog}",
663+
"clients": []
679664
},
680665

681666
/* Set the time to live for the tokens

0 commit comments

Comments
 (0)