Update web/illustrations/settings.py

This commit is contained in:
Joshua Laymon 2026-01-09 23:32:48 +00:00
parent ab900e287b
commit 47bcc0c33c

View File

@ -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"