Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Note: The MDQ beta service retired May 1, 2019. It is replaced with a "preview" (pre-production) MDQ service.

References

https://spaces.at.internet2.edu/display/MDQ/The+Guide

https://spaces.at.internet2.edu/display/MDQ/MDQ+Signing+Key

https://spaces.at.internet2.edu/display/MDQ/Per-Entity+Metadata+Service+Documentation

https://spaces.at.internet2.edu/display/perentity/MDQ+Client+Software

https://wiki.shibboleth.net/confluence/display/XSTJ2/xmlsectool+V2+Home

Caution: The state of MDQ server behavior is in flux. Downloading metadata from the URL below (step 2) using a browser may not provide usable results; check that the download is XML and not HTML. Also note InCommon's statement that this technology preview signing certificate could change with little notice.

Procedure

  1. Save a copy of and verify the InCommon Metadata Query Protocol signing certificate (incommon-mdq.pem) and verify its fingerprint.

    openssl x509 -sha1 -noout -fingerprint -in incommon-mdq.pem
    SHA1 Fingerprint=CF:A8:7A:57:00:6E:05:09:CD:63:A1:49:1B:4B:F8:46:98:DD:3A:38
  2. Fetch the UC Davis IdP metadata.

    curl --silent --output ucdavis-metadata.xml \
            http://mdq-preview.incommon.org/entities/urn%3Amace%3Aincommon%3Aucdavis.edu
  3. Validate the XML signature. Note: several other ways to verify the digital signature on an XML document exist, as well, cf. Google search.

    xmlsectool --verifySignature --inFile ucdavis-metadata.xml --certificate incommon-mdq.pem
  • No labels