ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
retry.php File Reference

Go to the source code of this file.

Namespaces

 SimpleSAMLphp
 Temporary autoloader to ensure compatibility with old, non-PSR-2 compliant classes.
 

Variables

 $state = SimpleSAML_Auth_State::loadState($_REQUEST['AuthState'], sspmod_negotiate_Auth_Source_Negotiate::STAGEID)
 
 $metadata = SimpleSAML_Metadata_MetaDataStorageHandler::getMetadataHandler()
 
 $idpid = $metadata->getMetaDataCurrentEntityID('saml20-idp-hosted', 'metaindex')
 
 $idpmeta = $metadata->getMetaData($idpid, 'saml20-idp-hosted')
 
if(isset($idpmeta['auth'])) else
 

Variable Documentation

◆ $idpid

$idpid = $metadata->getMetaDataCurrentEntityID('saml20-idp-hosted', 'metaindex')

Definition at line 14 of file retry.php.

◆ $idpmeta

$idpmeta = $metadata->getMetaData($idpid, 'saml20-idp-hosted')

Definition at line 15 of file retry.php.

◆ $metadata

◆ $state

Definition at line 11 of file retry.php.

◆ else

if (isset( $idpmeta[ 'auth'])) else
Initial value:
{
SimpleSAML\Logger::error('Negotiate - retry - no "auth" parameter found in IdP metadata.')
static error($string)
Definition: Logger.php:166

Definition at line 27 of file retry.php.