AEM SAML Integration-Idle session logout
Hi,
We have SAML integration in place for our application(includes both public and secure pages) where AEM is Service Provider and Salesforce is Identity Provider.
We are trying to achieve idle session logout where if user does not interact with application for 5 minutes or so user must be logged out.
In order to achieve this we are following this article https://helpx.adobe.com/experience-manager/kb/How-to-set-token-session-expiration-AEM.html where in OSGi configuration org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl, property value is set Token Expiration to 600, but does not seem to work i.e. after idle time if user tries to access secure page(refresh secure page), he is not taken to login screen or SAML Authentical Handler is not invoked.
Could you please let me know if the above approach is applicable for SAML authentication too? Or are there any alternate approaches?
Note: Idle session logout configuration is in place at Salesforce end
Thanks,
Srikanth Pogula.