ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
certs.php File Reference

Go to the source code of this file.

Variables

 $config = SimpleSAML_Configuration::getInstance()
 
 $metadata = SimpleSAML_Metadata_MetaDataStorageHandler::getMetadataHandler()
 
if($config->getBoolean('admin.protectmetadata', false)) $idpentityid = $metadata->getMetaDataCurrentEntityID('saml20-idp-hosted')
 
 $idpmeta = $metadata->getMetaDataConfig($idpentityid, 'saml20-idp-hosted')
 

Variable Documentation

◆ $config

Definition at line 4 of file certs.php.

◆ $idpentityid

if ( $config->getBoolean( 'admin.protectmetadata', false)) $idpentityid = $metadata->getMetaDataCurrentEntityID('saml20-idp-hosted')

Definition at line 15 of file certs.php.

◆ $idpmeta

$idpmeta = $metadata->getMetaDataConfig($idpentityid, 'saml20-idp-hosted')

Definition at line 16 of file certs.php.

◆ $metadata