Azure / azure-saas

The Azure SaaS Development Kit (ASDK) provides a reference architecture, deployable reference implementation and tools to help developers, startups, ISVs and Enterprises deliver their applications as a SaaS service. A platform for platform creators.
https://aka.ms/azuresaasdevkit
326 stars 239 forks source link

Azure AD B2C Password reset policy not working #224

Open alvaradojl opened 1 year ago

alvaradojl commented 1 year ago

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.

1iveowl commented 1 year ago

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

alvaradojl commented 1 year ago

@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
1iveowl commented 1 year ago

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