Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Max session timeout for Saviynt?

pradiphari
New Contributor
New Contributor

Hi,

Below parameters are set up in the environment v5.5SP5 but Saviynt timeout is different.
How do find out the correct max session timeout?

IDP Timeout = 2 Hours
Authentication.groovy file defined -> saml.maxAuthenticationAge=600
Global Configuration-> Https session timeout = 30 minutes

Regards,
Hari

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

 

idp & authentication groovy config is for SSO whereas after Saviynt has been logged in either via SSO / Basic authentication then 30 minutes is http session timeout for saviynt 

grails.plugin.springsecurity.saml.maxAuthenticationAge

Specify the maximum duration (in seconds) users can log in with SSO after initial authentication through the IdP.

Note: The maxAuthenticationAge value must be lesser than or equal to the session logout value defined in the IdP.

Example: 86000

https://saviynt.freshdesk.com/support/solutions/articles/43000661162-saml-metadata-files 

https://docs.saviyntcloud.com/bundle/Internal-Resources/page/Content/Handbooks/Handbook-for-v2021-0-... 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Thank you.