BbConnect: Attribute filter (release) for BBC.txt

File Attribute filter (release) for BBC.txt, 1.1 KB (added by dabantz@…, 11 years ago)
Line 
1Fragment from attribute-filter.xml: the release policy for BBC services
2
3
4<AttributeFilterPolicy id="releaseToBBConnect">
5
6<PolicyRequirementRule xsi:type="basic:OR">
7    <basic:Rule xsi:type="basic:AttributeRequesterString" value="https://sso.blackboardconnect.com/SAML/Portal/E0D069C2563D4D63A14CBB95D6845C25" />
8    <basic:Rule xsi:type="basic:AttributeRequesterString" value="https://sso.blackboardconnect.com/SAML/Connect/9F95200F70EB4E8F844320653CCD97A8" />
9    <basic:Rule xsi:type="basic:AttributeRequesterString" value="https://ssostg.blackboardconnect.com/SAML/Connect/B46C75BF139144349190F775C38F05A9" />
10</PolicyRequirementRule>
11
12   <AttributeRule attributeID="FirstName">
13        <PermitValueRule xsi:type="basic:ANY" />
14    </AttributeRule>
15    <AttributeRule attributeID="LastName">
16        <PermitValueRule xsi:type="basic:ANY" />
17    </AttributeRule>
18    <AttributeRule attributeID="ContactRefCode">
19        <PermitValueRule xsi:type="basic:ANY" />
20    </AttributeRule>
21    <AttributeRule attributeID="LogoutURL">
22        <PermitValueRule xsi:type="basic:ANY" />
23    </AttributeRule>
24</AttributeFilterPolicy>