mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[SSO]: SSO requires re-login into my auth provider #450
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 @Robin-Sch on GitHub (Mar 27, 2024).
I'm using keycloak as my auth provider and the following config:
Whenever I open planka, and click "Log in with SSO", keycloak will always ask me to re-login again. Even if I'm already logged in.
@meltyshev commented on GitHub (Mar 27, 2024):
Hi! It seems that this should be configurable in Keycloak itself and it's not related to Planka settings. Maybe just the "Remember Me" setting is turned off: https://www.keycloak.org/docs/latest/server_admin/#enabling-remember-me.
@Robin-Sch commented on GitHub (Mar 27, 2024):
For other services I didn't need this setting and it would automatically log me in without requiring me to re-login, but yes, enabling this indeed fixed it.