ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
as_login.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(!isset($_REQUEST['ReturnTo'])) if(!isset($_REQUEST['AuthId'])) $options
 
if(!empty($_REQUEST['saml:idp'])) $as = new \SimpleSAML\Auth\Simple($_REQUEST['AuthId'])
 

Variable Documentation

◆ $as

if (!empty( $_REQUEST[ 'saml:idp'])) $as = new \SimpleSAML\Auth\Simple($_REQUEST['AuthId'])

Definition at line 32 of file as_login.php.

◆ $options

if (!isset( $_REQUEST[ 'ReturnTo'])) if (!isset( $_REQUEST[ 'AuthId'])) $options
Initial value:
= array(
'ReturnTo' => \SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['ReturnTo']),
)
Attribute-related utility methods.

Definition at line 20 of file as_login.php.