Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
metadata providers config
pcaskey committed Jan 20, 2017
1 parent cf1a7ad commit 66cfcd5
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion conf/metadata-providers.xml
@@ -63,5 +63,38 @@
<MetadataProvider id="LocalMetadata" xsi:type="FilesystemMetadataProvider" metadataFile="PATH_TO_YOUR_METADATA"/>
-->




<MetadataProvider id="ShibbolethMetadata" xsi:type="ChainingMetadataProvider"
xmlns="urn:mace:shibboleth:2.0:metadata"
xmlns:resource="urn:mace:shibboleth:2.0:resource"
xmlns:security="urn:mace:shibboleth:2.0:security"
xmlns:md="urn:oasis:names:tc:SAML: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
urn:mace:shibboleth:2.0:resource http://shibboleth.net/schema/idp/shibboleth-resource.xsd
urn:mace:shibboleth:2.0:security http://shibboleth.net/schema/idp/shibboleth-security.xsd
urn:oasis:names:tc:SAML:2.0:metadata http://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd">

<MetadataProvider id="InCommonMetadata"
xsi:type="FileBackedHTTPMetadataProvider"
backingFile="%{idp.home}/metadata/localCopyFromInCommon.xml"
metadataURL="http://md.incommon.org/InCommon/InCommon-metadata.xml"
maxRefreshDelay="PT8H">

<MetadataFilter xsi:type="RequiredValidUntil" maxValidityInterval="P14D" />

<MetadataFilter xsi:type="SignatureValidation"
certificateFile="${idp.home}/credentials/inc-md-cert.pem" />

<MetadataFilter xsi:type="EntityRoleWhiteList">
<RetainedRole>md:SPSSODescriptor</RetainedRole>
</MetadataFilter>

</MetadataProvider>

<MetadataProvider id="testbed.tier" xsi:type="FilesystemMetadataProvider" metadataFile="/opt/shibboleth-idp/metadata/testbed-tier-metadata.xml"/>

</MetadataProvider>

</MetadataProvider>

0 comments on commit 66cfcd5

Please sign in to comment.