ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
authorize_403.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

if(!array_key_exists('StateId', $_REQUEST)) $state = SimpleSAML_Auth_State::loadState($_REQUEST['StateId'], 'authorize:Authorize')
 
 $globalConfig = SimpleSAML_Configuration::getInstance()
 
 $t = new SimpleSAML_XHTML_Template($globalConfig, 'authorize:authorize_403.php')
 

Variable Documentation

◆ $globalConfig

◆ $state

if (!array_key_exists( 'StateId', $_REQUEST)) $state = SimpleSAML_Auth_State::loadState($_REQUEST['StateId'], 'authorize:Authorize')

Definition at line 11 of file authorize_403.php.

◆ $t

$t = new SimpleSAML_XHTML_Template($globalConfig, 'authorize:authorize_403.php')

Definition at line 14 of file authorize_403.php.