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

Shib13: Include correct namespace in generated metadata.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@778 44740490-163a-0410-bde0-09ae8108e29a
parent 7cd05c42
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ try {
";
$metaxml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<EntityDescriptor entityID="' . htmlspecialchars($idpentityid) . '">
<EntityDescriptor entityID="' . htmlspecialchars($idpentityid) . '" xmlns="urn:oasis:names:tc:SAML:2.0:metadata">
<IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0">
......
......@@ -34,7 +34,7 @@ try {
";
$metaxml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<EntityDescriptor entityID="' . htmlspecialchars($spentityid) . '">
<EntityDescriptor entityID="' . htmlspecialchars($spentityid) . '" xmlns="urn:oasis:names:tc:SAML:2.0:metadata">
<SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol">
<NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
......
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