[java-identity-provider] branch main updated: Update MDQ test location.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 25 12:53:51 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c8aee3d3bc28614474b3cd1784483e85d7cfaf2c
The following commit(s) were added to refs/heads/main by this push:
new c8aee3d3b Update MDQ test location.
c8aee3d3b is described below
commit c8aee3d3bc28614474b3cd1784483e85d7cfaf2c
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