<div dir="ltr"><div>My apologies -- this is testing my limits....on Shibboleth and other concepts..</div><div><br></div><div>Do you mean something like the below?<br></div><div><br></div><div><br></div><div><bean id="shibboleth.context-check.Condition" parent="shibboleth.Conditions.AND"><br> <constructor-arg><br> <list><br> <bean parent="shibboleth.Conditions.RelyingPartyId" c:candidates="#{ '<a href="https://sp.example.org">https://sp.example.org</a>' }" /><br> <bean parent="shibboleth.Conditions.OR"><br> <constructor-arg><br> <bean class="net.shibboleth.idp.profile.logic.SimpleAttributePredicate"<br> p:useUnfilteredAttributes="true"><br> <property name="attributeValueMap"><br> <map><br> <entry key="eduPersonEntitlement"><br> <list><br> <value>(<a href="https://example.edu/employee/active">https://example.edu/employee/active</a>)</value><br> </list><br> </entry><br> </map><br> </property><br> </bean><br> <bean class="net.shibboleth.idp.profile.logic.SimpleAttributePredicate"<br> p:useUnfilteredAttributes="true"><br> <property name="attributeValueMap"><br> <map><br> <entry key="memberOf"><br> <list><br> <value>adhoc,ou=example,ou=edu</value><br> </list><br> </entry><br> </map><br> </property><br> </bean><br> </constructor-arg><br> </bean><br> </list><br> </constructor-arg><br> </bean><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 23 June 2017 at 12:58, 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 6/23/17, 1:36 PM, "users on behalf of Joshua Brodie" <<a href="mailto:users-bounces@shibboleth.net">users-bounces@shibboleth.net</a> on behalf of <a href="mailto:josbrodie@gmail.com">josbrodie@gmail.com</a>> wrote:<br>
<br>
> Would you have any suggestion on how to leverage the OR scenario?<br>
<br>
</span>Sorry, I assumed that was clear, just wrap two instances of the predicate class in another OR.<br>
<span class=""><br>
> Not too sure if that is the best way forward?<br>
<br>
</span>I probably would, but you can do it either way.<br>
<div class="HOEnZb"><div class="h5"><br>
-- Scott<br>
<br>
<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>
</div></div></blockquote></div><br></div>