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

✨ [#80] Support configuring basic auth for token endpoint #82

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

sergei-maertens
Copy link
Member

Closes #80

Certain OIDC providers require the client credentials to be sent in the Basic Auth request header rather than in the request body. This is now configurable in the admin.

Certain OIDC providers require the client credentials to be sent
in the Basic Auth request header rather than in the request
body. This is now configurable in the admin.
tests/conftest.py Show resolved Hide resolved
@stevenbal
Copy link
Collaborator

I'm not sure if there are more mozilla-django-oidc settings missing from the README right now, but I created #84 to address this

@sergei-maertens sergei-maertens merged commit b589bfe into master Feb 6, 2024
25 checks passed
@sergei-maertens sergei-maertens deleted the feature/80-basic-auth-setting branch February 6, 2024 13:09
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.

Support basic auth when authenticating
2 participants