ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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('saml20-idp-hosted')
 
 $idp = SimpleSAML_IdP::getById('saml2:' . $idpEntityId)
 
 try
 

Variable Documentation

◆ $idp

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

Definition at line 17 of file SSOService.php.

◆ $idpEntityId

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

Definition at line 16 of file SSOService.php.

◆ $metadata

◆ try

try
Initial value:
{
static receiveAuthnRequest(SimpleSAML_IdP $idp)
Receive an authentication request.
Definition: SAML2.php:248
$idp
Definition: SSOService.php:17

Definition at line 18 of file SSOService.php.