From 092e9a331d881b6b74c1b8d7b56909a52565f4fd Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Tue, 6 Jul 2010 07:12:19 +0000 Subject: [PATCH] docs: Document IdP-initiated logout. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2379 44740490-163a-0410-bde0-09ae8108e29a --- docs/simplesamlphp-idp-more.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/simplesamlphp-idp-more.txt b/docs/simplesamlphp-idp-more.txt index 6062be55e..1f1e5fba4 100644 --- a/docs/simplesamlphp-idp-more.txt +++ b/docs/simplesamlphp-idp-more.txt @@ -52,3 +52,12 @@ When the IdP-first flow is used an extra parameter is needed in the `saml20-sp-h 'RelayState' => '/', + +IdP-initiated logout +-------------------- + +IdP-initiated logout can be initiated by visiting the URL: + + https://idp.example.org/simplesaml/saml2/idp/SingleLogoutService.php?ReturnTo=<URL to return to after logout> + +It will send a logout request to each SP, and afterwards return the user to the URL specified in the `ReturnTo` parameter. -- GitLab