Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log interactions of users and allow admins to browse the log #89

Open
fishilico opened this issue Feb 19, 2018 · 2 comments
Open

Log interactions of users and allow admins to browse the log #89

fishilico opened this issue Feb 19, 2018 · 2 comments

Comments

@fishilico
Copy link
Member

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?

@symphorien
Copy link

@fishilico
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants