Multiple logins in same browser session, choose one or new login like google #38110
Replies: 3 comments 3 replies
-
I believe it's not possible because you have a single IdP session (Keycloak cookie) per browser instance. This is how you end up with SSO between apps, thanks to the IdP cookie. |
Beta Was this translation helpful? Give feedback.
-
Hi @embesozzi In OIDC 1.0 spec is possible to use the prompt parameter with the value of "select_account"...I was thinking that keycloak eventually supports it... https://openid.net/specs/openid-connect-basic-1_0.html#RequestParameters |
Beta Was this translation helpful? Give feedback.
-
I've been looking for this feature for the past two years now. This is also leveraging |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I do not know if it's possible to keycloak manage multiple login/sso in the same browser session, but this would be great.
Google SSO has the possibility to choose an already logged in account or login with a new one.
Keycloak can manage this? Is it possible to implement this using SPIs?
Beta Was this translation helpful? Give feedback.
All reactions