ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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);
An exception for terminatinating execution or to throw for unit testing.
$config
Definition: module_cdc.php:3