Skip to content
Snippets Groups Projects
Commit 092e9a33 authored by Olav Morken's avatar Olav Morken
Browse files

docs: Document IdP-initiated logout.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2379 44740490-163a-0410-bde0-09ae8108e29a
parent feeaa5bf
No related branches found
No related tags found
No related merge requests found
...@@ -52,3 +52,12 @@ When the IdP-first flow is used an extra parameter is needed in the `saml20-sp-h ...@@ -52,3 +52,12 @@ When the IdP-first flow is used an extra parameter is needed in the `saml20-sp-h
'RelayState' => '/', '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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment