Skip to content
Snippets Groups Projects
Commit 9962cce7 authored by Olav Morken's avatar Olav Morken
Browse files

Fix default configuration for consentAdmin & consentSimpleAdmin.

Thanks to François Kooman for providing this patch!

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3237 44740490-163a-0410-bde0-09ae8108e29a
parent 3d209ac4
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ $config = array(
'returnURL' => 'http://www.wayf.dk',
// Shows description of the services if set to true (defaults to true)
'showDesription' => true,
'showDescription' => true,
// Set authority
'authority' => 'saml2',
......
......@@ -11,6 +11,6 @@ $config = array(
),
'auth' => 'example-static',
'userid', 'eduPersonPrincipalName',
'userid' => 'eduPersonPrincipalName',
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment