Given:
- PingFederate is a single-sign-on (SSO) solution, which allows users to be authenticated by 1-n applications using a single username and password.
High-Level Questions:
- How does PingFederate's single-log-off (SLO) feature work?
- And how does SLO work in general?
Given:
- To begin the SLO process, we'd expect the user to request the SLO endpoint from the browser (i.e.
https://[PingFederateInstance]/idp/startSLO.ping?PartnerSpId=[PartnerSpId]
). - And we can assume that the PingFederate instance will issue a redirect after a succesful SLO invocation.
Specific Questions:
- But what if you have multiple applications in multiple browser windows?
- How could a federated identity provider tell multiple applications to terminate their user sessions?