Skip to content
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

When multiple Accept headers are sent, some are transferred in the introspection request. #51

Open
anestos opened this issue Jul 7, 2021 · 0 comments

Comments

@anestos
Copy link
Member

anestos commented Jul 7, 2021

If the calling client sends more than one Accept header, i.e Accept: application/json Accept: application/json, the request to the introspection endpoint done by the module will also include an extra Accept header (Accept: application/jwt, Accept: application/json). This causes the identity server to not always choose to reply with JWT.

The module should always only send one Accept header in the introspection subrequest, no matter how many the client originaly sent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant