Versions Compared

Key

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

...

  • value - the string value to match
  • ignoreCase - a boolean flag indicating whether the match is not case-sensitive
Code Block
xml
xml
titleExample Policy Requirement Rule using the AttributeRequesterString Match Functionxml
<PolicyRequirementRule xsi:type="basic:AttributeRequesterString" value="https://service.example.edu/shibboleth-sp" />
Code Block
xml
xml
titleExample Policy Requirement Rule using the AttributeRequesterString Match Function for more than one SPxml
<PolicyRequirementRule xsi:type="basic:OR">
        <basic:Rule xsi:type="basic:AttributeRequesterString" value="https://service.example1.edu/shibboleth-sp" />
        <basic:Rule xsi:type="basic:AttributeRequesterString" value="urn:example:org:sp:foo" />
</PolicyRequirementRule>