<div dir="ltr">Perfect! Adding <span style="color:rgb(80,0,80)"> </span><div><span style="color:rgb(80,0,80)"><InputDataConnector ref="myLDAP" attributeNames="email"/> </span></div><div><span style="color:rgb(80,0,80)">to my DataConnector I was able to reference $email.get(0) in my URLTemplate.</span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 25, 2019 at 7:19 AM Peter Schober <<a href="mailto:peter.schober@univie.ac.at">peter.schober@univie.ac.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">* Pablo Vidaurri <<a href="mailto:psvidaurri@gmail.com" target="_blank">psvidaurri@gmail.com</a>> [2019-11-23 06:38]:<br>
> I'm now trying to use that attribute as a query param into a URLTemplate:<br>
><br>
> <DataConnector id="myRestWebSvc" xsi:type="HTTP" httpClientRef="shibboleth.NonCachingHttpClient"><br>
> <URLTemplate><br>
> <![CDATA[<br>
> <a href="http://localhost:8080/rest/v3/getUserInfo?emailId=$paramEscaper.escape($myMail)" rel="noreferrer" target="_blank">http://localhost:8080/rest/v3/getUserInfo?emailId=$paramEscaper.escape($myMail)</a><br>
> ]]><br>
> </URLTemplate><br>
<br>
Just noting that your DataConnector has neither an<br>
<InputAttributeDefinition ref="myMail" /><br>
nor an<br>
<InputDataConnector ref="myLDAP" attributeNames="email"/><br>
(in which case it would have to reference $email, not $myMail)<br>
dependency declared.<br>
<br>
-peter<br>
-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/confluence/x/coFAAg</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">users-unsubscribe@shibboleth.net</a><br>
</blockquote></div>