-
Notifications
You must be signed in to change notification settings - Fork 360
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
token_from required for oauth2_introspection but ignores "seperated" values #308
Comments
I'm not sure I understand the issue? |
If my config looks like
And the header is Then oathkeeper will try to introspect https://github.com/ory/oathkeeper/blob/master/helper/bearer.go#L38 |
To use the Would you be open for a PR? |
Describe the bug
The token_from field in oauth2_introspection appears to be required now, which is fine, but when I specify "Authorization" it no longer splits up the token field if the value is "Bearer token" in the BearerTokenFromRequest method.
The text was updated successfully, but these errors were encountered: