kmoy1
kmoy1
Would like to work on this
Is part of this request to add an OIDC authentication backend and authenticate against that instead of the default `django.contrib.auth.backends.ModelBackend` (checking against the User model)? If that's the case, I...
Yes, I was just thinking that if we set up an OIDC IDP like Authentik, we would manage/authenticate user accounts there instead of locally in `database.sqlite` like we do currently....
I've added a basic example of support for OIDC authentication using the `mozilla-django-oidc` library. However, this CR does require the manual setup of an OIDC provider (I used Authentik here)....
Yes, this was meant specifically for the Authentik. But the mozilla-django-oidc library can definitely extend to other OIDC providers too. Again, the issue is that (as far as I know)...