Módosítások

Single Logout in Shibboleth IdP

Nincs méretváltozás, 2009. augusztus 18., 14:06
With javascript
==== With javascript ====
The controller renders a page where an iframe is placed for every active session participant. This iframe calls the <code>SLOServlet?logoutaction&entityID=...</code> URL where the logout request is issued for the given session participant. If the request is front-channel, the iframe will make a front-channel SAML message exchange with the peer (using HTTP-Redirect or POST bindings).
The status of the single logout process is queried via asynchronous requests. The status response from <code>SLOServlet</code> is a JSON array. This JSON array contains one object with the <code>entityID</code> and <code>logoutStatus</code> properties for each session participant.
565
szerkesztés

Navigációs menü