Skip to content
Snippets Groups Projects
Commit 09a9fb46 authored by Olav Morken's avatar Olav Morken
Browse files

SAML2.0 IdP metadata generator: The SingleSingOnService and...

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
parent 08d3f18d
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment