-
Notifications
You must be signed in to change notification settings - Fork 16
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
Full Logout not working with multiple clients #2
Comments
google oidc does not support logout... Use a different token service for this use case, for example you could put a identityserver4 in between. Greetings Damien |
@damienbod thank you for your reply. CLIENT 1:
CLIENT 2 :
when i logout from client 1 it sucessfully logout and redirect to login, but when i move to client 2 it can still access/use client 2 application. |
when one user logout from one client , same user can continue to use the protected data of second client.
need help.
The text was updated successfully, but these errors were encountered: