How to sign out of browser session as well? #2141
Unanswered
alexandru-spasenie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm using this MSAL library for Android, I'm signed in inside the android app and also signed in in the phone's browser. When I sign out from the app I also want to sign out from the browser. Is this possible? Ideally would be to invalidate the token from both sessions, but I would also consider opening a browser tab that logs out the user and shows a message "You have been signed out" or something.
Beta Was this translation helpful? Give feedback.
All reactions