template AttributeResolver
Terry Kelleher
terry at bcsengineering.com
Wed Apr 8 16:03:56 EDT 2015
In SP 2.5.3, when using template AttributeResolver, if one of the source
attributes is multi-valued, then only the first attribute value is
included in the destination attribute, rather than all values of the
attribute. For example:
Source attributes:
new-mail: tk at foo.org;tk9594 at foo.bar
shibattr-uid: tk9594
<AttributeResolver type="Template" sources="new-mail shibattr-uid"
dest="new-cloud">
<Template>$new-mail $shibattr-uid</Template>
</AttributeResolver>
Destination attribute:
new-cloud: tk at foo.org tk9594
Is this the expected behavior when dealing with multivalued attributes
and templates?
--Terry
More information about the users
mailing list