docs for new DynamicHTTPMetadataProvider?

Tom Scavo trscavo at gmail.com
Tue Jan 13 09:59:43 EST 2015


On Mon, Jan 12, 2015 at 9:55 PM, Brent Putman <putmanb at georgetown.edu> wrote:
>
> Hopefully most of the attributes are self-explanatory, or the doc
> annotations are clear enough for the your short-term needs...
>
> Hope that's enough to get you started until we have some real docs.

Most helpful, Brent. We'll start with this and see how it goes:

<MetadataProvider
    xmlns="urn:mace:shibboleth:2.0:metadata"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="urn:mace:shibboleth:2.0:metadata
http://shibboleth.net/schema/idp/shibboleth-metadata.xsd"
    id="dynamicMDQ"
    xsi:type="DynamicHTTPMetadataProvider">

    <MetadataQueryProtocol>http://mdq-beta.incommon.org/global</MetadataQueryProtocol>
    <MetadataFilter xsi:type="RequiredValidUntil" maxValidityInterval="P14D" />
    <MetadataFilter xsi:type="SignatureValidation" requireSignedMetadata="true"
        certificateFile="${idp.home}/conf/metadata/mdq-beta-cert.pem" />
</MetadataProvider>

Thanks,

Tom


More information about the dev mailing list