...
- value - the string value to match
- ignoreCase - a boolean flag indicating whether the match is not case-sensitive
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<PolicyRequirementRule xsi:type="basic:AttributeRequesterString" value="https://service.example.edu/shibboleth-sp" /> |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |