Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Use the LocalDynamic MetadataProvider

Deployers will find the LocalDynamicMetadataProvider much better suited to loading metadata from a folder, though at a slight cost in cognitive load from needing to rename the files. That plugin consumes far fewer system resources and allows metadata to be dynamically added, and not just altered.

Reference

Expand
titleCommon XML Attributes

The type="Folder" attribute mustbe present.

Include Page
MetadataProviderCommonAttributes
MetadataProviderCommonAttributes
Expand
titleSpecific XML Attributes

The following attributes are also supported (and the path attribute is required):

Name

Type

Req?

Default

Description

path

local pathname

Y

Directory from which to load metadata

discoveryFeed

boolean


true

When true, a JSON feed of IdP information will be produced and cached in memory for use by the DiscoveryFeed handler. Can be disabled to save processing and memory.

dropDOM

boolean


true

When true, the underlying XML DOM structure is dropped after processing a new metadata instance. Set to false to maintain the DOM in memory if there are supplemental options being used that operate more efficiently with the DOM maintained.

reloadChanges

boolean


true

Whether the individual files are to be reloadable.Note that the directory is NOT rescanned, so files that are added to the folder after startup will not be processed.

Expand
titleCommon XML Child Elements
Include Page
MetadataProviderChildElements
MetadataProviderChildElements