react-oidc-context icon indicating copy to clipboard operation
react-oidc-context copied to clipboard

Error Handling for failed authentication

Open curiosDevInSearch opened this issue 2 years ago • 1 comments

I cannot find any error handling props in the AuthProvider class, the scenario is after I got redirected back from and there are an issue in the third party sign in, it just return to the redirect url with the a query params of ?error_description= is there way of handling any error when doing SSO?

curiosDevInSearch avatar Jun 20 '23 09:06 curiosDevInSearch

check the event system: https://authts.github.io/oidc-client-ts/#md:events

pamapa avatar Jun 21 '23 11:06 pamapa