<div dir="ltr"><div>Thanks Scott....</div><div><br></div><div>Top level if we don't specify any, below is the default set of values?</div><div><br></div><div>so not setting 'conditional' means, it false back to below ?<br></div><div><br></div><div><br>•signResponsesPredicate = alwaysTrue<br>•encryptAssertionsPredicate = alwaysTrue<br>•encryptNameIDsPredicate = alwaysFalse<br>•encryptAttributesPredicate = alwaysFalse</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 27, 2017 at 12:05 AM, 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"><div class="HOEnZb"><div class="h5">On 6/26/17, 2:48 AM, "users on behalf of Lalith Jayaweera" <<a href="mailto:users-bounces@shibboleth.net">users-bounces@shibboleth.net</a> on behalf of <a href="mailto:ljayaweera@gmail.com">ljayaweera@gmail.com</a>> wrote:<br>
<br>
> In the new IdP 3.x, what exactly below mapps to<br>
><br>
><br>
> signResponses="conditional" which was in 2.4.x<br>
><br>
> All I can see is true or false<br>
<br>
</div></div>It isn't something you should need to set since that's the default in the applicable cases. You're not seeing true or false, the fields are actually Predicates. True/false are just auto-mapped to predicate objects by Spring that always return those values. The "conditional" setting in the legacy relying-party file is implemented through a Java class that implements that logic and while I could go look it up, as I said you shouldn't need it. Just don't set the property.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Scott<br>
<br>
<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>
</font></span></blockquote></div><br></div>