maykinmedia / mozilla-django-oidc-db

Database-backed settings for mozilla-django-oidc, with modified unique identifiers for users
MIT License
4 stars 0 forks source link

Support basic auth when authenticating #80

Closed sergei-maertens closed 7 months ago

sergei-maertens commented 7 months ago

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

sergei-maertens commented 7 months ago

A fix for https://github.com/mozilla/mozilla-django-oidc/issues/517 is also needed.