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

    jvadaliya

    @jvadaliya

    1
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jvadaliya Unfollow Follow

    Best posts made by jvadaliya

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

      Hi,

      I have one application with many users. I want to make 2FA mandatory for specific users. So that the next time whenever those users logged in, then they can not access the application without enabling 2FA.
      How can we achieve that? Is this possible?

      posted in Q&A
      J
      jvadaliya

    Latest posts made by jvadaliya

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

      Version : 1.45.1
      We are forcing user to enable two factor quick after login if they have not enabled two-factor yet. For first user it working but it throws error for email for second user in Theme -> Account two-factor enable page (Freemarker error : The following has evaluated to value null or missing => email).
      After few investigation, we observe that fusion auth keeping cookies named with account.at, account.rt of the first user and not changing cookie value after login of second user. 
      So here  mismatch for first user's cookie and second user data.
      If we remove these two cookie manually then it working as expected.
      Can you suggest how can we clear cookie account.at, account.rt?

      Performed step

      1. Login with user1 with correct credentials
      2. Redirect to enable-two page
      3. enable two factor
      4. Redirect to logout page
      5. Login with user2 with correct credentials
      6. Redirect to enable-two page and faced Freemarker error : The following has evaluated to value null or missing => email(As there are cooking(account.at, account.rt) present with user1's data

      Note:

      • We using hosted login page to validate user credential.

      • We are using "oauth2/logout" for user logout. Also tried with calling "api/logout" endpoint in logout flow.

      posted in Q&A
      J
      jvadaliya
    • Can we make enabling of 2FA required after login for specific users of application?

      Hi,

      I have one application with many users. I want to make 2FA mandatory for specific users. So that the next time whenever those users logged in, then they can not access the application without enabling 2FA.
      How can we achieve that? Is this possible?

      posted in Q&A
      J
      jvadaliya