FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. daniel.barrett
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 9
    • Best 2
    • Controversial 0
    • Groups 0

    daniel.barrett

    @daniel.barrett

    2
    Reputation
    5
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    daniel.barrett Unfollow Follow

    Best posts made by daniel.barrett

    • RE: 2FA Custom Form

      I figured out the problem of the SMS message not sending: I had not been persisting the mobile phone number on the user entity.

      I'm now making a PATCH call to the user with the mobile_phone after sending the initial code and before enabling 2FA on the user.

      posted in General Discussion
      D
      daniel.barrett
    • RE: 2FA Custom Form

      Hi @dan just saw this.

      Yes, I think I'm all straightened out on MFA for now but I have a followup:

      https://fusionauth.io/community/forum/topic/687/signup-registration-flow

      It's sort of related to this ticket in that I'm running into a similar set of questions around the Signup/Registration flow that I had here. Namely: your docs list Registration as a series of API calls, but I want to know if there is an out-of-the-box form (like the Login form) that accomplishes the same thing. I haven't been able to find any documentation on it.

      I think what was confusing to me about the MFA flow above was that the MFA flow was also documented as a series of API calls. So I built my own forms for collecting the information and submitting the code. That's why I was surprised to find an out-of-the-box MFA code form as part of the login flow once I enabled MFA. There wasn't any mention of this form in the docs. And as I looked, I can't find mention of any forms in the docs. I don't want the same thing to happen to me on the Registration flow, so I want to check first.

      Thanks!

      posted in General Discussion
      D
      daniel.barrett

    Latest posts made by daniel.barrett

    • RE: 2FA Custom Form

      Hi @dan just saw this.

      Yes, I think I'm all straightened out on MFA for now but I have a followup:

      https://fusionauth.io/community/forum/topic/687/signup-registration-flow

      It's sort of related to this ticket in that I'm running into a similar set of questions around the Signup/Registration flow that I had here. Namely: your docs list Registration as a series of API calls, but I want to know if there is an out-of-the-box form (like the Login form) that accomplishes the same thing. I haven't been able to find any documentation on it.

      I think what was confusing to me about the MFA flow above was that the MFA flow was also documented as a series of API calls. So I built my own forms for collecting the information and submitting the code. That's why I was surprised to find an out-of-the-box MFA code form as part of the login flow once I enabled MFA. There wasn't any mention of this form in the docs. And as I looked, I can't find mention of any forms in the docs. I don't want the same thing to happen to me on the Registration flow, so I want to check first.

      Thanks!

      posted in General Discussion
      D
      daniel.barrett
    • MFA on Paid Tier?

      I noticed the epic for MFA logins in Github, and I also noted it will be part of the paid tier. Will there be any regression for support for MFA from the free tier?

      posted in General Discussion
      D
      daniel.barrett
    • Signup/Registration flow

      Hi,

      I'm looking for information regarding the registration flow. This page here indicates that there are a handful of API calls that will get the job done.

      But is there some default form I can use? Just like the authorize form that comes out of the box, I don't need any fancy fields at the moment. I'm looking for a similar out-of-the-box signup form. Does that exist? Are there any docs for how to find and use it?

      Thanks!

      posted in Comments & Feedback
      D
      daniel.barrett
    • RE: 2FA Custom Form

      I figured out the problem of the SMS message not sending: I had not been persisting the mobile phone number on the user entity.

      I'm now making a PATCH call to the user with the mobile_phone after sending the initial code and before enabling 2FA on the user.

      posted in General Discussion
      D
      daniel.barrett
    • RE: 2FA Custom Form

      I went and implemented the above 2FA form in my own app that prompts the user for a phone and verification code.

      Enrolling in 2FA now works. Twilio integration works great. I get a code texted to me and I can use that code to enroll my user with 2FA (delivery="TextMessage") My user now has 2FA enabled.

      When I hit the /authorize page (in fusionauth ui) to log in and enter my credentials, I get hit with a 2FA box, but the SMS message isn't sending. Should I expect fusionauth's ui to do that? Or should I be calling POST /api/two-factor/send myself?

      6ba0641f-0815-4aec-80be-8bd1ffd7960f-image.png

      I think my general sense of confusion stems from the fact that the 2FA w/ Twilio Push Tutorial is laid out as a series of API calls. Am I responsible for making all those API calls from my own webapp (and writing/hosting the forms that do so)? Or are the fusionauth forms supposed to handle that?

      posted in General Discussion
      D
      daniel.barrett
    • RE: Alternate Auth Strategies

      Thanks for the quick reply @dan !

      Our use case is this:

      • We have users that will be able to log in using their username/password (with MFA optionally turned on).
      • Separately, we want to be able to grant programmatic access to these users as well. Programmatic access obviously precludes any ability to do MFA so we were looking for a way around it. We thought the Application Token might be ideal.

      Obviously the presence of the Application Token somewhat reduces the security of the MFA itself. The idea is that we would ask users to treat the Token as such.

      We're willing to work outside the box here if you have any alternate ideas for accomplishing said functionality.

      posted in General Discussion
      D
      daniel.barrett
    • RE: 2FA Custom Form

      I'm realizing this might refer to a form that we build in our own web application that we can then proxy through to the FusionAuth API, is that correct?

      posted in General Discussion
      D
      daniel.barrett
    • 2FA Custom Form

      I'm reading through the 2FA with Twilio Push docs and I've come across a step that says, "The following is an example form you may build to allow the User to configure this type of authentication."

      cfa3e35a-f9b3-4157-bb38-d93fc140f1d2-image.png

      In looking at Customizations > Form Fields, I'm not seeing any field that is used to collect a Verification Code (or Two Factor Delivery). Am I misunderstanding the 2FA docs? Is there a guide that shows how to configure a custom form for 2FA push notifications?

      posted in General Discussion
      D
      daniel.barrett
    • Alternate Auth Strategies

      Can I configure the following auth scenario?

      • user can authenticate through username/password AND MFA

      OR

      • user can authenticate through an application authentication token

      In other words, I want the Application Authentication Token to be a short circuit around MFA if the user has configured any tokens.

      Is this possible? Can anyone think of any workarounds that would accomplish as much?

      posted in General Discussion
      D
      daniel.barrett