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

    Topics created by theo

    • T

      Unsolved Multiple accounts / sessions switching

      Q&A
      • • • theo
      2
      1
      Votes
      2
      Posts
      324
      Views

      danD

      @theo This is a good use case for entity management. You can model workspaces as entities and then grant a single user account permissions for each workspace as needed.

      This is a slightly different model, because the user still has one account, though.

      Here's more details: https://fusionauth.io/docs/v1/tech/core-concepts/entity-management

      Note that entity management is a feature requiring a paid license.

    • T

      Unsolved Force auth / 2FA / MFA?

      Q&A
      • • • theo
      2
      1
      Votes
      2
      Posts
      357
      Views

      danD

      @theo You'll want to look at step up auth.

      It's documented here: https://fusionauth.io/docs/v1/tech/guides/multi-factor-authentication#step-up-auth

    • T

      Unsolved Capture 3rd party access / refresh token?

      Q&A
      • • • theo
      2
      0
      Votes
      2
      Posts
      283
      Views

      danD

      @theo

      Yes. It should be present on the identity link object: https://fusionauth.io/docs/v1/tech/apis/identity-providers/links

      The type of token returned depends on the identity provider, but for Google I believe it is the access token.