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

Feature/114 add django setup configuration #115

Open Coperh opened 3 months ago

Coperh commented 3 months ago

fixes: #114

Implements django setup configuration in OIDC itself

Coperh commented 2 months ago

Mostly copied AdminOIDCConfigurationSettings from open inwoner and the documentation. Made the endpoints required since it fails to save without them. Converted the unittest to pytest

Example of it being used here open-zaak/open-zaak#1728

Coperh commented 2 months ago

I am also unsure about the package/file names

alextreme commented 2 months ago

FYI for Conor, Paul is working on a related issue: https://taiga.maykinmedia.nl/project/open-inwoner/issue/2563

Coperh commented 1 month ago

Have reimplemented it in OZ with the new format: https://github.com/open-zaak/open-zaak/pull/1728