Skip to content
Snippets Groups Projects
Commit 948bcd01 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

fix default metadata to SingleLogoutService.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@19 44740490-163a-0410-bde0-09ae8108e29a
parent f648abb7
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ $metadata = array( ...@@ -24,7 +24,7 @@ $metadata = array(
*/ */
'saml2sp.example.org' => array( 'saml2sp.example.org' => array(
'AssertionConsumerService' => 'https://saml2sp.example.org/simplesaml/saml2/sp/AssertionConsumerService.php', 'AssertionConsumerService' => 'https://saml2sp.example.org/simplesaml/saml2/sp/AssertionConsumerService.php',
'SingleLogOutUrl' => 'https://saml2sp.example.org/simplesaml/saml2/sp/SingleLogoutService.php', 'SingleLogoutService' => 'https://saml2sp.example.org/simplesaml/saml2/sp/SingleLogoutService.php',
'spNameQualifier' => 'dev.andreas.feide.no', 'spNameQualifier' => 'dev.andreas.feide.no',
'ForceAuthn' => 'false', 'ForceAuthn' => 'false',
'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient', 'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient',
...@@ -38,7 +38,8 @@ $metadata = array( ...@@ -38,7 +38,8 @@ $metadata = array(
* must set the simplesaml.nameidattribute to be the name of an attribute that for this user has the value of 'john'. * must set the simplesaml.nameidattribute to be the name of an attribute that for this user has the value of 'john'.
*/ */
'google.com' => array( 'google.com' => array(
'AssertionConsumerService' => 'https://www.google.com/a/g.feide.no/acs', 'AssertionConsumerService' => 'https://www.google.com/a/g.feide.no/acs',
'SingleLogoutService' => '',
'spNameQualifier' => 'google.com', 'spNameQualifier' => 'google.com',
'ForceAuthn' => 'false', 'ForceAuthn' => 'false',
'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:email', 'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:email',
......
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