-
-
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
oauth2: token introspection fails on HTTP without dangerous-force-http #395
Comments
I can reproduce this |
@dereulenspiegel can I close this? |
Yeah, for now please close this. We are still having issues, but I want to understand the whole thing better before reopening this. |
Has your client been issued a username / secret with special characters? There is a bug that breaks compatibility with some libraries, as fosite doesn't www-url-decode the client id / secret from the auth header. This is tracked as ory/fosite#150 |
Hi!
Currently I am trying to introspect a token while hydra is running without the flag dangerous-force-http. Instead I have set HTTPS_ALLOW_TERMINATION_FROM to my internal networks and I am setting X-Forwarded-Proto on all requests. All requests we are currently using are running fine in this combination except for the introspect token request. It fails with
I didn't had time to look more closer at this, but it is my understanding that this endpoint should behave like all others if I am doing TLS termination on another host.
Thanks for looking into this :)
The text was updated successfully, but these errors were encountered: