kumidc/core
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
..
management/commands Start LDAP implementation 2023-09-14 14:44:51 +02:00
managers Initial commit 2022-08-02 10:29:58 +02:00
migrations Add Django CAS authentication support 2023-12-24 09:16:55 +01:00
models Add Django CAS authentication support 2023-12-24 09:16:55 +01:00
oidc Fix (?) serialization of zoneinfo 2022-08-12 07:40:10 +00:00
receivers Log granted/denied authorization requests 2022-08-05 09:29:11 +02:00
saml Start SAML implementation 2022-08-22 09:37:16 +00:00
__init__.py Initial commit 2022-08-02 10:29:58 +02:00
admin.py Initial commit 2022-08-02 10:29:58 +02:00
apps.py Log granted/denied authorization requests 2022-08-05 09:29:11 +02:00
tests.py Initial commit 2022-08-02 10:29:58 +02:00