I am configuring SingleSignOn(SSO) using OpenAm server and opendj ldap. OpenAm is providing a Max Session time as 120 minutes. that means a user cannot access application for more than 2 hours. This is contradict to our application usage. we don't want to restrict user to access our application for only 2 hours. Thus we came a requirement to extend OpenAm max session time through Java API/Code.
I have followed the OpenAm java rest API but i couldn't find the way to do it. If any one could join their helping hands by providing the way to extend OpenAm session through Java , that would be really great.
Thanks in advance.