1

It seems that the "Forgot your password?" link on the Azure B2C Sign in page does not invoke the defined Password Reset Policy when using a SignUp/SignIn policy.

Is Microsoft working on resolving this issue? or has anyone found a way to get the password reset policy to run from the link?

I can run the Password Reset endpoint from within the Azure B2C portal, but can not get to this endpoint from my application. I get sent to https:///.auth/login/aad/callback with a "You do not have permission to view this directory or page." message.

It seems like the Azure B2C workflow is wrong for the Forgot password URL. Does anyone have an idea when this might get fixed? I am using a Sign Up/Sign In policy.

spottedmahn
  • 14,823
  • 13
  • 108
  • 178
  • Possible duplicate of [ad b2c self service password reset link doesn't work](https://stackoverflow.com/questions/41497158/ad-b2c-self-service-password-reset-link-doesnt-work) – spottedmahn Oct 02 '17 at 18:48
  • I have tried the code in the referenced post and it does not work for me. I still get "You do not have permission to view this directory or page" message. IMHO - I should not have to hit my code to reset the password, the process is already in place in the B2C policy. – Michael Rockwell Oct 03 '17 at 17:32
  • Can you update your question w/ the type of policy? Sign-in/Sign-up or just sign-in? – spottedmahn Oct 03 '17 at 17:52
  • It is a SignUp/SignIn policy. When I switch it to be just SignIn I can change the password and all is fine, but we want the dual policy. I am wondering if it is my Issuer Url in Active Directory Authentication. https://login.microsoftonline.com/.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=B2C_1_TeamEdSignUpIn Should I have the policy appended to the end like this? – Michael Rockwell Oct 04 '17 at 19:16
  • The forgot password in a SignUp/SignIn policy ["... requires the application to do some extra work"](https://stackoverflow.com/questions/41497158/ad-b2c-self-service-password-reset-link-doesnt-work) – spottedmahn Oct 05 '17 at 14:39

0 Answers0