ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
module_consentAdmin.php
Go to the documentation of this file.
1<?php
8$config = array(
9 /*
10 * Configuration for the database connection.
11 */
12 'consentadmin' => array(
13 'consent:Database',
14 'dsn' => 'mysql:host=DBHOST;dbname=DBNAME',
15 'username' => 'USERNAME',
16 'password' => 'PASSWORD',
17 ),
18
19 // Hash attributes including values or not
20 'attributes.hash' => true,
21
22 // If you set attributes.exclude in the consent module, this must match
23 // 'attributes.exclude' => array(),
24
25 // Where to direct the user after logout
26 // REMEMBER to prefix with http:// otherwise the relaystate is only appended
27 // to saml2 logout URL
28 'returnURL' => 'http://www.wayf.dk',
29
30 // Shows description of the services if set to true (defaults to true)
31 'showDescription' => true,
32
33 // Set authority
34 'authority' => 'saml2',
35);
An exception for terminatinating execution or to throw for unit testing.