<div dir="ltr"><div>Thanks for the tip --- the below sends both 'givenName' & 'sn' -- but not in format of 'givenName sn' (with space between 'givenName' & 'sn').<br><br></div>I am not too sure how to parse this via Script if 2 dependencies -- are there any examples or tips that can point me?<br><div><div><div><br><AttributeDefinition id="displayName" xsi:type="Simple"><br> <Dependency ref="givenName" /><br> <Dependency ref="sn" /><br> <AttributeEncoder xsi:type="SAML2String" name="urn:oid:2.16.840.1.113730.3.1.241" friendlyName="displayName"/> <br> </AttributeDefinition> <br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 8, 2017 at 1:21 PM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2/8/17, 4:15 PM, "users on behalf of Brent Putman" <<a href="mailto:users-bounces@shibboleth.net">users-bounces@shibboleth.net</a> on behalf of <a href="mailto:putmanb@georgetown.edu">putmanb@georgetown.edu</a>> wrote:<br>
<br>
> Ah. The template wiki docs actually illustrate 2 deps:<br>
<br>
</span>Oh, then it probably just works. I forgot Template lets you specify each source ID separately inside its own config, so that probably addresses it, it probably checks each dependency for a match.<br>
<span class=""><br>
> but perhaps the first is intended to be an AttributeDefinition rather than DataConnector. If 2 data connectors is a<br>
> problem, I guess one could always define 2 simple 'sn' and 'givenName' AttributeDefinitions to feed to the template one.<br>
<br>
</span>Yes, if it can't automatically locate the right source data the way it should, that would work.<br>
<div class="HOEnZb"><div class="h5"><br>
-- Scott<br>
<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.<wbr>net</a><br>
</div></div></blockquote></div><br></div>