From 410067e34b06c2e6bf79d6836c5f9e10226d70bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 17 Sep 2007 12:09:15 +0000 Subject: [PATCH] I switched two urls in metadata generation git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@7 44740490-163a-0410-bde0-09ae8108e29a --- www/saml2/sp/metadata.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/saml2/sp/metadata.php b/www/saml2/sp/metadata.php index ff1142ba1..722a12910 100644 --- a/www/saml2/sp/metadata.php +++ b/www/saml2/sp/metadata.php @@ -32,7 +32,7 @@ try { <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" - Location="' . $spmeta['assertionConsumerServiceURL'] . '"/> + Location="' . $spmeta['SingleLogOutUrl'] . '"/> <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat> @@ -40,7 +40,7 @@ try { index="0" isDefault="true" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" - Location="' . $spmeta['SingleLogOutUrl'] . '" /> + Location="' . $spmeta['assertionConsumerServiceURL'] . '" /> </SPSSODescriptor> -- GitLab