issues with mfa

sisko atbrown at aut.ac.nz
Wed Apr 10 17:17:27 EDT 2019


 here is my transition map.
       <entry key="">
                <bean parent="shibboleth.authn.MFA.Transition"
p:nextFlowStrategy-ref="selectFirstFactor" />
        </entry>

        <entry key="authn/SPNEGO">
                <bean parent="shibboleth.authn.MFA.Transition">
                        <property name="nextFlowStrategyMap">
                                <map>
                                        <entry key="proceed"
value-ref="checkSecondFactor" />
                                        <entry key="ReselectFlow"
value="authn/Password" />
                                </map>
                        </property>
                </bean>
        </entry>

        <entry key="authn/Password">
                <bean parent="shibboleth.authn.MFA.Transition"
p:nextFlowStrategy-ref="checkSecondFactor" />
        </entry>
</util:map>




--
Sent from: http://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html


More information about the users mailing list