-
-
Notifications
You must be signed in to change notification settings - Fork 22
Disable password login and enforce SSO/OIDC-only authentication #721
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi!
I’d like to request the ability to disable local password-based login and allow only SSO/OIDC authentication, along with an option to redirect users directly to the identity provider without showing the login page.
This would be especially useful in self-hosted setups where non-technical family members are already used to authenticating exclusively through a single sign-on provider across all apps — the password form just creates unnecessary confusion.
Expected Behavior
- Admin enables “SSO-only mode” via ENV variable (using an ENV rather than an in-app toggle ensures the admin can still revert access if the identity provider is unreachable or the admin account is not linked to an OIDC user)
- Any unauthenticated user visiting the app is immediately redirected to the configured identity provider (e.g. Keycloak)
- After successful authentication, the user is redirected back to the app as usual
- The local login form is never shown
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Backlog