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

[DO NOT MERGE] OAuth jwt-bearer grant type support #1596

Draft
wants to merge 2 commits into
base: 4.0
Choose a base branch
from

Conversation

kirktrue
Copy link

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

kirktrue and others added 2 commits February 25, 2025 15:50
This change implements support for the OAuth jwt-bearer grant type.

The existing OAuth implementation supported only the OAuth client_credentials grant type, so while the changes to support the new grant type are relatively minor, a lot of refactoring was required to support both. This represents a fairly minimal approach to support the feature, but more refactoring, clean up, testing, etc. will be added after KIP-1139 is approved.
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.

1 participant