Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show how to handle errors in .NET clients #120

Open
josephdecock opened this issue Jun 9, 2023 · 0 comments
Open

Show how to handle errors in .NET clients #120

josephdecock opened this issue Jun 9, 2023 · 0 comments
Milestone

Comments

@josephdecock
Copy link
Member

When IdentityServer returns protocol errors, the .NET OIDC handler doesn't always handle that gracefully. This is most easily seen from a user clicking the cancel button on the login screen.

Similarly, other errors in the handler can result in the user seeing an error. For example, if the user creates a bookmark in the middle of the flow.

We should show how to catch the error events and do reasonable things.

@brockallen brockallen added this to the Future milestone Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants