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

      Solved Seeing " OAuth return is missing a valid CSRF token" message

      • • dan
      3
      0
      Votes
      3
      Posts
      5.6k
      Views

      B

      Duplicate post

    • G

      Unsolved expired user search query

      • • ganr0307
      3
      0
      Votes
      3
      Posts
      1.0k
      Views

      G

      @mark-robustelli Sure,Thanks!
      If you find anything please let me know

    • F

      Unsolved OAuth introspect endpoint works only with the credentials of the creator of the access token being verified

      • • fusionauth.qhj5e
      4
      0
      Votes
      4
      Posts
      692
      Views

      danD

      Here's the PR making the doc better:

      https://github.com/FusionAuth/fusionauth-site/pull/3371

    • A

      Unsolved Has support for iOS 15.8.3 ended recently?

      • • actae0n
      4
      0
      Votes
      4
      Posts
      4.3k
      Views

      A

      @celiaruby127

      Also, sorry for my late reply, I saw just now that I had to activate notifications.

    • A

      Unsolved Issue with FusionAuth React SDK and next-client-cookies Adapter in Next.js 13.1.2

      • • aman.c
      2
      0
      Votes
      2
      Posts
      13.6k
      Views

      mark.robustelliM

      @aman-c Have you been able to follow the Next.js quickstart?

    • danD

      Solved Can you move users from one tenant to another?

      user import tenant faq • • dan
      7
      0
      Votes
      7
      Posts
      27.5k
      Views

      danD

      Another option that works as of today is to set up a tenant to tenant connector.

      Add a connector to the new tenant. Point it at the /api/login endpoint of the old tenant, including an API key as a header.

      Change your app to send everyone to a new application in the new tenant.

      When the user logs in to the new application, if it is the first time they've been seen, the old tenant data, including password, will be queried. The password hash will be transparently migrated to the new tenant.

      This slow migration takes time, but is another option.

    • danD

      Unsolved Disable username and password fields

      • • dan
      3
      0
      Votes
      3
      Posts
      2.7k
      Views

      S

      @dan Thanks for this. I've tried your suggestion but the result isn't very pretty. Freemarker templates are a new one on me and once I dig into the default templates, when creating a new advanced theme, it's quite complex enough to begin with!

      I am usually the type to prefer more customisation than less but maybe there could be a couple of "cookbooks" or example templates somewhere? It's nice to see some visual examples in the docs but without knowing how to get there, it's a little disheartening.

    • danD

      Unsolved Using react app auth and react native and getting access to the profile pages

      • • dan
      9
      0
      Votes
      9
      Posts
      6.2k
      Views

      danD

      Hi @jamesbaxter . Sorry, just saw this now. I don't have the example app available. Sorry!

    • F

      Unsolved How to get Google contacts from an app using FusionAuth

      ritza google openid • • fusionauth.qhj5e
      4
      0
      Votes
      4
      Posts
      2.6k
      Views

      F

      Oh, it's still an open bug - https://github.com/FusionAuth/fusionauth-issues/issues/2574. I'll ask there.

    • T

      Unsolved Database search "limitations"

      • • tschlegel
      2
      0
      Votes
      2
      Posts
      3.0k
      Views

      mark.robustelliM

      @tschlegel There are differences between the database search engine and using open search. Some of the searches are more limited with the database search engine.

      "If you don’t need advanced searching capabilities, you may be able to use the database search engine for large installations. This is not a use case FusionAuth tests, so ensure you provision your database with enough resources and benchmark your typical use cases."

    • R

      Unsolved HTTP 500 on password reset

      • • rohit
      2
      0
      Votes
      2
      Posts
      2.9k
      Views

      mark.robustelliM

      @rohit How often does this happen? Do the logs always state the same thing?

    • L

      Unsolved What is the process to remove a custom hashing scheme?

      • • lhatter
      2
      0
      Votes
      2
      Posts
      2.6k
      Views

      mark.robustelliM

      @lhatter, The FusionAuth recommendation is to leave all password hashing plugins in place once installed.

      See Deleting Plugins on the Custom Password Hashing page.

    • danD

      Editing user data in the UI

      user data user interface • • dan
      16
      0
      Votes
      16
      Posts
      6.5k
      Views

      B

      I upgraded. I haven't tried a new install nor do I want to. I understand why it's happening. Is it something you can fix in a future update, without my having to start over with a whole new install?

    • A

      Unsolved Issue with FusionAuth React SDK and next-client-cookies Adapter in Next.js 13.1.2

      • • aman.c
      4
      0
      Votes
      4
      Posts
      1.3k
      Views

      A

      @Alex-Patterson Can you please look into this one , thanks a lot in advance.

    • D

      Unsolved oauth2/authorize redirects to oauth2/consent (AzureStaticWebApp)

      • • developer 1
      3
      0
      Votes
      3
      Posts
      2.4k
      Views

      D

      Thanks Alex. I went back and looked and it doesn't seem I can even turn that option on. Its set to First Party and when I try to set it to Third Party I get this:

      7c9c6e5d-95d3-4c0b-9055-dfd713a5236a-image.png

      So that doesn't really answer the question as to why fusion auth is redirecting to the "consent" endpoint. This process is kicked off via the normal "authorize" endpoint so I don't think email templates are in play either.

    • A

      Unsolved Next.js Version Compatibility and Webpack Integration Issues with FusionAuth in Application

      • • aman.c
      2
      0
      Votes
      2
      Posts
      2.1k
      Views

      A

      @aman-c FusionAuth is completely running outside of Next.js. So it all depends on what you are using to make the call to FusionAuth.

      My suggestion would be to implement a version of our React SDK
      https://fusionauth.io/docs/sdks/react-sdk

      Then anything clientside that needs details you can use the built in hooks, anything serverside you can use the cookie that sits at app.at or for identity app.idt.

      If you have been using our quickstart you are most likely using next-auth which could be causing issues with the implementation. We have had a lot of internal discussion about removing this methodology moving forward to simplify our Next.js suggested implementation.

      You can find out more about our cookies that are set in our Hosted Backend details.
      https://fusionauth.io/docs/apis/hosted-backend

    • G

      Unsolved Error while trying to Login with Microsoft SSO

      • • gubbasainithin123
      2
      0
      Votes
      2
      Posts
      2.3k
      Views

      mark.robustelliM

      @gubbasainithin123 Can you tell us a little more about what you are trying to do and add a few more details on how you are getting this error message? How is you application configured? Maybe some of the code if possible. Make sure to remove any secrets or private info.

    • N

      Unsolved Can we add custom previousLoginDate in "/userinfo" api for

      • • nikhil
      2
      0
      Votes
      2
      Posts
      1.2k
      Views

      mark.robustelliM

      Have you checked out Lambdas? Sounds like you may be able to do what you need with that.

    • danD

      Solved ActiveDirectory access to FusionAuth

      activedirectory ldap networking • • dan
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      danD

      FusionAuth Cloud instances may or may not have static egress IP addresses; please open a support ticket with your instance name to learn more.

      VPC peering is not currently supported, though that issue is the right one to follow for future developments.

      You can also use an LDAP proxy to solve this issue.

      FusionAuth -> LDAP proxy -> AD

      where the LDAP proxy is in the DMZ and AD is configured to only talk to internal network values or the LDAP proxy.

      Here's a StackOverflow post with more details.

    • J

      Unsolved Proxy Configuration Warning

      • • jawaid.karim
      6
      0
      Votes
      6
      Posts
      2.8k
      Views

      S

      @dan Has there been any updates on this? I have my fusionauth application in cluster behind a proxy (nginx ingress controller) and I passing those same headers but I am getting a CSRF error. Please any help is more than welcome.