-
Notifications
You must be signed in to change notification settings - Fork 0
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 basic auth when authenticating #80
Comments
sergei-maertens
added a commit
that referenced
this issue
Feb 5, 2024
A fix for mozilla/mozilla-django-oidc#517 is also needed. |
sergei-maertens
added a commit
that referenced
this issue
Feb 5, 2024
* No Basic auth header * Client ID and secret in request body
sergei-maertens
added a commit
that referenced
this issue
Feb 5, 2024
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.
sergei-maertens
added a commit
that referenced
this issue
Feb 5, 2024
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.
sergei-maertens
added a commit
that referenced
this issue
Feb 6, 2024
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.
sergei-maertens
added a commit
that referenced
this issue
Feb 6, 2024
✨ [#80] Support configuring basic auth for token endpoint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some OIDC providers require the client ID + secret to be sent through HTTP Basic Auth.
The text was updated successfully, but these errors were encountered: