mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
Disable standard Login when SSO is enabled #583
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AvinoPlayz on GitHub (Oct 11, 2024).
Is this a feature for the backend or frontend?
Frontend
What would you like?
When i have SSO enabled, i would like to have an option for disabling the standard Login Mask, so that everyone will be redirected to my OIDC Provider automatically to avoid confusions when people try entering their OIDC user credentials
Why is this needed?
No response
Other information
No response
@meltyshev commented on GitHub (Oct 11, 2024):
Hi! This should already be possible by simply adding
OIDC_ENFORCED=true.@AvinoPlayz commented on GitHub (Oct 11, 2024):
where do i find such things? It would be relly nice if there was a place where i can find all environment variables at one place
@meltyshev commented on GitHub (Oct 11, 2024):
Thanks for the question! All the environment variables can be found in https://github.com/plankanban/planka/blob/master/server/.env.sample or https://github.com/plankanban/planka/blob/master/docker-compose.yml. Additionally, all
OIDC_*environment variables are documented here: https://docs.planka.cloud/docs/Configuration/OIDC.@AvinoPlayz commented on GitHub (Oct 11, 2024):
Allright thanks a lot!