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

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

Closed sergei-maertens closed 7 months ago

sergei-maertens commented 7 months ago

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.

stevenbal commented 7 months ago

I'm not sure if there are more mozilla-django-oidc settings missing from the README right now, but I created https://github.com/maykinmedia/mozilla-django-oidc-db/issues/84 to address this