Hi Team,
Will auth0 show inactive for users who are not active for a certain period of time, after how many number of days the users gets inactive? How do we test inactivity of users?
Hi Team,
Will auth0 show inactive for users who are not active for a certain period of time, after how many number of days the users gets inactive? How do we test inactivity of users?
Any Suggestion on the above
Hi @chaitrk
Welcome to the Auth0 Community!
By active/inactive user you mean in the Auth0 Dashboard or your application users?
Thanks
Dawid
On the auth0 Dashboard
Thank you for the clarification @chaitrk
- The "
auth0.auth0.com"
session is configured to expire after 3 days of inactivity or after 7 days since the last interactive login - This session applies to the Support Center (support.auth0.com), Community (community.auth0.com), docs (auth0.com/docs), main Auth0 website (auth0.com).- The Auth0 Dashboard session (from
manage.auth0.com
). This one lasts 12 hours. This session plays if the Auth0 dashboard tab is left open. The session will be logged out after 12 hours, both from the Dashboard and from Auth0 (auth0.auth0.com
). If the tab is closed, the default session lifetime is the 3-day rolling session, up to a maximum of 7 days.
Here’s a Knowledge Article about this topic → Lifetime for Dashboard users' sessions
Thanks
Dawid