Custom intercept flows

Marvin Addison marvin.addison at gmail.com
Wed Jun 24 10:57:35 EDT 2015


>
> profile-intercept-config.xml ? (sp)
>

That did it!

    <bean id="shibboleth.AvailableInterceptFlows"
parent="shibboleth.DefaultInterceptFlows" lazy-init="true">
        <property name="sourceList">
            <list merge="true">
                <bean id="intercept/context-check"
parent="shibboleth.InterceptFlow" />

                <bean id="intercept/terms-of-use"
parent="shibboleth.consent.TermsOfUseFlow" />

                <bean id="intercept/attribute-release"
parent="shibboleth.consent.AttributeReleaseFlow" />

                <bean id="intercept/vt-account-mgmt"
parent="shibboleth.InterceptFlow" />
            </list>
        </property>
    </bean>

Thanks,
M <users-unsubscribe at shibboleth.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150624/303ebe77/attachment.html>


More information about the users mailing list