Should implement a regular models.Model containing the endpointsconfig, allowing this to be linked to with a foreign key. This allows admins to easily switch between configs, and possibly re-use endpointconfigs between different OIDC configurations (i.e. OpenForms)
replacement for https://github.com/maykinmedia/mozilla-django-oidc-db/pull/46
Should implement a regular
models.Model
containing the endpointsconfig, allowing this to be linked to with a foreign key. This allows admins to easily switch between configs, and possibly re-use endpointconfigs between different OIDC configurations (i.e. OpenForms)