Requirement:
Session timeout should be 8 hours in IdentityIQ (IIQ).
What We Did:
Set session timeout to 480 minutes in web.xml
Configured SSO (SAML IdP) in DEV.
In local (no SSO) → session works for 8 hours as expected.
Issue:
In DEV (with SSO) → session ends after 30 minutes instead of 8 hours.
Question:
Is there any SAML or IdP-related configuration that could be overriding the IIQ session timeout?
Has anyone faced a similar issue where SSO session expires earlier than the configured web.xml timeout?
The IdP can include a SessionNotOnOrAfter value in the SAML assertion, which specifies the maximum time the session is valid. The service provider (IIQ) will honor this and terminate the session when this time is reached, even if the IIQ session timeout is longer.