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

fix: client assertion JWT iss and sub OAuth 2 client_id when requesti… #194

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

kochen
Copy link
Contributor

@kochen kochen commented Oct 18, 2024

fixes #193

@kochen
Copy link
Contributor Author

kochen commented Oct 29, 2024

@wazelin could you check this please?

Copy link
Member

@wazelin wazelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes perfect sense. IDK how we missed this 😬
Thanks for addressing the issue!

@wazelin wazelin merged commit 9fb8ee3 into oat-sa:master Nov 6, 2024
5 checks passed
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.

When requesting an access token, the client assertion JWT iss and sub must both be the OAuth 2 client_id
2 participants