Versions Compared

Key

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

...

  • verifyBackup(boolean) (defaults to true)
    • If false, then the backing file will not be verified upon at startup. Setting this option to false will speed up system startup, particularly if the metadata file is large. In any case, it is the deployer's responsibility to ensure that the file stored at the backup location is safe to use. Do In particular, do not manually replace the backing file with an unverified copy.

...

Code Block
xml
xml
titleExtended Example
<MetadataFilter type="Whitelist" 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://id.incommonrefeds.org/category/research-and-scholarship</saml:AttributeValue>
    </saml:Attribute>
</MetadataFilter>

...

Code Block
xml
xml
<MetadataFilter type="EntityAttributes">
    <saml2<saml:Attribute FriendlyName="state" Name="urn:oid:2.5.4.8" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
        <saml2<saml:AttributeValue>Ohio</saml2saml:AttributeValue>
    </saml2saml:Attribute>
    <saml2<saml:Attribute FriendlyName="locality" Name="urn:oid:2.5.4.7" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
        <saml2<saml:AttributeValue>Columbus</saml2saml:AttributeValue>
    </saml2saml:Attribute>
    <Entity>urn:mace:incommon:osu.edu</Entity>
</MetadataFilter>

...

Additional examples are also available. These provide more complete examples and are contributed by users of the software.

Example 1

Refresh InCommon Federation metadata every hour