Logout AEM Author users based on inactivity
I’ve configured the Apache jackrabbit oak TokenConfiguration in AEM 6.5 to set token expiry, and it works as expected.
However, it doesn’t consider user inactivity — the session expires only after the configured time, regardless of whether the user is active or idle.
I’m thinking of adding a client-side JavaScript to detect inactivity and force logout, ideally by loading it globally in the author environment.
Is there any official or supported clientlib category that loads globally at the instance level (i.e., across all authoring UIs like Sites, Assets, etc.)?
Thanks in advance!
-Sravan
