Conditional - in relying party
Cantor, Scott
cantor.2 at osu.edu
Mon Jun 26 10:05:34 EDT 2017
On 6/26/17, 2:48 AM, "users on behalf of Lalith Jayaweera" <users-bounces at shibboleth.net on behalf of ljayaweera at gmail.com> wrote:
> In the new IdP 3.x, what exactly below mapps to
>
>
> signResponses="conditional" which was in 2.4.x
>
> All I can see is true or false
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.
-- Scott
More information about the users
mailing list