azure-saas icon indicating copy to clipboard operation
azure-saas copied to clipboard

Azure AD B2C Password reset policy not working

Open alvaradojl opened this issue 2 years ago • 3 comments

Describe the bug A policy PasswordReset.xml has been installed on the Azure AD B2C instance but it doesn't seem to take effect.

To Reproduce Steps to reproduce the behavior:

  1. Go to any of the web applications that require signin/signup
  2. Click on Forgot Password?
  3. Nothing happens

Expected behavior User should be redirected to an Azure AD B2C page where he/she can reset password.

alvaradojl avatar May 12 '23 10:05 alvaradojl

I believe you are right and that password reset has not yet been implemented.

1iveowl avatar May 12 '23 10:05 1iveowl

@1iveowl actually I thought there was no policy, but in fact it is installed, maybe it's just not referenced from the base policy? Screenshot 2023-05-12 125752

alvaradojl avatar May 12 '23 10:05 alvaradojl

Correct, it's there, but not referenced in the ASP.NET Core code. Thank you for the clarification.

1iveowl avatar May 12 '23 11:05 1iveowl