I have setting up CRM Portals with Azure AD B2C directory.
I setup Azure AD B2C, setup policies and configured CRM Site Settings as per online help, and have got the Signup Signin policy working OK.
However, using the same help to configure the Password reset settings, clicking on the Forgot Password link just jumps to the login page again and not to the reset password page.
Online Help I'm using: https://docs.microsoft.com/en-us/dynamics365/customer-engagement/portals/azure-ad-b2c#password-reset
I've setup the 2 site settings as required:
Authentication/OpenIdConnect/XXX/PasswordResetPolicyId --> B2C_1_Passwordreset1
Authentication/OpenIdConnect/XXX/ValidIssuers --> Issuer URLs for my SignupSignin and passwordreset policies,
separated by comma.
Stopped/started portal.
What needs to happen to get this right?