diff --git a/install/jotty-install.sh b/install/jotty-install.sh index 81be5f29c..d20896c36 100644 --- a/install/jotty-install.sh +++ b/install/jotty-install.sh @@ -40,9 +40,9 @@ NODE_ENV=production # OIDC_ISSUER= # OIDC_CLIENT_ID= # APP_URL= -# 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 +# SSO_FALLBACK_LOCAL=yes +# OIDC_CLIENT_SECRET=your_client_secret +# OIDC_ADMIN_GROUPS=admins EOF msg_ok "Installed ${APPLICATION}"