ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
SSOService.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('shib13-idp-hosted')
 
 $idp = SimpleSAML_IdP::getById('saml1:' . $idpEntityId)
 

Variable Documentation

◆ $idp

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

Definition at line 17 of file SSOService.php.

◆ $idpEntityId

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

Definition at line 16 of file SSOService.php.

◆ $metadata