ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
SSOService.php
Go to the documentation of this file.
1 <?php
11 require_once('../../_include.php');
12 
13 SimpleSAML\Logger::info('Shib1.3 - IdP.SSOService: Accessing Shibboleth 1.3 IdP endpoint SSOService');
14 
16 $idpEntityId = $metadata->getMetaDataCurrentEntityID('shib13-idp-hosted');
19 assert('FALSE');
static getMetadataHandler()
This function retrieves the current instance of the metadata handler.
$idpEntityId
Definition: SSOService.php:16
static getById($id)
Retrieve an IdP by ID.
Definition: IdP.php:131
static receiveAuthnRequest(SimpleSAML_IdP $idp)
Receive an authentication request.
Definition: SAML1.php:64
static info($string)
Definition: Logger.php:201
$metadata
Definition: SSOService.php:15
$idp
Definition: SSOService.php:17