how to reference an existing attribute in resolver.xml
Qian, Yi
yqian at ku.edu
Thu Jun 27 14:05:15 EDT 2013
Hello,
I have eppn defined, (just using eppn as example) but I would like release to some SP as a new attribute
So I define
<resolver:AttributeDefinition xsi:type="ad:Simple" id="myId" sourceAttributeID="eppn">
<resolver:Dependency ref="eppn" />
</resolver:AttributeDefinition>
In filter.xml
<afp:AttributeFilterPolicy>
<afp:PolicyRequirementRule xsi:type="basic:AttributeRequesterString"
value="sp" />
<afp:AttributeRule attributeID="myId">
<afp:PermitValueRule xsi:type="basic:ANY" />
</afp:AttributeRule>
</afp:AttributeFilterPolicy>
It doesn't work, do I need to add some type of data connector? But I looked at wiki, seems none of them fit in
Yi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130627/c3158e1a/attachment-0001.html
More information about the users
mailing list