Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
fe14e750
Commit
fe14e750
authored
6 years ago
by
Guy Halse
Browse files
Options
Downloads
Patches
Plain Diff
PSR-2
updates prior to making any substantive changes
parent
2cdae6bb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/consentAdmin/config-templates/module_consentAdmin.php
+15
-15
15 additions, 15 deletions
...les/consentAdmin/config-templates/module_consentAdmin.php
with
15 additions
and
15 deletions
modules/consentAdmin/config-templates/module_consentAdmin.php
+
15
−
15
View file @
fe14e750
...
...
@@ -6,23 +6,23 @@
* @package SimpleSAMLphp
*/
$config
=
array
(
/*
* Configuration for the database connection.
*/
'consentadmin'
=>
array
(
'consent:Database'
,
'dsn'
=>
'mysql:host=DBHOST;dbname=DBNAME'
,
'username'
=>
'USERNAME'
,
'password'
=>
'PASSWORD'
,
),
// Hash attributes including values or not
'attributes.hash'
=>
TRUE
,
/*
* Configuration for the database connection.
*/
'consentadmin'
=>
array
(
'consent:Database'
,
'dsn'
=>
'mysql:host=DBHOST;dbname=DBNAME'
,
'username'
=>
'USERNAME'
,
'password'
=>
'PASSWORD'
,
),
// Where to direct the user after logout
// REMEMBER to prefix with http:// otherwise the relaystate is only appended
// Hash attributes including values or not
'attributes.hash'
=>
true
,
// Where to direct the user after logout
// REMEMBER to prefix with http:// otherwise the relaystate is only appended
// to saml2 logout URL
'returnURL'
=>
'http://www.wayf.dk'
,
'returnURL'
=>
'http://www.wayf.dk'
,
// Shows description of the services if set to true (defaults to true)
'showDescription'
=>
true
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment