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

Define "generic" OpenID Connect init view #100

Closed sergei-maertens closed 3 months ago

sergei-maertens commented 3 months ago

Part of #99

This is a port of the digid_eherkenning_oidc_generics package in Open Forms, after its refactor.

The approach taken there is more generic than just DigiD/eHerkenning and is useful for our "main" OIDC library.

Authentication backend + callback view will follow in separate PRs.

sergei-maertens commented 3 months ago

One thing I was wondering: will this refactor require any changes on the side of the projects that use this library for the simple OIDC admin login flow (i.e. Open Zaak) or will the usage stay the same for those cases?

There should not be any impact! If there is, it's a bug.