Skip to content

Commit

Permalink
Remove not needed incommon cert and adjust idp configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Sep 10, 2024
1 parent 9f2add6 commit 98c55bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
15 changes: 0 additions & 15 deletions idp/config/shib-idp/conf/metadata-providers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,4 @@
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>
29 changes: 0 additions & 29 deletions idp/credentials/shib-idp/inc-md-cert-mdq.pem

This file was deleted.

0 comments on commit 98c55bb

Please sign in to comment.