Skip to content

feat: support OAuth client credentials grant #115

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

Merged
merged 9 commits into from
Dec 22, 2023

Conversation

PeterSchafer
Copy link
Contributor

@PeterSchafer PeterSchafer commented Dec 15, 2023

This PR adds OAuth Client Credentials Grant to the OAuth2Authenticator, in addition to the existing Authorization Code Grant. It therefore switches between these types, per default it'll continue to use Authorization Code Grant and if Client ID and Client Secret are configured, it'll use the Client Credentials Grant.

@PeterSchafer PeterSchafer requested a review from a team as a code owner December 15, 2023 14:09
@PeterSchafer PeterSchafer marked this pull request as draft December 15, 2023 14:09
@PeterSchafer PeterSchafer marked this pull request as ready for review December 15, 2023 15:58
@PeterSchafer PeterSchafer merged commit c767e4a into main Dec 22, 2023
@PeterSchafer PeterSchafer deleted the feat/HEAD-873_client_creds_grant branch December 22, 2023 16:27
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

Successfully merging this pull request may close these issues.

3 participants