kumidc/authentication
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
..
forms Fixing TOTP login flow 2022-08-04 14:11:55 +02:00
helpers Fix (?) for login bug 2022-08-04 15:04:28 +02:00
hooks Lots of frontend work 2022-08-04 13:15:10 +02:00
migrations Add Django CAS authentication support 2023-12-24 09:16:55 +01:00
mixins Preparations for Android app 2023-07-08 16:11:38 +02:00
models Preparations for Android app 2023-07-08 16:11:38 +02:00
templates/auth Lots of frontend work 2022-08-04 13:15:10 +02:00
urls Lots of frontend work 2022-08-04 13:15:10 +02:00
views Don't fail if AppSession is not set 2023-07-08 16:42:29 +02:00
__init__.py Lots of frontend work 2022-08-04 13:15:10 +02:00
admin.py Lots of frontend work 2022-08-04 13:15:10 +02:00
apps.py Lots of frontend work 2022-08-04 13:15:10 +02:00
cas.py Add Django CAS authentication support 2023-12-24 09:16:55 +01:00
tests.py Lots of frontend work 2022-08-04 13:15:10 +02:00