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

Allow to set OIDC code grant custom headers and params #27540

Merged
merged 1 commit into from Aug 26, 2022

Conversation

sberyozkin
Copy link
Member

Fixes #27482

This PR adds adds support for configuring the extra params and HTTP headers when sending a code grant to the token endpoint.
It does not change any OIDC logic.

CC @pedroigor

@sberyozkin sberyozkin merged commit 19074a6 into quarkusio:main Aug 26, 2022
@quarkus-bot quarkus-bot bot added this to the 2.13 - main milestone Aug 26, 2022
@sberyozkin sberyozkin deleted the oidc_code_grant_config branch August 26, 2022 21:53
@quarkus-bot quarkus-bot bot added the kind/enhancement New feature or request label Aug 26, 2022
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 this pull request may close these issues.

Expose potential extension points on authorization code flow-related provider clients
2 participants