I am using keycloak.logout()
to logout from my angular4 and angularjs app. i can logout successfully, but after logout when I go to keycloak server, I am getting my session active. how to resolve that issue?
Asked
Active
Viewed 215 times
0

Subodh Joshi
- 12,717
- 29
- 108
- 202

ANKIT MONDAL
- 1
- 2
-
logout successful means you redirect to login page? – Subodh Joshi Apr 16 '21 at 09:14
-
yes. first I hit kc.logout(). After that, the login page opens again. but the session is still there. – ANKIT MONDAL Apr 16 '21 at 10:42
-
are you using two different browsers (or one plus an incognito session) to log to keyclock and you angular app? Otherwise sharing the same session over different tabs on the same browser could not work – Marco Ottolini Apr 21 '21 at 11:45