How to force 2FA after logout on single account? #1786
Unanswered
JacobMaldonado
asked this question in
Q&A
Replies: 1 comment
-
I have experienced the same behavior (problem) after signout: signing back in does not prompt for a password. Given that a device wipe was occurred as part of the protection policy, this seems like a security hole. Is this expected behavior from the MSAL library? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I'm trying to logout and i am using
app.signOut()
but the problem is that when a user try to log in again it is not asked for password or 2FA, which could be a security issue.How can I achieve this behavior?
Beta Was this translation helpful? Give feedback.
All reactions