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

Customize access token header in OIDC for API #11790

Closed
antoniomacri opened this issue Sep 1, 2020 · 0 comments · Fixed by #11865
Closed

Customize access token header in OIDC for API #11790

antoniomacri opened this issue Sep 1, 2020 · 0 comments · Fixed by #11865
Labels
area/oidc kind/enhancement New feature or request
Milestone

Comments

@antoniomacri
Copy link

Description
Support changing the header which carries the access token in the OIDC extension for protecting service applications.
Something like smallrye.jwt.token.header (except for "Cookie" value).

I'm having some problems trying to integrate with an API gateway which does not support sending the token as "Authorization: Bearer". It instead would allow sending the token as a plain header, such as:

MyAuthorization: <access_token>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/oidc kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants