diff --git a/web/illustrations/settings.py b/web/illustrations/settings.py index de524fd..2c49b33 100644 --- a/web/illustrations/settings.py +++ b/web/illustrations/settings.py @@ -84,6 +84,7 @@ OIDC_OP_JWKS_ENDPOINT = os.getenv("OIDC_OP_JWKS_ENDPOINT", "") OIDC_RP_SCOPES = os.getenv("OIDC_RP_SCOPES", "openid email profile") OIDC_CREATE_USER = True USE_X_FORWARDED_HOST = True +OIDC_RP_SIGN_ALGO = "RS256"