You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to debug connection issues with users, and to record authentications, it would be useful to log successful connections and use of the authentication services (OIDC and authgroupex). A "standard" Django module might exist which performs this?
The text was updated successfully, but these errors were encountered:
django-useraudit seems to be too focused on successful/failed login (and on accounts deactivation/re-activation). For our SSO, I would prefer a framework which provides an easy way to define custom "log events", such as "redirected to ax.polytechnique.org" or "redirected to www.polytechnique.org", which would complement standard events such as "successful authentication", "changed password", "log out", etc.
In order to debug connection issues with users, and to record authentications, it would be useful to log successful connections and use of the authentication services (OIDC and authgroupex). A "standard" Django module might exist which performs this?
The text was updated successfully, but these errors were encountered: