ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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:124
sspmod_saml_IdP_SAML1\receiveAuthnRequest
static receiveAuthnRequest(SimpleSAML_IdP $idp)
Receive an authentication request.
Definition:
SAML1.php:65
SimpleSAML\Logger\info
static info($string)
Definition:
Logger.php:199
$metadata
$metadata
Definition:
SSOService.php:15
php
$idp
$idp
Definition:
SSOService.php:17
libs
composer
vendor
simplesamlphp
simplesamlphp
www
shib13
idp
SSOService.php
Generated on Sun Mar 2 2025 19:01:36 for ILIAS by
1.8.13 (using
Doxyfile
)