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

Removing Google Apps SLO endpoint from metadata template

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@379 44740490-163a-0410-bde0-09ae8108e29a
parent fc1d9e56
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,7 @@ $metadata = array(
* must set the simplesaml.nameidattribute to be the name of an attribute that for this user has the value of 'john'.
*/
'google.com' => array(
'AssertionConsumerService' => 'https://www.google.com/a/g.feide.no/acs',
'SingleLogoutService' => '',
'AssertionConsumerService' => 'https://www.google.com/a/g.feide.no/acs',
'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:email',
'simplesaml.nameidattribute' => 'uid',
'simplesaml.attributes' => false
......
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