Skip to content

Commit

Permalink
Remove oauth as not used (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek authored Sep 24, 2024
1 parent 5112328 commit b1843dc
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions settings.json.docker
Original file line number Diff line number Diff line change
Expand Up @@ -659,23 +659,8 @@
*/
"lowerCasePadIds": "${LOWER_CASE_PAD_IDS:false}",
"sso": {
"issuer": "${SSO_ISSUER:http://localhost:9001}",
"clients": [
{
"client_id": "${ADMIN_CLIENT:admin_client}",
"client_secret": "${ADMIN_SECRET:admin}",
"grant_types": ["authorization_code"],
"response_types": ["code"],
"redirect_uris": ["${ADMIN_REDIRECT:http://localhost:9001/admin/}"]
},
{
"client_id": "${USER_CLIENT:user_client}",
"client_secret": "${USER_SECRET:user}",
"grant_types": ["authorization_code"],
"response_types": ["code"],
"redirect_uris": ["${USER_REDIRECT:http://localhost:9001/}"]
}
]
"issuer": "${SSO_ISSUER:https://pad.kits.blog}",
"clients": []
},

/* Set the time to live for the tokens
Expand Down

0 comments on commit b1843dc

Please sign in to comment.