From 9d7551ddef9b67eae75e4c0821e9fd241806bd17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Sun, 9 Mar 2008 07:28:43 +0000 Subject: [PATCH] Removing Google Apps SLO endpoint from metadata template git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@379 44740490-163a-0410-bde0-09ae8108e29a --- metadata-templates/saml20-sp-remote.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metadata-templates/saml20-sp-remote.php b/metadata-templates/saml20-sp-remote.php index 077857384..783bd71ca 100644 --- a/metadata-templates/saml20-sp-remote.php +++ b/metadata-templates/saml20-sp-remote.php @@ -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 -- GitLab