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