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