Hi Team,
I want to re-authenticate the azure ad user when users trying to reset the password, I just need to make sure that its valid user. Could please suggest how to re-authenticate user,I have username, password and few other fields.
Hi Team,
I want to re-authenticate the azure ad user when users trying to reset the password, I just need to make sure that its valid user. Could please suggest how to re-authenticate user,I have username, password and few other fields.
Hi @GogineniRajasekhar-7577 , Thanks for reaching out.
To expire the session and force to re-authenticate with the existing user session, you could directly logout AAD and then clear the cache.
The other option is to use Single sign-out, Upon you log out, it will automatically clear the session cookie.
Hope this helps,
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".
4 people are following this question.