RE: [saml-dev] Cross domain session timeouts

From
Scott Cantor <>
Date
2007-10-09T22:53:29+00:00
ID
021c01c80ac7$2edc7a70$8c956f50$@
Thread
RE: [saml-dev] Cross domain session timeouts
> 2. Allow IDP to transmit its session requirements to the SP as part of
> SAML metadata?
> (e.g., "send user back to me for reauthentication after 15 minutes of
> inactivity")
> 
> This is actually carried in the authentication assertion.  The
> SessionNotOnOrAfter attribute on the AuthnStatement is the place to put
> this.

No, that's for session lifetime, not idle timeout. There is no way to deal
with timeouts in SAML, it's not addressed at all.

-- Scott