From 602fbaf79e334b67060878ec3fb4ba071a66ac7e Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 6 Nov 2025 08:29:26 -0500 Subject: [PATCH] Jotty hotfix: SSO_FALLBACK_LOCAL value (#8907) --- install/jotty-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/jotty-install.sh b/install/jotty-install.sh index 0492b14b6..81be5f29c 100644 --- a/install/jotty-install.sh +++ b/install/jotty-install.sh @@ -40,7 +40,7 @@ NODE_ENV=production # OIDC_ISSUER= # OIDC_CLIENT_ID= # APP_URL= -# SSO_FALLBACK_LOCAL=true # Allow both SSO and normal login +# SSO_FALLBACK_LOCAL=yes # Allow both SSO and normal login # OIDC_CLIENT_SECRET=your_client_secret # Enable confidential client mode with client authentication # OIDC_ADMIN_GROUPS=admins # Map provider groups to admin role EOF