FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Force-enable MFA per-user on hosted login page

    Scheduled Pinned Locked Moved
    General Discussion
    2
    3
    688
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      brad
      last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • A
        Alex Patterson
        last edited by

        Some options available

        1. Building your own MFA page: 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 twoFactor methods available and if they don't, you can send them to this page. Source
        2. Step up authentication: 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. Source
        3. API call for specific users: You can make an API call in your application after the user has logged in to force MFA for only certain users. Source

        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.

        B 1 Reply Last reply Reply Quote 0
        • B
          brad @Alex Patterson
          last edited by

          @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.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post