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

Support all client secret OpenID token endpoint auth methods #1641

Merged
merged 1 commit into from Dec 5, 2021

Conversation

satterly
Copy link
Member

@satterly satterly commented Dec 5, 2021

Only change the following setting if the preferred order should be different, or you explicitly do not want to support a particular token endpoint auth method.

OIDC_TOKEN_AUTH_METHODS = ['client_secret_basic', 'client_secret_post', 'client_secret_jwt']

See https://darutk.medium.com/oauth-2-0-client-authentication-4b5f929305d4

Fixes #1601

@satterly satterly changed the title Support BasicAuth as OpenID token endpoint auth method Support all client secret OpenID token endpoint auth methods Dec 5, 2021
@satterly satterly force-pushed the oidc-client-secret-basic branch 3 times, most recently from 9a380f8 to e15ffa4 Compare December 5, 2021 12:24
@satterly satterly merged commit e10f7dd into master Dec 5, 2021
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.

Extend 'openid' OAuth2 to make it more generic
1 participant