<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Getting around MFA]]></title><description><![CDATA[<p dir="auto">I want to let users set up MFA, but conditionally allow it or disallow it based on certain criteria.</p>
<p dir="auto">Right now, with the hosted login pages, FusionAuth requires MFA every time (unless the user has set up MFA trust).</p>
<p dir="auto">How can I solve this?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1466/getting-around-mfa</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 11:09:07 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/1466.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Jan 2022 15:46:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Getting around MFA on Thu, 13 Jan 2022 15:53:24 GMT]]></title><description><![CDATA[<p dir="auto">You can't do this with the hosted login pages, but there is an issue to allow/disallow MFA on an application by application basis: <a href="https://github.com/FusionAuth/fusionauth-issues/issues/763" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/763</a></p>
<p dir="auto">Currently, you can't bypass MFA, but you can do an end run around by using the Login API.</p>
<p dir="auto">You can start multi factor with a code you provide: <a href="https://fusionauth.io/docs/v1/tech/apis/two-factor/#start-multi-factor" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/two-factor/#start-multi-factor</a></p>
<p dir="auto">Then complete the login process with that known code: <a href="https://fusionauth.io/docs/v1/tech/apis/login/#complete-multi-factor-authentication" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/login/#complete-multi-factor-authentication</a> .</p>
]]></description><link>https://fusionauth.io/community/forum/post/4191</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/4191</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Thu, 13 Jan 2022 15:53:24 GMT</pubDate></item></channel></rss>