ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
module_cdc.php
Go to the documentation of this file.
1
<?php
2
3
$config
=
array
(
4
'example.org'
=>
array
(
5
6
/*
7
* The shared key for this CDC server.
8
*/
9
'key'
=>
'ExampleSharedKey'
,
10
11
/*
12
* The URL to the server script.
13
*/
14
'server'
=>
'https://my-cdc.example.org/simplesaml/module.php/cdc/server.php'
,
15
16
/*
17
* The lifetime of our cookie, in seconds.
18
*
19
* If this is 0, the cookie will expire when the browser is closed.
20
*/
21
'cookie.lifetime'
=> 0,
22
23
),
24
);
$config
$config
Definition:
module_cdc.php:3
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
cdc
config-templates
module_cdc.php
Generated on Tue Feb 25 2025 19:01:17 for ILIAS by
1.8.13 (using
Doxyfile
)