-
-
Notifications
You must be signed in to change notification settings - Fork 470
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
Authorization Code redirect call in case of error #237
Comments
What error handling middleware is being used on that endpoint? |
Thank you for responding. The code I use is this. However, the error handler I wrote at the end is not called in case of error. I think the error handling is done internally, or I did not specify one?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a mechanism to send to the redirect_uri some custom query parameters in case of error?
(I'm talking about https://localhost:8080/oauth2/authorize/decision endpoint)
Expected behavior
In case there is an error on
it should call the redirect_uri with an error description as a query parameter.
Actual behavior
Instead, a json response containing the error description is returned.
The text was updated successfully, but these errors were encountered: