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: mark client_id as required in oauth2 token endpoint #421

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

jgresty
Copy link
Member

@jgresty jgresty commented Jan 8, 2025

The token endpoint using client_credentials flow requires a client_id, which was previously not documented. This adds that field as well as makes it clear there are two separate shapes for requests depending on the client_assertion_type.

@jgresty jgresty requested a review from a team as a code owner January 8, 2025 19:48
@jgresty jgresty force-pushed the fix/client-id-required branch from 2e7a46f to 88898a9 Compare January 8, 2025 22:06
The token endpoint using client_credentials flow requires a client_id, which
was previously not documented. This adds that field as well as makes it clear
there are two separate shapes for requests depending on the
client_assertion_type.
@jgresty jgresty force-pushed the fix/client-id-required branch from 88898a9 to 1e52c15 Compare January 10, 2025 14:34
@jgresty jgresty requested a review from a team as a code owner January 10, 2025 14:34
@jgresty jgresty merged commit 270d401 into main Jan 10, 2025
5 checks passed
@jgresty jgresty deleted the fix/client-id-required branch January 10, 2025 14:40
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