FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • D

      Admin UI actions over themes blocks application since 1.61.2

      General Discussion
      • • • david.cuen
      17
      0
      Votes
      17
      Posts
      1.7k
      Views

      mark.robustelliM

      @david-cuen Thanks for your patience and dedication to seeing this through. It would help a ton if you could find something reproducible. Let me know what you find and I can continue to try it on this end.

    • S

      Solved Struggling to backup selfhosted fusionAuth.

      Q&A
      • • • spydmobile
      6
      0
      Votes
      6
      Posts
      2.0k
      Views

      mark.robustelliM

      @ralph Thanks for following up and sharing!

    • danD

      Solved Wanted to add a passkey prompt in my application

      Q&A
      • passkeys webauthn prompt • • dan
      2
      0
      Votes
      2
      Posts
      14
      Views

      danD

      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.

    • J

      SAML authnRequest exception

      General Discussion
      • • • james.hudson
      2
      0
      Votes
      2
      Posts
      339
      Views

      mark.robustelliM

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

    • S

      Weird behavior for OpenID connect login after 1.62 upgrade - MS prompts to verify email

      General Discussion
      • • • scottw
      2
      0
      Votes
      2
      Posts
      360
      Views

      mark.robustelliM

      @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?

    • R

      Unsolved Twillio Messenger

      Q&A
      • • • rgros
      2
      0
      Votes
      2
      Posts
      366
      Views

      mark.robustelliM

      @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.

    • T

      Unsolved "A request to the search index has failed" - OpenSearch(AWS)

      Q&A
      • • • tim.clark
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      mark.robustelliM

      @tim-clark Can you please point to the community discussion where this comes up? I could not find it in the issues.