Hi, I have a customer that is looking for a way to lockout inactive accounts. For example if a user hasn’t authenticated with his Token in X amount of days their account will be locked out.
I know that this isn't possible with Lockout Policies but am wondering if there is some other work around for this.
Thank you.
You need to run a report to list users who haven't logged in X days and manually disable or lock them.
Users with days since last login using specific token
Another thing is perhaps list assigned tokens, and check the column last used to authenticate
and sort that, and find the userids who are 'stale' so to speak.