diff --git a/docs/simplesamlphp-idp-more.txt b/docs/simplesamlphp-idp-more.txt index 6062be55edc71d974f9fc968a97b566bc1dbdb05..1f1e5fba46a083a68937034cea78d3623ca99a42 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.