| | 1 | |
| | 2 | |
| | 3 | {{{ |
| | 4 | <AttributeFilterPolicy id="releaseToUAFPARKTEST"> |
| | 5 | <PolicyRequirementRule xsi:type="basic:OR"> |
| | 6 | <basic:Rule xsi:type="basic:AttributeRequesterString" value="https://uafparktest.apps.ad.alaska.edu/shibboleth" /> |
| | 7 | <basic:Rule xsi:type="basic:AttributeRequesterString" value="https://uafparkweb.uaf.edu/shibboleth" /> |
| | 8 | </PolicyRequirementRule> |
| | 9 | <AttributeRule attributeID="eduPersonPrincipalName"> |
| | 10 | <PermitValueRule xsi:type="basic:ANY" /> |
| | 11 | </AttributeRule> |
| | 12 | <AttributeRule attributeID="bannerid"> |
| | 13 | <PermitValueRule xsi:type="basic:ANY" /> |
| | 14 | </AttributeRule> |
| | 15 | </AttributeFilterPolicy> |
| | 16 | |
| | 17 | <AttributeFilterPolicy id="releaseToWINFORAK"> |
| | 18 | <PolicyRequirementRule xsi:type="basic:AttributeRequesterString" value="https://gtp.winforalaska.com/shibboleth" /> |
| | 19 | <AttributeRule attributeID="eduPersonPrincipalName"> |
| | 20 | <PermitValueRule xsi:type="basic:ANY" /> |
| | 21 | </AttributeRule> |
| | 22 | <AttributeRule attributeID="surname"> |
| | 23 | <PermitValueRule xsi:type="basic:ANY" /> |
| | 24 | </AttributeRule> |
| | 25 | <AttributeRule attributeID="bannerid"> |
| | 26 | <PermitValueRule xsi:type="basic:ANY" /> |
| | 27 | </AttributeRule> |
| | 28 | </AttributeFilterPolicy> |
| | 29 | }}} |