FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Categories
    3. Q&A
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • danD

      How can I downgrade an instance

      downgrade • • dan
      3
      0
      Votes
      3
      Posts
      1.5k
      Views

      J

      @dan

      Rollbacks are now supported for FusionAuth Cloud customers with Business and High Availability deployments with backups.

      Please see the FusionAuth Cloud documentation for more information: https://fusionauth.io/docs/v1/tech/installation-guide/cloud#rolling-back-from-a-problematic-upgrade

    • danD

      Restrictions on redirect URIs?

      limits oauth redirect-uri • • dan
      4
      0
      Votes
      4
      Posts
      2.2k
      Views

      danD

      Support for wildcards in redirect URIs just landed in 1.43.

      We don't recommend using these because they are against the OAuth specification (you could look at using the state parameter instead).

      But we listened to the community feedback on this issue: https://github.com/FusionAuth/fusionauth-issues/issues/437 and implemented it.

      It is still being documented, but you can read about it here: https://fusionauth.io/blog/2023/02/16/announcing-fusionauth-1-43#support-for-wildcards-in-redirect-urls

      Hope that helps, @davidmw !

    • P

      Unsolved How to disable logged In account on inactive applications?

      • • prawee
      1
      0
      Votes
      1
      Posts
      576
      Views

      No one has replied

    • D

      Unsolved This topic is deleted!

      • • davidmw
      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • M

      Unsolved What is a best way to get info of user creator?

      • • maitrey0388
      2
      0
      Votes
      2
      Posts
      516
      Views

      danD

      @maitrey0388 Just to make sure I understand what you are asking, you want to see on the user details page anything that has been done by another user?

      This is currently not possible. Two things that might help:

      Creating a user action whenever anyone modifies a user. This can have a record of the user who took the action and what the action was; it shows up under the 'User actions' section on the details screen. Make sure you create a time based user action. Here's more on that: https://fusionauth.io/docs/v1/tech/apis/user-actions and https://fusionauth.io/docs/v1/tech/apis/actioning-users Use the audit logs. These already are created for any action taken inside the admin UI, but not for APIs (open issue) but you can create an audit log entry every time an API is called using another API. Audit logs are not accessible in the user details screen, but you can export them and/or view them in the admin UI.

      Hope that helps.

    • danD

      Do you offer premium or enterprise support for self hosted instances?

      self hosted support faq • • dan
      4
      0
      Votes
      4
      Posts
      9.1k
      Views

      danD

      @aminjabari242 That is correct. Thanks for posting.

    • danD

      Solved Does adding a new registration to an application count as an MAU

      mau registrations • • dan
      2
      0
      Votes
      2
      Posts
      855
      Views

      danD

      Yes, this does trigger an MAU increase.

      Here's a list of what makes a user active during a month: https://fusionauth.io/docs/v1/tech/core-concepts/users#what-makes-a-user-active

    • danD

      Is there an api to force a reindex of the users?

      user search reindex • • dan
      3
      0
      Votes
      3
      Posts
      6.6k
      Views

      M

      Hello
      It depends on the specific system or platform you are using. You may need to consult its documentation or support resources.

    • B

      Unsolved IdP hint for register?

      • • bryanlandia
      2
      0
      Votes
      2
      Posts
      685
      Views

      danD

      @bryanlandia I don't quite understand what you are trying to do. Can you send the user to the SAML IdP on registration with a normal login hint and have them register there? As long as FusionAuth gets back the signed assertion, it doesn't care if the user logged in or registered at the IdP.

      So you could actually replace the FusionAuth registration link with a link to the SAML IdP with a login_hint.

      Or am I missing something?

    • danD

      Is there a way to upload images for custom login page themes?

      theme login faq • • dan
      2
      0
      Votes
      2
      Posts
      11.0k
      Views

      B

      @dan Last week ago I am facing that issue and I am still not got any solution.

    • T

      Unsolved "Insufficient memory for the Java Runtime Environment" with fusionauth/fusionauth-app:1.41.0

      • • twilkinson
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      danD

      Hmmm. Haven't run into this before. You are right, it sure looks like you have enough memory.

      This GH issue indicates you might need to update your docker.

      https://github.com/adoptium/temurin-build/issues/2976#issuecomment-1152142311

      But I'm not quite sure what is going on. Did you find a solution?

    • K

      Unsolved Production deploy with docker-compose

      • • khairul
      2
      0
      Votes
      2
      Posts
      538
      Views

      danD

      @khairul We recommend running FusionAuth behind a proxy. More docs on that here: https://fusionauth.io/docs/v1/tech/admin-guide/proxy-setup

      If you are running in docker-compose, you should be able to add an nginx or other proxy image and connect that to FusionAuth.

      The proxy can then terminate TLS and run on port 443.

    • danD

      Solved Any way to customize fail logins message?

      • • dan
      2
      0
      Votes
      2
      Posts
      330
      Views

      danD

      That is correct. For security reasons, we do not provide feedback if the user exists but the password is incorrect, vs the situation where user does not exist.

      This is true both in the hosted login pages and the login API response codes. That's what we recommend if you build your own pages as well.

    • D

      Unsolved Updating and removing existing User PreferrredLanguage

      • • duke
      2
      0
      Votes
      2
      Posts
      731
      Views

      H

      Select Start > Settings > Time & language > Language & region. Under Preferred languages, select the language you want to remove, and then select Remove.

    • danD

      Unsolved Validate refresh tokens

      refresh token • • dan
      2
      0
      Votes
      2
      Posts
      2.4k
      Views

      danD

      A refresh token is opaque; you cannot validate it yourself.

      The general pattern for validating a refresh token is to use it to refresh the JWT, and if the refresh attempt fails, that indicates the refresh token is no longer valid.

      You could also retrieve a user’s refresh tokens and compare it to the ones returned by FusionAuth.

      More details:

      https://fusionauth.io/docs/v1/tech/apis/jwt#refresh-a-jwt
      https://fusionauth.io/docs/v1/tech/apis/jwt#retrieve-refresh-tokens

    • E

      Unsolved Email CTR and open rates

      • • eduards.celmins
      3
      0
      Votes
      3
      Posts
      927
      Views

      R

      I value the insights and guidance you provide, I will try to figure it out for more.

    • danD

      Unsolved Track session length for reporting

      • • dan
      2
      0
      Votes
      2
      Posts
      537
      Views

      danD

      The easiest way to do so is to listen for the jwt.refresh-token.revoke event.

      It's documented here: https://fusionauth.io/docs/v1/tech/events-webhooks/events/jwt-refresh-token-revoke

      In particular, you have the date of the revocation (the end of the session). If it is an individual session revocation, you have the start date, which is the startInstant inside the events refreshToken field.

      If your webhook processor does the subtraction of these two values, you'll be able to find and record the duration of the session length.

    • R

      Unsolved Registration Required persistent

      • • ryan.zeelie
      3
      1
      Votes
      3
      Posts
      1.6k
      Views

      L

      @dan And how do you add a button? Do you have an example? if I want to delete the token and make a forward redirect the user to another page (the login, for example).

    • O

      Unsolved Registering existing users does not error

      • • olly
      3
      0
      Votes
      3
      Posts
      832
      Views

      M

      No error in registering existing users.

    • J

      Unsolved Is it possible to add columns in order to sort with lastLogin from UI ?

      • • jbtruffault
      4
      0
      Votes
      4
      Posts
      799
      Views

      danD

      @jbtruffault Thanks! The admin UI has minimal customization, but appreciate you raising the issue. It's on the list.