B2C Custom Policy - Redirect login error back to app
Matei
1
Reputation point
During the b2c login flow, if a user cancels a step then he is automatically redirected to the api.error / globalexception page.
I would like to redirect the user back to my application, ideally this would result in an OnAuthenticationFailed event in the OpenIdConnectOptions.
Does anyone know if this can be achieved?
Sign in to answer