You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I`m having an issue with next-auth keycloak provider. After successfully sign in into the application using the keycloack provider a session is generated in keycloak. When i am signOut the session stays active. The problem is when i sign in again the user logging into the application without being redirected to keycloak login mask. That can be problematic when the user shares the device with someone else or when he want to change the account.
Is it possible to destroy the keycloak session when the user calls the signOut() function?
How to reproduce ☕️
sign in with the keycloak provider (nextAuth 4.0.0-beta.6)
sign out
sign in again
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
The text was updated successfully, but these errors were encountered:
Uniiq
changed the title
Is is normal that the session in keycloak stays active when i use the signOut() function?
Is it normal that the session in keycloak stays active when i use the signOut() function?
Nov 24, 2021
Question 💬
hello!
I`m having an issue with next-auth keycloak provider. After successfully sign in into the application using the keycloack provider a session is generated in keycloak. When i am signOut the session stays active. The problem is when i sign in again the user logging into the application without being redirected to keycloak login mask. That can be problematic when the user shares the device with someone else or when he want to change the account.
Is it possible to destroy the keycloak session when the user calls the
signOut()
function?How to reproduce ☕️
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
The text was updated successfully, but these errors were encountered: