Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix typo

...

This matching rule evaluates to true to true if its contained rule evaluate to false.

...

The rule then contains one <Rule xsi:type="MATCHING_RULE_TYPE"> element that is, itself, a filter matching rule.

Code Block
xml
xml
titleExample Policy Requirement Rule using the NOT Match Functionxml
<PolicyRequirementRule xsi:type="basic:NOT">
    <basic:Rule xsi:type="basic:PrincipalAuthnticationMethod" value="urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport"/>
</PolicyRequirementRule>