use " all the way

This commit is contained in:
j 2025-03-11 00:33:43 +01:00
parent 3f3fa9ab2a
commit 8acb7032f8

View file

@ -173,8 +173,8 @@ OIDC_USERNAME_ALGO = "app.oidc.generate_username"
OIDC_RP_CLIENT_ID = None
# define those in local_settings to enable OCID based login
#OIDC_RP_CLIENT_ID = '<client id>'
#OIDC_RP_CLIENT_SECRET = '<client secret>'
#OIDC_RP_CLIENT_ID = "<client id>"
#OIDC_RP_CLIENT_SECRET = "<client secret>"
#OIDC_RP_SIGN_ALGO = "RS256"
#OIDC_OP_JWKS_ENDPOINT = "<jwks endpoint>"
#OIDC_OP_AUTHORIZATION_ENDPOINT = "<authorization endpoint>"