Azure-Samples / active-directory-b2c-custom-policy-starterpack

Azure AD B2C now allows uploading of a Custom Policy which allows full control and customization of the Identity Experience Framework
http://aka.ms/aadb2ccustom
MIT License
340 stars 395 forks source link

PasswortReset URL incorrect in the SignUpOrSignIn UserJourney #137

Open lsmith77 opened 2 years ago

lsmith77 commented 2 years ago

The link to Forgot your password? is not pointing to the correct URL in the SocialAndLocalAccounts examples.

When clicking on the link I get back to the starting page of the SignUpOrSignIn flow rather than the password reset UI.

I noticed that if I use the standard user flows the url looks like .. unified?claimsexchange=ForgotPassword .. but in the custom policy it looks like .. forgotPassword? ...

maurobalbi commented 2 years ago

We noticed the same issue.