Versions Compared

Key

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

...

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

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


Extended Example
Code Block
languagexmltitleExtended Example
<MetadataFilter type="Include" matcher="EntityAttributes">
    <saml:Attribute Name="http://macedir.org/entity-category-support" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
        <saml:AttributeValue>http://refeds.org/category/research-and-scholarship</saml:AttributeValue>
    </saml:Attribute>
</MetadataFilter>

...