IdPv3 - regex activation condition

Francesco Malvezzi francesco.malvezzi at unimore.it
Fri Jun 26 03:22:30 EDT 2015


hi all,

in order to configure consent release only for external sites, I would
like to define a activation condition with the same purpose of the
(idpv2-)uApprove services directive (a regex list of blacklisted sp).

This naive attempt doesn't work:

   <bean id="shibboleth.noConsentRelyingPartyPredicate"
parent="shibboleth.Conditions.RelyingPartyId">
        <constructor-arg>
            <util:list>
                <regex>^http(s)?://.*\.example?\.org/.*</regex>
            </util:list>
        </constructor-arg>
    </bean>

where can I find a reference for the shibboleth.Conditions.* beans?

thank you,

Francesco


More information about the users mailing list