From 948bcd014fb21bb955e15a1aa0f4ea5c4932caed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Tue, 2 Oct 2007 13:30:48 +0000 Subject: [PATCH] fix default metadata to SingleLogoutService. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@19 44740490-163a-0410-bde0-09ae8108e29a --- metadata-templates/saml20-sp-remote.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/metadata-templates/saml20-sp-remote.php b/metadata-templates/saml20-sp-remote.php index 3fd1e5375..0018acd4f 100644 --- a/metadata-templates/saml20-sp-remote.php +++ b/metadata-templates/saml20-sp-remote.php @@ -24,7 +24,7 @@ $metadata = array( */ 'saml2sp.example.org' => array( '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', 'ForceAuthn' => 'false', 'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient', @@ -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'. */ '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', 'ForceAuthn' => 'false', 'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:email', -- GitLab