MFA flow execution flag for intercept

Mak, Steve makst at upenn.edu
Mon Jul 22 15:17:49 EDT 2019


I'm curious if anyone knows how to set a flag during the MFA execution for a later intercept to use as a Condition check.

I have something like:

        <entry key="authn/Flow2">
            <bean parent="shibboleth.authn.MFA.Transition">
                <property name="nextFlowStrategyMap">
                    <map>
                        <entry key="CustomFlag" value-ref="customFlagScript"/>
                    </map>
                </property>
            </bean>
        </entry>

    <bean id=" customFlagScript " parent="shibboleth.ContextFunctions.Scripted" factory-method="inlineScript">
        <constructor-arg>
            <value>
            <![CDATA[

            {set some event flag on a profileRequestContext Subcontext}

            nextFlow

            ]]>
            </value>
        </constructor-arg>
    </bean>

- Steve Mak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20190722/d1958ef0/attachment.html>


More information about the users mailing list