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
);
$config
$config
Definition:
module_casserver.php:6
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
casserver
config-templates
module_casserver.php
Generated on Tue Jan 28 2025 19:01:12 for ILIAS by
1.8.13 (using
Doxyfile
)