I'm using lastAuthenticated to try to prune out inactive users. Unfortunately, I'm seeing that this timestamp isn't updated when users are authenticating though Jira/Crucible/etc, even though they are backed to crowd.
We have crowd backs to active directory.
I would expect lastAuthenticated to be updated whenever a user is authenticated to anything using crowd. If this is not the case, is there a way for me to see that type of information?
Hi Jesse,
I think you'll find the best way to get reliable Crowd user access data is to dirctly audit the logins through the Tomcat Valve as this provides the most accurate picture because it logs every access. You can read about configuring that in this document: https://confluence.atlassian.com/display/CONFKB/Audit+Confluence+Using+the+Tomcat+Valve+Component
Note: the linked document is for Confluence but the same process applies to Crowd.
All the best,
John
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.