ContextCheckPredicate -- regex

Joshua Brodie josbrodie at gmail.com
Mon Jul 24 19:39:41 EDT 2017


Is it possible to place a regex in ContextCheckPredicate --- similar to
below?

Getting a flow execution error --- wondering if syntax or not supported?

<bean id="ContextCheckPredicate" parent="shibboleth.Conditions.AND">
        <constructor-arg>
            <list>
                <bean parent="shibboleth.Conditions.RelyingPartyId"
c:candidates="#{'sp1.example.edu'}" />
                <bean
class="net.shibboleth.idp.profile.logic.AbstractAttributePredicate"
                        p:useUnfilteredAttributes="true">
                    <property name="attributeValueMap">
                        <map>
                            <entry key="IsMember">
                                <list>
                                    <value>^boston-campus.*$</value>
                                </list>
                            </entry>
                        </map>
                    </property>
                </bean>
            </list>
        </constructor-arg>
    </bean>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20170724/16497098/attachment-0001.html>


More information about the users mailing list