11 require_once(
'../../_include.php');
13 SimpleSAML\Logger::info(
'SAML2.0 - IdP.SingleLogoutService: Accessing SAML 2.0 IdP endpoint SingleLogoutService');
19 if (isset($_REQUEST[
'ReturnTo'])) {
20 $idp->doLogoutRedirect(\
SimpleSAML\Utils\HTTP::checkURLAllowed((
string) $_REQUEST[
'ReturnTo']));
29 if ($e->getMessage() ===
'Unable to find the current binding.') {
static getById($id)
Retrieve an IdP by ID.
Attribute-related utility methods.
static receiveLogoutMessage(SimpleSAML_IdP $idp)
Receive a logout message.