The Shibboleth V2 IdP and SP software have reached End of Life and are no longer supported. This documentation is available for historical purposes only. See the IDP v4 and SP v3 wiki spaces for current documentation on the supported versions.

IdPFilterRequirementOR

OR Attribute Filter Matching Rule

This matching rule evaluates to true to true if any of its contained rules evaluate to true.

Define the Rule

This rule is defined by the element <PolicyRequirementRule xsi:type="basic:OR">, for policy requirements rules, and <PermitValueRule xsi:type="basic:OR">, for permit value rules.

The rule then contains any number of <Rule xsi:type="MATCHING_RULE_TYPE"> elements that are, themselves, filter matching rules.

Example Policy Requirement Rule using the OR Match Function
<PolicyRequirementRule xsi:type="basic:OR">
    <basic:Rule xsi:type="basic:AttributeRequesterInEntityGroup" groupID="urn:example:org" />
    <basic:Rule xsi:type="basic:PrincipalAuthnticationMethod" value="urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport"/>
</PolicyRequirementRule>