diff --git a/www/saml2/idp/metadata.php b/www/saml2/idp/metadata.php
index 550f34951e91c48c899a92e39de0d15910bd18bc..22397cf13f921ea4552a816e31f8405872cc7e7f 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>