Is below Policy rule possible
Lalith Jayaweera
ljayaweera at gmail.com
Sun Nov 12 20:03:58 EST 2017
In the attribute-filter.xml I just coded below PolicyRequirementRule
Basically the need is, pass uid, givenName, email to SP
https://xyz.com/access/test/testn for students (when testAttribute contains
value "Student")
However it complains about a afftribute filer configuration issue, what
exactly the issue in below code segment in PolicyRequirementRule?
<AttributeFilterPolicy id="releaseAttributetoXYZ">
<PolicyRequirementRule xsi:type="AND">
<Rule xsi:type="Requester" value="
https://xyz.com/access/test/testn" />
<Rule xsi:type="Value" value="Student" ignoreCase="true"
attributeId="testAttribute" />
</PolicyRequirementRule>
<AttributeRule attributeID="uid">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="givenName">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="email">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
</AttributeFilterPolicy>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20171113/1f1b2571/attachment.html>
More information about the users
mailing list