The Shibboleth IdP V3 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP4 wiki space for current documentation on the supported version.

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 7 Next »

The FilesystemMetadataProvider loads metadata from a file located on the file system of the IdP.  

The provider can be configured to periodically check and reload the metadata if needed.  This is achieved with the  reloading attributes.

Schema Names and location

The <MetadataProvider> element and the type FilesystemMetadataProvider are defined by the urn:mace:shibboleth:2.0:metadata schema, which can be located at http://shibboleth.net/schema/idp/shibboleth-metadata.xsd.

Attributes

Any of the common attributes or the reloading attributes can be specified.  In addition one attribute metadataFile must be specified, this is the path to the local metadata file to be loaded

Child Elements

Any of the following child elements may be specified (in order).

NameCardinalityDescription
<MetadataFilter>0 or moreA metadata filter applied to candidate metadata as it flows through the metadata pipeline

The <MetadataFilter> child element is common to all metadata providers. The FilesystemMetadataProvider type has no child elements of its own.

Example

Load Metadata from a file called FileMetadata.xml
<MetadataProvider id="FileMetadata" xsi:type="FilesystemMetadataProvider" metadataFile="%{idp.home}/metadata/FileMetadata.xml"/>
  • No labels