[cpp-sp] branch master updated: SSPCPP-756 Add namespace to test metadata
Rod Widdowson
rdw at steadingsoftware.com
Fri Oct 20 06:32:29 EDT 2017
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=356cd506dc8cd36c8b7f438d7c841efbd7cd0902
The following commit(s) were added to refs/heads/master by this push:
new 356cd50 SSPCPP-756 Add namespace to test metadata
356cd50 is described below
commit 356cd506dc8cd36c8b7f438d7c841efbd7cd0902
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Oct 20 11:31:13 2017 +0100
SSPCPP-756 Add namespace to test metadata
https://issues.shibboleth.net/jira/browse/SSPCPP-756
Turns out that the dynamic metadata provider is more picky about
the namespace than the static one.
---
unittests/data/df5a20c921bc30c1b76c5a6cec08d074e280de8b.xml | 1 +
unittests/data/idp.shibboleth.net.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/unittests/data/df5a20c921bc30c1b76c5a6cec08d074e280de8b.xml b/unittests/data/df5a20c921bc30c1b76c5a6cec08d074e280de8b.xml
index e19ec18..0dedc74 100644
--- a/unittests/data/df5a20c921bc30c1b76c5a6cec08d074e280de8b.xml
+++ b/unittests/data/df5a20c921bc30c1b76c5a6cec08d074e280de8b.xml
@@ -1,4 +1,5 @@
<EntityDescriptor entityID="https://idp.shibboleth.net/idp/shibboleth"
+ xmlns="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
diff --git a/unittests/data/idp.shibboleth.net.xml b/unittests/data/idp.shibboleth.net.xml
index e19ec18..0dedc74 100644
--- a/unittests/data/idp.shibboleth.net.xml
+++ b/unittests/data/idp.shibboleth.net.xml
@@ -1,4 +1,5 @@
<EntityDescriptor entityID="https://idp.shibboleth.net/idp/shibboleth"
+ xmlns="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list