MFA - Relying Party
Joshua Brodie
josbrodie at gmail.com
Thu Oct 4 03:47:50 EDT 2018
For Duo MFA, in the 'relying-party.xml' file, I have 2 entityIds declared
as below --- without the "
p:authenticationFlows="MFA" -- however it is still triggering the MFA. Is
there something I am missing (3.3.3)?
<bean p:id="NonMFA" parent="RelyingPartyByName">
<constructor-arg name="relyingPartyIds">
<list>
<value>https://foo</value>
<value>https://bar</value>
</list>
</constructor-arg>
<property name="profileConfigurations">
<list>
<bean parent="SAML2.SSO" />
<bean parent="SAML2.Logout" />
</list>
</property>
</bean>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20181004/48e2a9ae/attachment.html>
More information about the users
mailing list