Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

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

Code Block
xml
xml
titleExample Policy Requirement Rule using the AND Match Functionxml
<PolicyRequirementRule xsi:type="basic:AND">
    <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>

...