Prompt user to login to different application or audience when he is already loggedin

Hi,

I have a requirement where I want the user to enter his current password (as a security measure) before making an request to api to update his password . In order to achieve that, I should somehow validate the current user password when he is already logged in. How can I achieve that.

My failed approaches:

  1. I tried a different audience thinking it would prompt to login . Instead i’m getting the token silently with the new audience.
  2. Tried to fire login call with different client id, but then I was in a redirect loop.

Hi @sachindraragul,

Take a look at this thread that details how to set this:

https://community.auth0.com/t/change-password-validation/8158/8

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.