Skip to content

Instantly share code, notes, and snippets.

@deepumi
Created April 20, 2022 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepumi/58f86e54868687621a2e5d816d463b4d to your computer and use it in GitHub Desktop.
Save deepumi/58f86e54868687621a2e5d816d463b4d to your computer and use it in GitHub Desktop.
B2C Password Reset URL
{policy} = "Azure Password Reset Policy";
{0} = "B2C directory name";
{client_id} = B2C Client Id;
https://{0}.b2clogin.com/{0}.onmicrosoft.com/oauth2/v2.0/authorize?p={policy}&client_id=&redirect_uri=https://localhost:44310/oauth/passwordresetresponse&scope=openid&response_type=id_token&prompt=login&response_mode=form_post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment