<?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[Force-enable MFA per-user on hosted login page]]></title><description><![CDATA[<p dir="auto">Enforcing the tenant MFA policy requires all users to set up MFA on their next login. This works well, except I only want to require it for certain users. I haven't found any flag in the user account that would require the user to enable MFA on their next login. Does such a thing exist, or is there any workaround for this?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2546/force-enable-mfa-per-user-on-hosted-login-page</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 11:20:51 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2546.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Nov 2023 21:22:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Force-enable MFA per-user on hosted login page on Fri, 03 Nov 2023 15:59:06 GMT]]></title><description><![CDATA[<p dir="auto">@alex-patterson I read that section in the documentation. Was just hoping there was a simple way to require a user to set up MFA on login.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6753</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6753</guid><dc:creator><![CDATA[brad]]></dc:creator><pubDate>Fri, 03 Nov 2023 15:59:06 GMT</pubDate></item><item><title><![CDATA[Reply to Force-enable MFA per-user on hosted login page on Fri, 03 Nov 2023 15:48:59 GMT]]></title><description><![CDATA[<p dir="auto">Some options available</p>
<ol>
<li><strong>Building your own MFA page</strong>: You can build your own MFA page which would call the APIs directly. When a user logs in, you can check to see if they have any <code>twoFactor</code> methods available and if they don't, you can send them to this page. <a href="https://fusionauth.io/community/forum/topic/267/enforcing-two-factor-configuration/1">Source</a></li>
<li><strong>Step up authentication</strong>: You can add step up authentication to your application. Each time the user accesses a sensitive part of an application, you can require a step up, which will force them to provide an additional factor. <a href="https://fusionauth.io/docs/v1/tech/guides/multi-factor-authentication" rel="nofollow ugc">Source</a></li>
<li><strong>API call for specific users</strong>: You can make an API call in your application after the user has logged in to force MFA for only certain users. <a href="https://fusionauth.io/community/forum/topic/2364/can-we-make-enabling-of-2fa-required-after-login-for-specific-users-of-application/1">Source</a></li>
</ol>
<p dir="auto">Remember, these workarounds do not directly set a flag for a user to enable MFA on their next login, but they provide ways to enforce MFA for users under certain conditions.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6752</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6752</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 03 Nov 2023 15:48:59 GMT</pubDate></item></channel></rss>