[java-identity-provider] branch maint-4.1 updated: Update MDQ test location.

Scott Cantor cantor.2 at osu.edu
Tue Jan 25 12:54:24 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-4.1
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=41b1171d3256277e25d16de2877fcc954cbbdb9d

The following commit(s) were added to refs/heads/maint-4.1 by this push:
     new 41b1171d3 Update MDQ test location.
41b1171d3 is described below

commit 41b1171d3256277e25d16de2877fcc954cbbdb9d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 25 07:53:44 2022 -0500

    Update MDQ test location.
---
 .../spring/relyingparty/metadata/dynamicMetadataQueryProtocol.xml    | 4 ++--
 .../metadata/dynamicMetadataQueryProtocolWithContentTypeOverride.xml | 5 +++--
 .../dynamicMetadataQueryProtocolWithSecondaryURLBuilders.xml         | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocol.xml b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocol.xml
index 6f628bb28..2003c93be 100644
--- a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocol.xml
+++ b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocol.xml
@@ -4,10 +4,10 @@
 	xsi:schemaLocation="urn:mace:shibboleth:2.0:metadata http://shibboleth.net/schema/idp/shibboleth-metadata.xsd
                        urn:oasis:names:tc:SAML:2.0:metadata http://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd"
 
-	id="dynamicMDQ" xsi:type="metadata:DynamicHTTPMetadataProvider" >
+	id="dynamicMDQ" xsi:type="metadata:DynamicHTTPMetadataProvider" disregardTLSCertificate="true">
     
         <metadata:MetadataQueryProtocol>
-            http://test.shibboleth.net:9000
+            https://test.shibboleth.net/mdq
         </metadata:MetadataQueryProtocol>
 
 </metadata:MetadataProvider>
diff --git a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithContentTypeOverride.xml b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithContentTypeOverride.xml
index e81d084ec..64918daec 100644
--- a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithContentTypeOverride.xml
+++ b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithContentTypeOverride.xml
@@ -5,10 +5,11 @@
                         urn:oasis:names:tc:SAML:2.0:metadata http://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd"
 
     id="dynamicMDQ" xsi:type="metadata:DynamicHTTPMetadataProvider"
-    supportedContentTypes="application/xml test/foo" >
+    disregardTLSCertificate="true"
+    supportedContentTypes="application/xml test/foo">
 
         <metadata:MetadataQueryProtocol>
-            http://test.shibboleth.net:9000
+            https://test.shibboleth.net/mdq
         </metadata:MetadataQueryProtocol>
 
 </metadata:MetadataProvider>
diff --git a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithSecondaryURLBuilders.xml b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithSecondaryURLBuilders.xml
index 3eb61d7da..f03eb76a4 100644
--- a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithSecondaryURLBuilders.xml
+++ b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/dynamicMetadataQueryProtocolWithSecondaryURLBuilders.xml
@@ -4,10 +4,10 @@
 	xsi:schemaLocation="urn:mace:shibboleth:2.0:metadata http://shibboleth.net/schema/idp/shibboleth-metadata.xsd
                        urn:oasis:names:tc:SAML:2.0:metadata http://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd"
 
-	id="dynamicMDQ" xsi:type="metadata:DynamicHTTPMetadataProvider" >
+	id="dynamicMDQ" xsi:type="metadata:DynamicHTTPMetadataProvider" disregardTLSCertificate="true">
     
         <metadata:MetadataQueryProtocol secondaryURLBuildersRef="metadata.MDQ.secondaryURLBuilders">
-            http://test.shibboleth.net:9000
+            https://test.shibboleth.net/mdq
         </metadata:MetadataQueryProtocol>
 
 </metadata:MetadataProvider>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list