We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bearer_token
No response
The default is sub:
sub
oathkeeper/pipeline/authn/authenticator_bearer_token.go
Line 115 in 4d61221
but documentation shows it it subject:
subject
https://www.ory.sh/docs/oathkeeper/pipeline/authn#bearer_token
200
{"subject": "test-subject"}
Subject is empty instead of expected test-subject. Changing the response to {"sub": "test-subject"} returns the proper subject value.
test-subject
{"sub": "test-subject"}
v0.40.6
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight checklist
Ory Network Project
No response
Describe the bug
The default is
sub
:oathkeeper/pipeline/authn/authenticator_bearer_token.go
Line 115 in 4d61221
but documentation shows it it
subject
:https://www.ory.sh/docs/oathkeeper/pipeline/authn#bearer_token
Reproducing the bug
bearer_token
authenticator200
and the body{"subject": "test-subject"}
Subject is empty instead of expected
test-subject
. Changing the response to{"sub": "test-subject"}
returns the proper subject value.Relevant log output
No response
Relevant configuration
No response
Version
v0.40.6
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
The text was updated successfully, but these errors were encountered: