Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add InCommon MDQ
pcaskey committed Oct 12, 2023
1 parent 7da16c8 commit e1d9c06
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions conf/metadata-providers.xml
@@ -86,4 +86,18 @@
indexesRef="shibboleth.CASMetadataIndices" />
-->

<!-- InCommon Per-Entity Metadata Distribution Service -->
<MetadataProvider id="incommon" xsi:type="DynamicHTTPMetadataProvider"
maxCacheDuration="PT24H" minCacheDuration="PT10M">
<!-- Verify the signature on the root element (i.e., the EntityDescriptor element) -->
<MetadataFilter xsi:type="SignatureValidation" requireSignedRoot="true"
certificateFile="%{idp.home}/credentials/inc-md-cert-mdq.pem" />

<!-- Require a validUntil XML attribute no more than 14 days into the future -->
<MetadataFilter xsi:type="RequiredValidUntil" maxValidityInterval="P14D" />

<!-- The MetadataQueryProtocol element specifies the base URL for the query protocol -->
<MetadataQueryProtocol>https://mdq.incommon.org/</MetadataQueryProtocol>
</MetadataProvider>

</MetadataProvider>

0 comments on commit e1d9c06

Please sign in to comment.