-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account console v2 doesn't support automatic logout #23833
Comments
For the reference: The same issue for new admin console #23832 |
I believe this is also true for the v3 of the Account Console. |
@jonkoops I think we should only fix this for V3. |
Due to the amount of issues reported by the community we are not able to prioritise resolving this issue at the moment. If you are affected by this issue, upvote it by adding a 👍 to the description. We would also welcome a contribution to fix the issue. |
FYI this is still an issue in V3 |
fixed with #28723 |
@edewit Assigned to you for backport since you were the one who actually fixed it. |
Automatically forces the user to re-authenticate from the Admin and Account consoles when a single-logout occurs. Closes keycloak#23832 Closes keycloak#23833 Signed-off-by: Erik Jan de Wit <[email protected]> Signed-off-by: Jon Koops <[email protected]> Co-authored-by: Jon Koops <[email protected]> (cherry picked from commit 957859d)
Automatically forces the user to re-authenticate from the Admin and Account consoles when a single-logout occurs. Closes keycloak#23832 Closes keycloak#23833 Signed-off-by: Erik Jan de Wit <[email protected]> Signed-off-by: Jon Koops <[email protected]> Co-authored-by: Jon Koops <[email protected]> (cherry picked from commit 957859d)
Automatically forces the user to re-authenticate from the Admin and Account consoles when a single-logout occurs. Closes keycloak#23832 Closes keycloak#23833 Signed-off-by: Erik Jan de Wit <[email protected]> Signed-off-by: Jon Koops <[email protected]> Co-authored-by: Jon Koops <[email protected]> (cherry picked from commit 957859d)
Automatically forces the user to re-authenticate from the Admin and Account consoles when a single-logout occurs. Closes keycloak#23832 Closes keycloak#23833 Signed-off-by: Erik Jan de Wit <[email protected]> Signed-off-by: Jon Koops <[email protected]> Co-authored-by: Jon Koops <[email protected]> (cherry picked from commit 957859d) Signed-off-by: Erik Jan de Wit <[email protected]>
Automatically forces the user to re-authenticate from the Admin and Account consoles when a single-logout occurs. Closes #23832 Closes #23833 (cherry picked from commit 957859d) Signed-off-by: Erik Jan de Wit <[email protected]> Signed-off-by: Jon Koops <[email protected]> Co-authored-by: Jon Koops <[email protected]>
Before reporting an issue
Area
account/ui
Describe the bug
Scenario like:
Version
22.0.4 (or latest Keycloak main)
Expected behavior
Automatic logout in tab1 due the session iframe after user logged-out in tab2.
Actual behavior
Not being logged-out automatically in tab1 until I click on some link
How to Reproduce?
See above
Anything else?
Not 100% sure if this can be strictly considered a bug or missing functionality (feature). Also it is not a regression since old account console (Account console V1) was not based on javascript and automatic logout did not work here. So feel free to convert to "Feature" or "Enhancement".
The text was updated successfully, but these errors were encountered: