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
    • J

      This topic is deleted!

      • • joshuadollar85
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • R

      This topic is deleted!

      • • ronethel01
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • D

      MFA on Paid Tier?

      • • daniel.barrett
      2
      0
      Votes
      2
      Posts
      640
      Views

      danD

      Hi @daniel-barrett ,

      Great question! The short answer is that the TOTP/Google authenticator/authy 2FA will continue to be included in the community edition.

      As we're revamping the SMS functionality entirely and making it a whole lot better, when this MFA project is released, using SMS 2FA will require a paid edition license.

      Here's a lot more detail.

      Please let me know if you have any questions or comments.

    • D

      2FA Custom Form

      • • daniel.barrett
      7
      0
      Votes
      7
      Posts
      1.2k
      Views

      danD

      Hi @daniel-barrett ,

      Sorry for the hassle!

      All the hosted login pages that FusionAuth makes available are documented in the themes section.

      That Integration Points doc is pretty new, but if you haven't seen it is worth a read. Would love any feedback on that.

    • E

      This topic is deleted!

      • • eyekaa3
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • D

      Alternate Auth Strategies

      • • daniel.barrett
      4
      0
      Votes
      4
      Posts
      515
      Views

      danD

      You could maintain two user accounts, dan with MFA turned on and dan-api-access with MFA turned off and application tokens. You could then use webhooks to keep their permissions in sync.

    • S

      how to get fresh installation?

      kubernetes database • • shaunladd
      4
      0
      Votes
      4
      Posts
      1.6k
      Views

      danD

      Sorry, no kub expert here. I'm not sure how to teardown just the database, but I assume you could write a script to connect to the backing database and drop the tables/schema, etc. That might be quicker than dropping the entire cluster.

      If you figure out a better way, please share!

    • H

      This topic is deleted!

      • • hostinc123
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • S

      This topic is deleted!

      • • satpaal
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • N

      This topic is deleted!

      • • nehasachan77
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • I

      This topic is deleted!

      • • isabellwatson94
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • R

      This topic is deleted!

      • • realword021
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • T

      I want my webhooks firing only when I use the web interface, how can I do that?

      • • titogarrido
      6
      0
      Votes
      6
      Posts
      685
      Views

      danD

      @titogarrido said in I want my webhooks firing only when I use the web interface, how can I do that?:

      Is there a way to fire webhooks only when the admin application executes an action

      I'm not aware of any way to do this. The webhook actions for API calls are indistinguishable from the webhook actions caused by the admin UI because the admin UI uses the API.

      I am trying to use the webhook to keep a local database synchronized, is it a correct usage? If not, how can I keep a local database sync?

      I think you are on the right path. I'm not sure why it is timing out, but as @mgetka says, that's what I'd investigate.

    • danD

      This topic is deleted!

      • • dan
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • R

      webhook problem

      • • richb201
      3
      0
      Votes
      3
      Posts
      2.0k
      Views

      danD

      One thing you could do is send them an email with a fresh login link. You could catch the 'login failed' and generate a new magic link (which you could build via the API). Then you'd send them an email with the new magic link.

      You could also make sure you include when the link expires in the subject line of the email.

      More on doing that here: https://fusionauth.io/community/forum/topic/220/can-i-customize-the-passwordless-link-email-subject-with-the-time-the-link-expires

    • R

      Invalid redirect uri

      • • richb201
      8
      0
      Votes
      8
      Posts
      3.0k
      Views

      danD

      Back to my issue with the page a user who presses the button after the session has expired (see above). Is there any way to tell FA where to redirect to when the link has expired.

      From reading the passwordless guide, it looks like an Invalid login credentials message will be displayed in this case. That may be themeable, but I'd have to play around to know for sure. But that's where I'd start.

      @richb201 said in Invalid redirect uri:

      If not is there a suggestion box?

      This is the suggestion box :). We also accept PRs against our documentation site: https://github.com/fusionauth/fusionauth-site/

      However, it's best to open a new topic when there's a new question or issue. Otherwise things can sometimes get lost.

      I'm glad you are making progress!

    • S

      This topic is deleted!

      • • sanjoy
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • F

      fusionauth not generating JWT refresh token from docker installation

      • • fernando.al.faria
      2
      0
      Votes
      2
      Posts
      304
      Views

      danD

      Is the user for which you are trying to generate a JWT refresh token associated with the application?

      That is, have they "registered"?

      You can do that in the user details screen.

    • T

      Unexpected validity of access_token obtained via exchanging refresh_token

      • • twosevenxyz
      8
      0
      Votes
      8
      Posts
      1.2k
      Views

      danD

      I think this is a bug. For some reason the tenant settings are controlling on the refresh token exchange when the application config should take precedence.

      Can you please file an issue here: https://github.com/fusionauth/fusionauth-issues/issues and reference this forum post?

    • U

      This topic is deleted!

      • • ukmarketplace2
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied