Commit graph

16 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 dbf42a0365
Undo 2023-07-08 16:39:10 +02:00
Kumi 20bbe48fd2
Set APPEND_SLASH to False... 2023-07-08 16:37:37 +02:00
Kumi 88d40840c4
Add crispy-bootstrap4 2023-07-08 16:27:14 +02:00
Kumi af7662d90e
Set CRISPY_TEMPLATE_PACK 2023-07-08 16:13:16 +02: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 d9e34c574a
Implementing stuff in the frontend 2022-08-05 16:16:34 +02: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 2aa8d62fdd
Fix DEBUG lookup in config 2022-08-02 13:31:01 +02:00
Kumi 8c464ba77a
Include standard claims in ID tokens 2022-08-02 13:10:53 +02:00
Kumi 51a480569a
Populate standard claims 2022-08-02 11:49:45 +02:00
Kumi 6dea5435d2
Add static root directory to config 2022-08-02 10:36:53 +02:00
Kumi b119f1ef71
Initial commit 2022-08-02 10:29:58 +02:00