Commit graph

7 commits

Author SHA1 Message Date
Kumi da49ddabcc
Add Django CAS authentication support
Introduce support for Central Authentication Service (CAS) alongside existing OIDC and SAML by integrating a new CAS server app and custom CAS authentication user model. Streamline sign-in infrastructure with updated URL patterns. As part of the update, refactor user model `username` resolution to leverage the email field directly. Includes necessary Django migrations to support new authentication features and removes a deprecated OIDC provider dependency.
2023-12-24 09:16:55 +01:00
Kumi 02400d5ce0
Django 4 compatibility 2022-11-27 16:45:02 +00:00
Kumi 860c497c86
Start SAML implementation 2022-08-22 09:37:16 +00:00
Kumi 2c09055821
Keep GET parameters on OTP login 2022-08-05 08:03:29 +02:00
Kumi 2cb4900a55
Fixing TOTP login flow 2022-08-04 14:11:55 +02:00
Kumi 4e77e77296
Lots of frontend work 2022-08-04 13:15:10 +02:00
Kumi b119f1ef71
Initial commit 2022-08-02 10:29:58 +02:00