FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Categories
    3. General Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • D

      The Best Ways to Use FusionAuth for Multi-Factor Authentication (MFA)

      • • dom9
      2
      0
      Votes
      2
      Posts
      22.1k
      Views

      R

      "I’m grateful for your support. Thanks a lot!"

    • R

      Bulk Delete / Reactivate

      • • randall
      4
      0
      Votes
      4
      Posts
      6.7k
      Views

      R

      thanks for sharing...

    • E

      Can event logs be sent to stdout?

      • • elliotdickison
      2
      0
      Votes
      2
      Posts
      2.6k
      Views

      mark.robustelliM

      @elliotdickison Check out these posts:

      179 and 2485

    • A

      creating FusingAuth "Application" with SAML 2.0 conneciton - get error "invalid AssertionConsumerServiceURL"

      • • ajbily
      1
      0
      Votes
      1
      Posts
      687
      Views

      No one has replied

    • Y

      Unsolved Bypassing MFA for certain users

      • • ymukundhan
      1
      0
      Votes
      1
      Posts
      3.0k
      Views

      No one has replied

    • B

      MFA is forced also on Identity Provider Users

      • • beezerk
      5
      0
      Votes
      5
      Posts
      9.4k
      Views

      Y

      A client reached out to us with the same issue, they are being forced to configure MFA even though they are doing an SSO login and the issue also seems to be intermittent. Hope Fusionauth comes up with a fix for this

    • G

      Webhooks inside docker containers

      • • ggyurov
      4
      0
      Votes
      4
      Posts
      4.1k
      Views

      danD

      @ronn316 We have some guidance about reaching out from FusionAuth to another machine on the network, but the right answer really depends on what the docker network configuration looks like.

    • T

      FA throwing 500 when trying to login

      • • tiago
      1
      0
      Votes
      1
      Posts
      2.9k
      Views

      No one has replied

    • M

      Allowed origins field capacity to handle 2000 IdP's

      • • mike.rudat
      2
      0
      Votes
      2
      Posts
      8.9k
      Views

      M

      Hi Mike,

      I ran a test where 4000 url's were added to:

      System Settings->CORS->Allowed origins

      I used the

      /api/system-configuration

      API to add the url's. Note, the page itself now takes a significant time to load as 4000 url strings are being rendered.

      Cheers

    • A

      Request timeouts

      • • abdoulaye.sow
      3
      0
      Votes
      3
      Posts
      3.0k
      Views

      M

      @abdoulaye-sow I'm seeing this in the /api/passwordless/start endpoint. The weird thing for us is that even though this is our Dev instance, we have no more than 5 concurrent users at the moment so we certainly shouldn't be overloading the system.

      I'm starting to look into this now, but if you did find anything out I'd love to hear from you

    • A

      Invoice Format

      • • alexander.jordan
      1
      0
      Votes
      1
      Posts
      3.4k
      Views

      No one has replied

    • U

      SMTP outgoing mail server not reliable

      • • uvali
      9
      0
      Votes
      9
      Posts
      3.6k
      Views

      M

      It seems like FusionAuth's email server is acting up, even though SWAKS shows no problems with your own email server. You might want to try using other services like SMTPget or Amazon SES for sending emails through FusionAuth. Make sure your FusionAuth SMTP settings are set up correctly, and if the issue continues, contact FusionAuth support for help fixing it quickly.

    • D

      Using TwoFactorLogin and expose TwoFactorId

      • • didier
      2
      0
      Votes
      2
      Posts
      2.0k
      Views

      mark.robustelliM

      @didier I'm not 100% sure what you mean by "expose twoFactorId in frontend part". I'm assuming you mean give the user a way to input the code. So yes, you will have to allow them a method to input their code and then complete the login. Please see here for more information.

    • D

      Custom registration for user, and use registration response (and token) to continue process with this logged user

      • • didier
      4
      0
      Votes
      4
      Posts
      1.2k
      Views

      K

      @didier hmm, I guess you can do it by registering user in your backend (get username, and password from the user and register a user with those). Then you can just exchange the plain text username, password for JWT tokens and attch them to response cookies. Something like this: https://github.com/kasir-barati/you-say/blob/main/apps/backend-e2e/src/utils/login.util.ts.

      If you're using FusionAuth Typescript client you can do it like this: https://github.com/kasir-barati/you-say/blob/main/packages/backend/auth/src/lib/services/mobile-auth.service.ts#L71

    • V

      Multi tenants for one application

      • • vandaele.seba
      4
      0
      Votes
      4
      Posts
      20.1k
      Views

      mark.robustelliM

      @qwandery,

      OR, perhaps a new concept is needed in FusionAuth -- "Organizations" if you will -- that allows for granting users with different permission sets inside the same Application.

      You should feel free to open up a feature request here.

    • Q

      Lack of Docs for OAuth + Custom Backend + SPA

      • • qwandery
      3
      0
      Votes
      3
      Posts
      1.2k
      Views

      K

      @qwandery @Alex-Patterson I think it is also very beneficial to focus on some implementation details such as how our logout endpoint should not validate JWT token otherwise user might receive a 401 JSON response.

      In my case I was validating it in my backend app (NestJS) so I thought it should be OK but now that I am looking in the rearview mirror I think I can see why I should not have done that šŸ˜“.

      Ah BTW, here I am using NextJS (standalone) + NestJS. So it is not SPA.

    • M

      How to re-register when on the Verification Registration Required template?

      • • mike.rudat
      2
      0
      Votes
      2
      Posts
      1.2k
      Views

      M

      Hi Mike,

      You could add a logoutLink at the end of the template inside the end of helpers.main to logout and then redirect the user back to the registration page such as:

      <div class="form-row push-top"> [@helpers.logoutLink redirectURI="${request.contextPath}/oauth2/register"]${theme.message("register")}[/@helpers.logoutLink] </div> [/@helpers.main]

      The template would display for example with the link titled register at the bottom of the page in the attached screenshot.

      Screenshot 2024-05-02 at 23.54.08.png

      Cheers

    • D

      How to search all users with entity grant for an entity?

      • • didier
      3
      0
      Votes
      3
      Posts
      1.5k
      Views

      D

      Ok. I see "userId" property. Not easy to undertand !

    • A

      Plan Cost for Development/Staging Environments

      • • andy 2
      2
      0
      Votes
      2
      Posts
      1.8k
      Views

      mark.robustelliM

      @andy-2 are you talking about self-hosted or Fusion-Auth hosted?

    • A

      Has anyone successfully integrated FusionAuth with Metabase using SAMLv2?

      • • admin 9
      2
      0
      Votes
      2
      Posts
      990
      Views

      mark.robustelliM

      @admin-9 I have not worked with Metabase, so I don't think I can be of help there. I do want to make sure you have seen the documentation on configuring FusionAuth as the Service Provider.

      It is worth noting the bit about opening up a request for FusionAuth to provide additional examples on Github. It may be worth you time to do that.