<div dir="ltr"><div dir="ltr"><div>Hi Scott:</div><div><br></div><div>>Use EntityAttributes/tags and base the condition on that.<font color="#888888"><br></font></div><div><br></div><div>Would there be intro level 101 available any where? The Shibboleth Wiki doc were at  a level above my knowledge.</div><div><br></div><div>How could I transpose the 'c:candidates' to Entity/Tags? <br></div><div><br></div><div><br></div><div>/flows/intercept/admin-allowed/admin-allowed-beans.xml<br></div><div><br></div><div><bean class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"<br>        p:placeholderPrefix="%{" p:placeholderSuffix="}" /><br><br>    <bean class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor" /><br>    <bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" /><br><br>    <bean id="ContextCheckPredicate" parent="shibboleth.Conditions.AND"><br>        <constructor-arg><br>             <list><br>                 <bean parent="shibboleth.Conditions.RelyingPartyId" c:candidates="#{{'<a href="https://abc">https://abc</a>','<a href="https://def">https://def</a>','<a href="https://xyz">https://xyz</a>''}}" /><br>                 <bean class="net.shibboleth.idp.profile.logic.SimpleAttributePredicate"<br>                         p:useUnfilteredAttributes="true"><br>                          <property name="attributeValueMap"><br>                          <map><br>                                   <entry key="AdminACL"><br>                                      <list><br>                                      <value>1</value><br>                                    </list><br>                             </entry><br>                              </map><br>                              </property><br>                  </bean><br>             </list><br>             </constructor-arg> <br>    </bean><br><br></beans></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 21, 2020 at 5:08 AM Cantor, Scott <<a href="mailto:cantor.2@osu.edu">cantor.2@osu.edu</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">On 9/21/20, 3:07 AM, "users on behalf of Cath Messner" <<a href="mailto:users-bounces@shibboleth.net" target="_blank">users-bounces@shibboleth.net</a> on behalf of <a href="mailto:cathm8009@gmail.com" target="_blank">cathm8009@gmail.com</a>> wrote:<br>
<br>
>    For the  flow-Intercept-Allowed-Beans -- can the EntityIDs be changed without requiring a restart?<br>
<br>
Yes, by not doing it that way. Use EntityAttributes/tags and base the condition on that.<br>
<br>
-- Scott<br>
<br>
<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></div>