From 47bcc0c33c0c71968555977fa9550d7a194975c8 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Fri, 9 Jan 2026 23:32:48 +0000 Subject: [PATCH] Update web/illustrations/settings.py --- web/illustrations/settings.py | 1 + 1 file changed, 1 insertion(+) 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"