<div dir="ltr"><div>I checked the release notes (<a href="https://wiki.shibboleth.net/confluence/display/IDP30/ReleaseNotes">https://wiki.shibboleth.net/confluence/display/IDP30/ReleaseNotes</a>) and didn't see anything, but thought I'd ask anyway...</div><div><br></div>Is this still the best / easiest way to add a regex based activationCondition to a relying party?<div><br></div><div>per <a href="http://shibboleth.net/pipermail/users/2015-July/022678.html">http://shibboleth.net/pipermail/users/2015-July/022678.html</a>:<br></div><div><br></div><div>global.xml (or similar):</div><div><div>    <bean id="exampleOrgRegex" class="java.util.regex.Pattern" factory-method="compile" c:_0="^http[s]?://[^/]*\.example\.org.*" /></div><div>    <bean id="exampleOrgRegexPredicate" class="com.google.common.base.Predicates" factory-method="contains" c:_0-ref="exampleOrgRegex" /></div><div>    <bean id="shibboleth.noConsentRelyingPartyPredicate"</div><div>class="net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate"</div><div>c:pred-ref="exampleOrgRegexPredicate" /></div><div><br></div><div>relying-party.xml:</div><div><div>    <bean id="shibboleth.noConsentRelyingParty" parent="RelyingParty"></div><div>        <property name="activationCondition" ref="shibboleth.noConsentRelyingPartyPredicate" /></div><div>        <property name="profileConfigurations"></div><div>            <list></div><div>                <!-- Your refs or beans here. --></div><div>            </list></div><div>        </property><span class="gmail-Apple-tab-span" style="white-space:pre">        </span></div><div>    </bean></div></div></div><div><br></div><div><br></div><div>thanks!<br>Liam</div><div><br></div><div><br></div></div>