SSO sesssion start time?
Cantor, Scott
cantor.2 at osu.edu
Sat Sep 11 02:04:04 UTC 2021
There is no such thing. The closest is the time at which individual AuthenticationResults are created, the AuthenticationInstant in the assertions being I think one of those, I think the latest one IIRC. There is no single value unless only a single authentication method is active.
The active results that exist are pulled out into the AuthenticationContext under the ProfileRequestContext, you'd have to review the Javadocs for all of the relevant details.
-- Scott
More information about the users
mailing list