ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
module_casserver.php
Go to the documentation of this file.
1
<?
php
2
/*
3
* Configuration for the module casserver.
4
*/
5
6
$config
= array (
7
8
'legal_service_urls'
=> array(
9
'http://test.feide.no/casclient'
,
10
'http://test.feide.no/cas2'
,
11
),
12
13
// Legal values: saml2, shib13
14
'auth'
=>
'saml2'
,
15
16
'ticketcache'
=>
'ticketcache'
,
17
18
'attrname'
=>
'mail'
,
// 'eduPersonPrincipalName',
19
#
'attributes'
=> TRUE,
// enable transfer of attributes
20
21
);
php
An exception for terminatinating execution or to throw for unit testing.
$config
$config
Definition:
module_casserver.php:6
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
casserver
config-templates
module_casserver.php
Generated on Sat Oct 4 2025 19:00:59 for ILIAS by
1.9.4 (using
Doxyfile
)