From 09a9fb46f03e90890d706f08e579f7e8e5d6bfe2 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Fri, 20 Jun 2008 10:37:42 +0000
Subject: [PATCH] SAML2.0 IdP metadata generator: The SingleSingOnService and
 SingleLogoutService elements should not have the attributes "index" and
 "isDefault".

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@677 44740490-163a-0410-bde0-09ae8108e29a
---
 www/saml2/idp/metadata.php | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/www/saml2/idp/metadata.php b/www/saml2/idp/metadata.php
index 550f34951..22397cf13 100644
--- a/www/saml2/idp/metadata.php
+++ b/www/saml2/idp/metadata.php
@@ -66,8 +66,6 @@ try {
             Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
             Location="' . htmlspecialchars($metadata->getGenerated('SingleLogoutService', 'saml20-idp-hosted')) . '"
             ResponseLocation="' . htmlspecialchars($metadata->getGenerated('SingleLogoutService', 'saml20-idp-hosted')) . '"
-            index="0" 
-            isDefault="true"
             />
 
         
@@ -78,8 +76,6 @@ try {
         <SingleSignOnService
             Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
             Location="' . htmlspecialchars($metadata->getGenerated('SingleSignOnService', 'saml20-idp-hosted')) . '"
-            index="0" 
-            isDefault="true"
             />
         
     </IDPSSODescriptor>
-- 
GitLab