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

:recycle: Move generic OIDC config fields to base class #37

Closed stevenbal closed 2 years ago

stevenbal commented 2 years ago

Adds a base class for the config model to define the fields that are needed to establish an OIDC connection.

This removes the need to duplicate fields like endpoints, credentials etc.