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

      Unsolved This topic is deleted!

      • • emiglobetrotting
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • R

      List the registered users. Getting response code as 401 Unauthorised

      • • ramkumarrammohan
      4
      0
      Votes
      4
      Posts
      804
      Views

      R

      @dan

      Thanks for the reply. It works

    • X

      Can't connect to web interface.

      docker user management • • xan
      3
      0
      Votes
      3
      Posts
      2.7k
      Views

      danD

      How much memory are you giving to the java process?

      You can also switch to the database search engine and see if removing ES resolves the issue. At that point it might be a resource issue.

      https://fusionauth.io/docs/v1/tech/tutorials/switch-search-engines/ has instructions on how to change these.

    • L

      This topic is deleted!

      • • lordonsocrate47
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • X

      Trying to install into docker, but getting permission error.

      • • xan
      6
      0
      Votes
      6
      Posts
      5.0k
      Views

      X

      For anyone interested I got this running by one installing docker-compose from the actual docker tutorial on how to do it, and then giving docker permission to run commands as root. There is a tutorial on how to do it on. On top of those I moved it to a server with 2gb of ram, as I noticed a few out of memory errors when it was trying to start up.
      https://docs.docker.com/engine/install/linux-postinstall/

    • 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
      797
      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.8k
      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
      816
      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
      2.0k
      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
      1.1k
      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.3k
      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