Reputation: 482
I need help understanding my options for implementing a session status check. My goal is to support near real-time browser page redirection upon the termination of the session.
OIDC session management specification describes a way to check the session status with iFrames:
I see one main roadblock to doing that with ADFS though: My .../adfs/.well-known/openid-configuration page does not include a check_session_iframe endpoint. I cannot find information about the check_session_iframe in ADFS and what configuration controls its existence.
Can someone explain what I may be missing, or if there is another route I can investigate?
Context:
Upvotes: 0
Views: 797
Reputation: 482
This wasn't feasible, so I had to change my strategy. The app just checks whether or not the app session is current, as opposed to the ADFS session.
Upvotes: 0