-
Notifications
You must be signed in to change notification settings - Fork 888
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
custom tab don't remove the session after logout and login with different user #874
Comments
We have this question too. Same problem. |
Really depends on your Idp having implemented end-session correctly. |
We found a workaround solution: during login, set the max_age parameter to "0" to force the prompt=login to take effect.
see: #15 |
We found a workaround solution: set the max_age parameter to "0" to force the prompt=login to take effect.
see: #15 |
when I login with a user and try to open custom tab for one of our website pages the page see that the user is logged in correctly and that is fine, after that I logout using end session method and log in with different user and open the same website page the page still see that the logged in user is user one,, so is there any way to clear the cookies of this saved user after logout ?
The text was updated successfully, but these errors were encountered: