I am trying to implement Azure B2C using the new application service authentication workflow as described here: https://cgillum.tech/2016/05/27/app-service-auth-and-azure-ad-b2c/
Registration and login work fine, but resetting the password redirects to the same URL as successful login. For example: https://myapp.azurewebsite.net/.auth/login/aad/callback
But, given that a user who is not logged in in this redirect fails 401 Unauthorized
I have set a password reset policy in my Azure B2C client, but there seems to be no way to redirect the Easy Auth system to it.
Please note that I also enabled password reset for B2C on the classic portal.
What am I missing here?
Update:
When I use only the login policy (and not the combined login / login policy), resetting the password works fine. The two politicians seem to be doing different things.
source
share