Versions Compared

Key

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

...

Filters are all defined by their xsi:type attribute.  All other attributes and child elements are specific to each filter. The filter types provided are:

  • ChainingFilterChaining Filter (DEPRECATED)
    • Normally automatically applied whenever multiple filters appear, this wraps multiple filters into a chain, running each one in turn
  • RequiredValidUntil Filter
    • Important for secure processing of metadata containing keys, it enforces requirements for metadata to carry an expiration and limits the size of that window
  • SchemaValidationFilterSchemaValidation Filter
    • Performs XML validation of a metadata source
  • SignatureValidation Filter
    • The most common filter, checks the signature on a signed metadata source
  • EntityRoleWhiteList Filter
    • A memory-saving filter, it deletes unneeded role information from metadata
  • EntityAttributes Filter
    • A policy aid, this filter actually adds information, allowing "tags" to be attached to metadata for use in other parts of the system
  • Predicate Metadata Filter
    • An extensible allow/deny filter, it can remove matching (or keep only matching) entities based on a set of built-in rules, or with an arbitrary condition
  • NameIDFormat Filter 3.3
    • A policy aid, this filter adds information, allowing <NameIDFormat> elements to be attached to metadata for use in driving identifier format selection.

...