ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
SingleLogoutService.php File Reference

Go to the source code of this file.

Namespaces

 SimpleSAMLphp
 Temporary autoloader to ensure compatibility with old, non-PSR-2 compliant classes.
 

Variables

 $metadata = SimpleSAML_Metadata_MetaDataStorageHandler::getMetadataHandler()
 
 $idpEntityId = $metadata->getMetaDataCurrentEntityID('saml20-idp-hosted')
 
 $idp = SimpleSAML_IdP::getById('saml2:'.$idpEntityId)
 
if(isset($_REQUEST['ReturnTo'])) else
 

Variable Documentation

◆ $idp

$idp = SimpleSAML_IdP::getById('saml2:'.$idpEntityId)

Definition at line 17 of file SingleLogoutService.php.

◆ $idpEntityId

$idpEntityId = $metadata->getMetaDataCurrentEntityID('saml20-idp-hosted')

Definition at line 16 of file SingleLogoutService.php.

◆ $metadata

◆ else

if (isset( $_REQUEST[ 'ReturnTo'])) else
Initial value:
{
try {
} catch (Exception $e) {
if ($e->getMessage() === 'Unable to find the current binding.') {
throw new SimpleSAML_Error_Error('SLOSERVICEPARAMS', $e, 400);
} else {
throw $e;
}
}
}
assert(FALSE)
static receiveLogoutMessage(SimpleSAML_IdP $idp)
Receive a logout message.
Definition: SAML2.php:556

Definition at line 21 of file SingleLogoutService.php.