ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
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
);
$config
$config
Definition:
module_consentAdmin.php:8
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
consentAdmin
config-templates
module_consentAdmin.php
Generated on Sat Jan 18 2025 19:01:10 for ILIAS by
1.8.13 (using
Doxyfile
)