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