ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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:124
static receiveAuthnRequest(SimpleSAML_IdP $idp)
Receive an authentication request.
Definition: SAML1.php:65
static info($string)
Definition: Logger.php:199
$metadata
Definition: SSOService.php:15
$idp
Definition: SSOService.php:17