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

Rework: implement generic OIDCInit and Callback view classes #99

Closed sergei-maertens closed 3 months ago

sergei-maertens commented 4 months ago

The view classes must work with specific configuration (sub) classes and respect this configuration.

A POC for this exists in Open Forms, port the code from there.