shibboleth2.xml
file for editing.MetadataProvider
elements.MetadataProvider
with the following:
<!-- InCommon Per-Entity Metadata Distribution Service --> < MetadataProvider type = "MDQ" id = "incommon" ignoreTransport = "true" cacheDirectory = "inc-mdq-cache" maxCacheDuration = "1440" minCacheDuration = "60" < MetadataFilter type = "Signature" certificate = "inc-md-cert-mdq.pem" /> < MetadataFilter type = "RequireValidUntil" maxValidityInterval = "1209600" /> </ MetadataProvider > |
MetadataFilter
element requires that the signature on the MDQ metadata provider
should be verified using the inc-md-cert-mdq.pem
certificate.MetadataProvider
for the UW IdP or InCommon metadata aggregate, you should comment it out or delete it.Configuring with multiple metadata providers
shibboleth2.xml
file. Name it "inc-md-cert-mdq.pem"
.shibboleth2.xml
and to take appropriate actions.shibd.log
.1 . 2019-12-27 11:32:16 INFO OpenSAML.MetadataProvider.Chaining : building MetadataProvider of type MDQ
2 . 2019-12-27 11:32:16 INFO OpenSAML.MetadataProvider : building MetadataFilter of type Signature
3 . 2019-12-27 11:32:16 INFO XMLTooling.SecurityHelper : loading certificate(s) from file (C:/opt/shibboleth-sp/etc/shibboleth/incommon-mdq.pem)
4 . 2019-12-27 11:32:16 INFO XMLTooling.CredentialResolver.File : no private key resolved, usable for verification/trust only
5 . 2019-12-27 11:32:17 INFO OpenSAML.MetadataProvider.Dynamic [incommon]: cleanup thread started...running every 1800 seconds |