azure-saas
azure-saas copied to clipboard
Azure AD B2C Password reset policy not working
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:
- Go to any of the web applications that require signin/signup
- Click on Forgot Password?
- Nothing happens
Expected behavior User should be redirected to an Azure AD B2C page where he/she can reset password.
I believe you are right and that password reset has not yet been implemented.
@1iveowl actually I thought there was no policy, but in fact it is installed, maybe it's just not referenced from the base policy?
Correct, it's there, but not referenced in the ASP.NET Core code. Thank you for the clarification.