I am using a Web Application with Azure AAD B2C configuration for authentication hosted in IIS.
I have created signup policy, sign in policy and password reset policy. I have configured Forget Password settings in Azure Active Directory too.
In the signin page, clicking the "Forget Password" link does not redirect to the password reset policy.
Instead, it returns an "access denied" error to the application. Do I need to do any explicit coding to redirect to password reset policy or am I missing any configuration in my settings?