Navigation

    FusionAuth
    • Login
    • Search
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    1. Home
    2. Tags
    3. from-slack
    Log in to post
    • All categories
    • dan

      Can you run fusionauth in AWS fargate?
      Q&A • aws fargate from-slack • • dan

      4
      0
      Votes
      4
      Posts
      287
      Views

      dan

      8GB is way plenty. 1 or 2GB is generally adequate, it can depend a bit, but FusionAuth doesn't keep much in RAM. Scaling out horizontallly is likely more effective than more ram per instance. This way you can handle more logins per second--these are going to be cpu bound.

    • dan

      Seeing userState of AuthenticatedNotRegistered
      Q&A • from-slack oauth user faq • • dan

      2
      0
      Votes
      2
      Posts
      415
      Views

      dan

      That message means the user is not registered for the application you’re logging into. If you create a registration for the user you’ll see Authenticated.

      More on this here: https://fusionauth.io/community/forum/topic/5/can-you-limit-a-user-s-login-authentication-access-to-applications-within-a-single-tenant/2

    • dan

      Is there a way to customize the Two Factor Code message that comes when the twilio integration is enabled?
      Q&A • twilio sms configuration from-slack faq • • dan

      2
      0
      Votes
      2
      Posts
      188
      Views

      dan

      This is not currently available.

      The plan is to build out SMS templates that can localized and customized but no timelines have been determined.

    • dan

      Can I use hosted FusionAuth with a 'sensitive' google scope?
      Q&A • from-slack google oauth faq • • dan

      2
      1
      Votes
      2
      Posts
      212
      Views

      dan

      If you have purchased a high availability hosting plan we can configure additional URLs for you - such as login.example.com - and then FusionAuth would be in the same domain as your own application, and you'd be able to verify the domain.

    • dan

      Can I configure the inactivity timeout of the FusionAuth Session cookie?
      Q&A • from-slack cookies sessions inactivity faq • • dan

      8
      2
      Votes
      8
      Posts
      7572
      Views

      dan

      @chakshu

      Sorry, I pointed you to the incorrect setting.

      You can go to Applications > FusionAuth > Edit > JWT > Refresh Token duration

      Changing that to 1 (the value is in minutes) caused me to be signed out of the admin application after 60 seconds.

      Hope that helps.

    • dan

      Is there a way to update user data in the UI?
      Q&A • user-data user-api from-slack faq • • dan

      3
      3
      Votes
      3
      Posts
      457
      Views

      dan

      If you use the advanced registration forms, you can edit user data now. This was recently released as a premium feature (requiring a paid license; more info here).

      More info on setting up the user data editing screen: https://fusionauth.io/docs/v1/tech/guides/advanced-registration-forms/#editing-user-data-in-the-admin-ui

    • dan

      Does a managed account on fusionauth.io support a custom domain?
      Q&A • domains managed-account from-slack faq • • dan

      2
      0
      Votes
      2
      Posts
      502
      Views

      dan

      It depends, if you’re on an Enterprise hosting plan we can configure a certificate with your domain. So if your app is running at acme.com - we can add a certificate so that you can create a DNS CNAME record to our service using login.acme.com (for example) .

      More on our plans here: https://fusionauth.io/pricing

    • dan

      What level of performance can we expect with using FusionAuth as an IdP?
      Q&A • performance from-slack faq • • dan

      2
      0
      Votes
      2
      Posts
      335
      Views

      dan

      We have load tested our medium deployments to roughly 20 logins per second. It can vary quite a bit. We ship with PBKDF2 and a factor of 24,000. That configuration is the primary limiter to how many passwords we hash per second.

      Tune it up to bcrypt factor 14, and it may take 3-5 second per hash. You can also tune the factor down from the default scheme to increase logins per second - it is a trade-off between security and performance.

      And you can change these settings at the tenant or user levels: https://fusionauth.io/docs/v1/tech/apis/tenants
      https://fusionauth.io/docs/v1/tech/apis/users