Versions Compared

Key

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

...

As of V3.2, this type name is deprecated in favor of Include and the original name will be removed in a future release.

Attributes

One attribute may be specified: matcher specifies an EntityMatcher plugin to use to identify the entities to include, allowing more flexible matching. Additional content will be included based on the type of plugin (see associated documentation).

Child Elements

Zero or more <Include> elements may be specified.  Each element's context  is matched against each entityID found in the source metadata to identify entities to keep.

Examples

Code Block
languagexml
titleSimple Whitelist
<MetadataFilter type="Whitelist">
    <Include>https://idp.goodguy.com/shibboleth</Include>
</MetadataFilter>

...