<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, May 2, 2016 at 7:51 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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span><br>
</span>And my suggestion is not workable either, I keep forgetting the Filter templates aren't Velocity-based (yet, there's a RFE for that, IDP-827).<br></blockquote><div><br></div><div>Not for authentication, but they are velocity based for attribute resolution.</div><div>So you could try the following velocity-fu in your filter template:</div><div><br></div><div><div>    <FilterTemplate></div><div>        <![CDATA[</div><div>            (|#foreach ($val in ${attributeName})(ATTRIBUTE-X=$val)#end)<br></div><div>        ]]></div><div>    </FilterTemplate></div></div><div><br></div><div><br></div><div>Note the filter expression begins with "(|" to OR each value and ends with ")" to close the expression.</div><div><br></div><div><div>--Daniel Fisher</div></div><div><br></div></div></div></div>