FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. jvadaliya
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by jvadaliya

    • J

      Unsolved fusion auth not changing the value of cookies named with account.at, account.rt after logout

      Q&A
      • • • jvadaliya
      2
      0
      Votes
      2
      Posts
      457
      Views

      danD

      @jvadaliya Hiya,

      I think you need to call the hosted backend logout endpoint to delete the cookies it sets.

      Thanks for using FusionAuth!

    • J

      Unsolved Can we make enabling of 2FA required after login for specific users of application?

      Q&A
      • • • jvadaliya
      2
      1
      Votes
      2
      Posts
      591
      Views

      danD

      @jvadaliya FusionAuth enforces MFA for users at the tenant or application level, but not the specific user.

      You can file a feature request here: https://github.com/fusionauth/fusionauth-issues/issues

      You can also make an API call in your application after the user has logged in to force MFA for only certain users; this is called step up auth: https://fusionauth.io/docs/v1/tech/guides/multi-factor-authentication#step-up-auth

      Hope this helps.