FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Groups
    3. administrators
    Group Details Private

    administrators

    Member List
    J john.jeffers 0
    J jstarbuck
    S spencer 0
    mark.robustelliM mark.robustelli
    A andy 1
    S sean
    E emily
    S spencer
    J johnathon
    T tharon
    A akira
    joshuaJ joshua
    danD dan
    V voidmain
    robotdanR robotdan
    • RE: Importing users over time

      I think the way I'd approach this is:

      • import all users into FusionAuth

      At cutover time:

      • look at local database to see which password hashes had changed
      • pull the user data from FusionAuth for each of these users
      • delete the user
      • re-import the user with the new password hash and the FusionAuth data, maintaining the same userId (if you provide the UUID, we'll use that)

      I get that is an additional complexity, but hopefully that helps.

      posted in Q&A
      danD
      dan
    • Importing users over time

      I have a large number of users. I want to import them into FusionAuth with their password hashes and the accompanying data like the factor.

      But my cutover is going to be slow, so I expect some percentage of people to change their password hashes after the import.

      So I'd like synchronize any password hashes that changed in the meantime, and then roll out FusionAuth.

      I can't re-import password hashes for an existing user, and the User API doesn't let me update passwords hashes, per this closed issue: https://github.com/FusionAuth/fusionauth-issues/issues/348

      What would you recommend?

      posted in Q&A migration passwords hashed password hashes
      danD
      dan
    • RE: The request origin could not be verified. Unable to complete this login request with same-instance cross-tenant IdP federation

      @hvfa At first glance this looks like a domain issue. Can you share an example of how your Authorized redirect URLs and Authorized request origin URLs are set up in relation to the applications. Please feel free to use example domains like https://domain1/ or https://domain2 and so on. It may also be useful to give the other OAuth settings for the applications as well (be sure to redact or obscure and sensitive information).

      posted in Q&A
      mark.robustelliM
      mark.robustelli
    • RE: Wanted to add a passkey prompt in my application

      This is totally possible.

      You want to start by understanding FusionAuth passkey setup and the normal flow.

      Then, in your application, probably using one of the client libraries, you want to do the following for a user:

      • see if a user has a passkey set up, using the "retrieve a passkey" API. If this returns 0 passkeys, show the prompt.
      • for the prompt, you have two options:
        • use the API/client library to start the passkey registration process from within your application directly
        • send them to the user management page to add a passkey (requires a paid license)

      The right way to do the latter depends on your application needs (are you okay with a redirect) and whether or not you have at least a starter license.

      For reporting on the number of users that have set up passkeys, unfortunately you have to query all your users and then pull the passkey data individually. There's no way to use the elasticsearch syntax to do the query as of yet. There's an open github issue to add that functionality.

      posted in Q&A
      danD
      dan
    • Wanted to add a passkey prompt in my application

      I have an application using FusionAuth, and I want to prompt my end users to set up passkeys. Having this authentication method will improve their security and ease their future logins.

      I know I can enable passkeys for FusionAuth using the community edition license, but how can I add a prompt in my application code/UI to have them set it up?

      posted in Q&A passkeys webauthn prompt
      danD
      dan
    • RE: Struggling to backup selfhosted fusionAuth.

      @ralph Thanks for following up and sharing!

      posted in Q&A
      mark.robustelliM
      mark.robustelli
    • RE: Struggling to backup selfhosted fusionAuth.

      @ralph Are you getting the same errors? I did see a reference to trying pg_dump vs pg_dumpall. Can you try that and let us know if it works?

      posted in Q&A
      mark.robustelliM
      mark.robustelli
    • RE: SAML authnRequest exception

      @james-hudson You may want to check out this blog post. Hopefully that can help.

      posted in General Discussion
      mark.robustelliM
      mark.robustelli
    • RE: Weird behavior for OpenID connect login after 1.62 upgrade - MS prompts to verify email

      @scottw Hopefully, I can get a little time over the next couple of days and see if I can duplicate it. I will let you know if I find anything. Anyone else seeing his behavior?

      posted in General Discussion
      mark.robustelliM
      mark.robustelli
    • RE: Twillio Messenger

      @rgros Do you have Debug enabled?

      Screenshot 2026-02-18 at 10.43.14 AM.png

      Then you should check your Event Log.

      Screenshot 2026-02-18 at 10.44.20 AM.png

      Let us know what you find.

      posted in Q&A
      mark.robustelliM
      mark.robustelli