-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Replace # with ? in authentication response #337
Comments
This was found when using a custom protocol name, not http/https. |
Could you please include the original OAuth2 request? Hydra does support query param responses, but maybe you're using an implicit or hybrid flow? |
I'm using
|
You included |
yeap, thank you. |
welcome! |
Hi!
Standard says an authentication response should return something like this:
Hydra returns same thing but with
#
instead of?
. This breaks all query parsing in client libraries.The text was updated successfully, but these errors were encountered: