Commit graph

12 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 28e7cf8e5b
Start LDAP implementation 2023-09-14 14:44:51 +02:00
Kumi 860c497c86
Start SAML implementation 2022-08-22 09:37:16 +00:00
Kumi 5f82682484
Fix (?) serialization of zoneinfo 2022-08-12 07:40:10 +00:00
Kumi 0d6555abe2
Add profile edit view 2022-08-10 06:07:17 +00:00
Kumi 11040dd11f
"family_name"? Seriously? 2022-08-05 10:41:15 +02:00
Kumi fe57923c35
Log granted/denied authorization requests 2022-08-05 09:29:11 +02:00
Kumi b20ef4fcb0
Add missing last_name field to profile... 2022-08-05 09:03:20 +02:00
Kumi 9685678730
Populate claims in userinfo 2022-08-05 08:39:34 +02:00
Kumi 4e77e77296
Lots of frontend work 2022-08-04 13:15:10 +02:00
Kumi 51a480569a
Populate standard claims 2022-08-02 11:49:45 +02:00
Kumi b119f1ef71
Initial commit 2022-08-02 10:29:58 +02:00