ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 // Where to direct the user after logout
23 // REMEMBER to prefix with http:// otherwise the relaystate is only appended
24 // to saml2 logout URL
25 'returnURL' => 'http://www.wayf.dk',
26
27 // Shows description of the services if set to true (defaults to true)
28 'showDescription' => true,
29
30 // Set authority
31 'authority' => 'saml2',
32);
An exception for terminatinating execution or to throw for unit testing.