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

    administrators

    Member List
    J jstarbuck
    K kim.maida
    S spencer 0
    A Alex Patterson
    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: Doubling of login records

      @sergey_smirnov OK, I did some investigating and here is what I have found.

      1. SSO, I saw a reference to a post that mentions using SSO will create multiple session records (but shouldn't necessarily cause multiple login events). Are you using SSO?
      1. Are you using any Lambda's? In some versions (notably 1.31.0), a bug caused the OIDC reconcile lambda to be called twice during certain identity provider logins, which could result in duplicate processing and potentially duplicate events. This was patched in version 1.32.1.

      2. Are you using any Webhooks?

      3. Are you using an external IdP?

      These are just a couple of things to consider.

      posted in General Discussion
      mark.robustelliM
      mark.robustelli
    • RE: SAML CSRF token issue

      @joseantonio Ah OK. That makes sense. I couldn't find much detail on how the saml.csrf cookie works. It does seem plausible that when a new window is open that a value could change that could be causing this problem. If it is causing you problems, it may be work opening a new issue.

      posted in Q&A
      mark.robustelliM
      mark.robustelli
    • RE: SAML CSRF token issue

      @joseantonio said in SAML CSRF token issue:

      also start the authorization process there

      What do you mean by "Also start the authorization process there?" Manually open a new tab (tab B) and paste in the URL " /oauth2/authorize"?

      If you enable debugging on the SAML tab for the Application in FusionAuth, do the logs indicate anything interesting?

      posted in Q&A
      mark.robustelliM
      mark.robustelli
    • RE: Receiving 502 errors when using Cloudflare in front of FusionAuth

      This is due to non-ASCII characters in headers causing an issue in the FusionAuth parsing code. Cloudflare sends headers with non-ASCII characters (such as cf-region: São Paulo) which triggers this issue.

      This is a java-http bug that was fixed in 2024, and released in FusionAuth version 1.51.2.

      So, two options:

      • upgrade to a version of FusionAuth 1.51.2 or newer. This is the recommended approach, but may require some work.
      • as an interim workaround, you can disable the "Add visitor location headers" option from your CloudFlare console. This should not have any negative impact, since we do not inspect those headers.
      posted in Q&A
      danD
      dan
    • Receiving 502 errors when using Cloudflare in front of FusionAuth

      We were using a FusionAuth cloud deployment directly but now want to use Cloudflare in front of it.

      We are now seeing intermittent, infrequent 502 errors.

      We see errors like this in the logs

      2025-06-24 14:05:09.345 PM ERROR io.fusionauth.http.server.HTTPServerThread - An exception was thrown during processing
      java.lang.IllegalArgumentException: Not a valid Unicode code point: 0xFFFFFFC3 
      

      How can we resolve this?

      posted in Q&A 502 proxy cloudflare error
      danD
      dan
    • RE: Doubling of login records

      @sergey_smirnov Hmm, the 10 sec between the logs does lead me to similar speculation that it is being caused by the user. I would think they would be closer together if it was something the application was doing on its own (although I am not entirely ready to rule that out either).

      That being said, it seems like just guessing unless you can get the application logs and trace the users page views for sure. Is that possible?

      There is a setting in the Tenants for the Session timeout.
      Tenants -> Edit -> OAuth tab -> Session timeout

      Screenshot 2025-06-26 at 8.46.22 AM.png

      Let me know if you are able to log the users page views.

      posted in General Discussion
      mark.robustelliM
      mark.robustelli
    • RE: Doubling of login records

      @sergey_smirnov You won't find the web requests in the FA dashboard, but you can enable debugging for Oauth in the application and see if that gives you more details in the System -> Even Log.

      Screenshot 2025-06-25 at 11.44.29 AM.png

      posted in General Discussion
      mark.robustelliM
      mark.robustelli
    • RE: Customizing FusionAuth User Invitation Flow

      @davidhaven1246 Have you checked out the documentation on using the basic registration form? Will enabling the Self-service registration for the application what you are after? If not, a little more detail on your flow and how you have implemented may help.

      This post may help provide some clarity as well for an invitation flow. Keep in mind, this flow utilizes some paid features of FusionAuth, but you may be able to figure out some work arounds with the community edition.

      This post talks about passing some parameters in a link that may help as well.

      posted in General Discussion
      mark.robustelliM
      mark.robustelli
    • RE: Doubling of login records

      @sergey_smirnov, I see you submitted the FusionAuth log. I didn't approve the post because I thought there might be some info in there you don't want public. I cut some out and will paste it here:

      Screenshot 2025-06-24 at 2.58.56 PM.png

      Screenshot 2025-06-24 at 2.59.22 PM.png

      That is interesting. Would it be possible to get the web server logs and see if there were actual multiple requests.

      posted in General Discussion
      mark.robustelliM
      mark.robustelli
    • RE: Doubling of login records

      @sergey_smirnov can you tell us a little about how you have FusionAuth set up? Can you look at your server logs and make sure the page is not being called multiple times? Also, can you share the details of the log entries (be sure to redact private information)?

      posted in General Discussion
      mark.robustelliM
      mark.robustelli