Skip to content

Commit 602fbaf

Browse files
authored
Jotty hotfix: SSO_FALLBACK_LOCAL value (#8907)
1 parent 0458d07 commit 602fbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/jotty-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ NODE_ENV=production
4040
# OIDC_ISSUER=<your-oidc-issuer-url>
4141
# OIDC_CLIENT_ID=<oidc-client-id>
4242
# APP_URL=<https://app.domain.tld>
43-
# SSO_FALLBACK_LOCAL=true # Allow both SSO and normal login
43+
# SSO_FALLBACK_LOCAL=yes # Allow both SSO and normal login
4444
# OIDC_CLIENT_SECRET=your_client_secret # Enable confidential client mode with client authentication
4545
# OIDC_ADMIN_GROUPS=admins # Map provider groups to admin role
4646
EOF

0 commit comments

Comments
 (0)