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

Shib13:IdP: Add urn:mace:shibboleth:1.0 to supported protocols.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2343 44740490-163a-0410-bde0-09ae8108e29a
parent 59520093
No related branches found
No related tags found
No related merge requests found
...@@ -438,6 +438,7 @@ class SimpleSAML_Metadata_SAMLBuilder { ...@@ -438,6 +438,7 @@ class SimpleSAML_Metadata_SAMLBuilder {
$e = new SAML2_XML_md_IDPSSODescriptor(); $e = new SAML2_XML_md_IDPSSODescriptor();
$e->protocolSupportEnumeration[] = 'urn:oasis:names:tc:SAML:1.1:protocol'; $e->protocolSupportEnumeration[] = 'urn:oasis:names:tc:SAML:1.1:protocol';
$e->protocolSupportEnumeration[] = 'urn:mace:shibboleth:1.0';
$this->addCertificate($e, $metadata); $this->addCertificate($e, $metadata);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment