<div dir="ltr">Is it possible to place a regex in ContextCheckPredicate --- similar to below?<br><div><br></div><div>Getting a flow execution error --- wondering if syntax or not supported?<br></div><div><br><bean id="ContextCheckPredicate" parent="shibboleth.Conditions.AND"><br>        <constructor-arg><br>            <list><br>                <bean parent="shibboleth.Conditions.RelyingPartyId" c:candidates="#{'<a href="http://sp1.example.edu">sp1.example.edu</a>'}" /><br>                <bean class="net.shibboleth.idp.profile.logic.AbstractAttributePredicate"<br>                        p:useUnfilteredAttributes="true"><br>                    <property name="attributeValueMap"><br>                        <map><br>                            <entry key="IsMember"><br>                                <list><br>                                    <value>^boston-campus.*$</value><br>                                </list><br>                            </entry><br>                        </map><br>                    </property><br>                </bean><br>            </list><br>        </constructor-arg><br>    </bean><br></div></div>