ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
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
15
$metadata
=
SimpleSAML_Metadata_MetaDataStorageHandler::getMetadataHandler
();
16
$idpEntityId
=
$metadata
->getMetaDataCurrentEntityID(
'shib13-idp-hosted'
);
17
$idp
=
SimpleSAML_IdP::getById
(
'saml1:'
.
$idpEntityId
);
18
sspmod_saml_IdP_SAML1::receiveAuthnRequest
(
$idp
);
19
assert(
'FALSE'
);
SimpleSAML_Metadata_MetaDataStorageHandler\getMetadataHandler
static getMetadataHandler()
This function retrieves the current instance of the metadata handler.
Definition:
MetaDataStorageHandler.php:40
$idpEntityId
$idpEntityId
Definition:
SSOService.php:16
SimpleSAML_IdP\getById
static getById($id)
Retrieve an IdP by ID.
Definition:
IdP.php:131
sspmod_saml_IdP_SAML1\receiveAuthnRequest
static receiveAuthnRequest(SimpleSAML_IdP $idp)
Receive an authentication request.
Definition:
SAML1.php:64
SimpleSAML\Logger\info
static info($string)
Definition:
Logger.php:201
$metadata
$metadata
Definition:
SSOService.php:15
$idp
$idp
Definition:
SSOService.php:17
libs
composer
vendor
simplesamlphp
simplesamlphp
www
shib13
idp
SSOService.php
Generated on Tue Sep 2 2025 19:02:13 for ILIAS by
1.8.13 (using
Doxyfile
)