Log out inactive AEM users automatically
Hi,
We want to configure AEM to automatically log out AEM users who are inactive for certain duration of time.
For example, AEM users who are inactive for 2 hours straight get automatically logged out, while other active users (specifically: users who are inactive for less than 2 hours) stay logged in.
AEM version is 6.5.8
In Apache Jackrabbit Oak TokenConfiguration, we've currently configured:
- Token Expiration: 7200000 ms (= 2h)
- Token Refresh: enabled
Also followed this article to enable Encapsulated token support in Adobe Granite Token Authentication Handler:
https://helpx.adobe.com/experience-manager/kb/login-session-refresh-not-working.html
We thought enabling Token Refresh will do the work, but still not working.
Any other steps we should take? Is it possible to configure this in AEM?
Thanks in advance 🙂