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

Go to the source code of this file.

Variables

if(array_key_exists('targetService', $_GET)) else
 
 $casconfig = SimpleSAML_Configuration::getConfig('module_casserver.php')
 
 $legal_service_urls = $casconfig->getValue('legal_service_urls')
 

Variable Documentation

◆ $casconfig

$casconfig = SimpleSAML_Configuration::getConfig('module_casserver.php')

Definition at line 18 of file proxy.php.

◆ $legal_service_urls

$legal_service_urls = $casconfig->getValue('legal_service_urls')

Definition at line 20 of file proxy.php.

◆ else

if (!checkServiceURL( $targetService, $legal_service_urls)) throw new Exception( 'Service parameter provided to CAS server is not listed as a legal service else
new
Initial value:
{
throw new Exception('Required URL query parameter [targetService] not provided. (CAS Server)')

Definition at line 14 of file proxy.php.