wiki:ParkWeb

Version 3 (modified by dabantz@…, 12 years ago) (diff)

--

IAM / Projects / Shibboleth / Service Candidates / ParkWeb

This service is in production. Configuration supports both a test and production instance of the UAF parking.

<AttributeFilterPolicy id="releaseToUAFPARKTEST">
<PolicyRequirementRule xsi:type="basic:OR">
    <basic:Rule xsi:type="basic:AttributeRequesterString" value="https://uafparktest.apps.ad.alaska.edu/shibboleth" />
    <basic:Rule xsi:type="basic:AttributeRequesterString" value="https://uafparkweb.uaf.edu/shibboleth" />
 </PolicyRequirementRule>
    <AttributeRule attributeID="eduPersonPrincipalName">
        <PermitValueRule xsi:type="basic:ANY" />
    </AttributeRule>
    <AttributeRule attributeID="bannerid">
        <PermitValueRule xsi:type="basic:ANY" />
    </AttributeRule>
</AttributeFilterPolicy>