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

    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