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 basic auth when authenticating #80

Closed
sergei-maertens opened this issue Feb 5, 2024 · 1 comment · Fixed by #82
Closed

Support basic auth when authenticating #80

sergei-maertens opened this issue Feb 5, 2024 · 1 comment · Fixed by #82
Assignees

Comments

@sergei-maertens
Copy link
Member

Some OIDC providers require the client ID + secret to be sent through HTTP Basic Auth.

@sergei-maertens
Copy link
Member Author

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant