Hi everyone, I am trying to fix an issue I am facing where whenever a portal user resets their password, they get redirected to a portal error page.
Our PowerApps portals instance is using Azure AD B2C as an authentication provider. The Sign up/Sign in seems to be working fine, but we are having an issue with the password reset functionality. We are using a B2C user flow to manage the password reset. The password reset policy does seem to be working as users are able to reset their passwords successfully. However, after they reset the password they get directed back to a portal error page.
I have checked the Authentication/OpenIdConnect/tnibizhubB2C/ValidIssuers Site setting and it does match the user flow config.
Below are the steps that the users are taking:
1. click forgot password
2. enter email and receive verification code
3. submit verification code
4. enter new password
5. this directs me to the error page
My theory for this issue is that it is trying to log me into portal with my old password and not the new one, but I'm not sure if this is correct or even how to go about fixing it.
Any advice would be great,
Thanks