| | 14 | |
| | 15 | Shibboleth IdP attribute release for Trac instances: |
| | 16 | {{{ |
| | 17 | |
| | 18 | <AttributeFilterPolicy id="releaseToUAlaska"> |
| | 19 | <PolicyRequirementRule xsi:type="basic:OR"> |
| | 20 | <basic:Rule xsi:type="basic:AttributeRequesterString" value="https://nadina.alaska.edu/shibboleth" /> |
| | 21 | <basic:Rule xsi:type="basic:AttributeRequesterString" value="https://nah.alaska.edu/shibboleth" /> |
| | 22 | <basic:Rule xsi:type="basic:AttributeRequesterString" value="https://trac.sw.alaska.edu/shibboleth" /> |
| | 23 | <basic:Rule xsi:type="basic:AttributeRequesterString" value="https://sturgeon.sw.alaska.edu/shibboleth" /> |
| | 24 | </PolicyRequirementRule> |
| | 25 | <AttributeRule attributeID="eduPersonPrincipalName"> |
| | 26 | <PermitValueRule xsi:type="basic:ANY" /> |
| | 27 | </AttributeRule> |
| | 28 | </AttributeFilterPolicy> |
| | 29 | |
| | 30 | }}} |