Azure ad b2c redirect user to change email/password flow

George Hatch 1 Reputation point
2022-07-05T17:14:29.027+00:00

How do I redirect the user from my app directly to the change email/password flow in ad b2c? I don't want the user to have to go to the login page and then have to click forgot password to enter the flow. I want to lead the user directly to that flow.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
40,136 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. 2022-07-06T00:39:18.153+00:00

    Hello @George Hatch , as with any user journey flow or policy you can visit the password reset /authorize endpoint URL directly. Eg:

    https://alfredorevillaatmsftb.b2clogin.com/alfredorevillaatmsftb.onmicrosoft.com/oauth2/v2.0/authorize?p=B2C_1_PasswordReset&client_id=7dfd80fe-d3fd-4ade-bd3c-67ab72df5caf&nonce=defaultNonce&redirect_uri=https%3A%2F%2Flocalhost%3A44351%2F&scope=openid&response_type=id_token&prompt=login

    Let us know if this answer was helpful to you or if you need additional assistance. If it was helpful, please remember to accept it and complete the quality survey so that others in the community with similar questions can more easily find a rated solution.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.