diff --git a/settings.json.docker b/settings.json.docker index 6eec7c6be0e..356d5083b3f 100644 --- a/settings.json.docker +++ b/settings.json.docker @@ -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