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

The Exclude MetadataFilter, identified by type="Blacklist", filters out metadata for any entity or entity group listed inside the plugin's configuration.

As of V3.2, this type name is deprecated in favor of Exclude 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 exclude, allowing more flexible matching. Additional content will be included based on the type of plugin (see associated documentation)

Child Elements

Zero or more <Exclude> elements may be specified.  Each elements content is matched against each entityID or group Name found in the source metadata and only matching entities are kept. When groups are excluded, all children of the group are excluded without further examination by any filters.

Example

<MetadataFilter type="Blacklist">
    <Exclude>https://idp.badguy.com/shibboleth</Exclude>
    <Exclude>urn:evil:empire:entities</Exclude>
</MetadataFilter>
  • No labels