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
    • R

      Unsolved HTTP 500 on password reset

      • • rohit
      2
      0
      Votes
      2
      Posts
      2.8k
      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.5k
      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
      5.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.1k
      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.2k
      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
      1.9k
      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.2k
      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.1k
      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.4k
      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.4k
      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.

    • danD

      Solved Is there a way to see how advanced themes have changed between releases?

      theme upgrade • • dan
      2
      0
      Votes
      2
      Posts
      2.3k
      Views

      danD

      The best way to see this is to visit the theme history github repo.

      It is mentioned in the theme upgrade documentation.

    • danD

      Solved How do I edit a tenant’s data properties via the dashboard?

      • • dan
      2
      0
      Votes
      2
      Posts
      2.6k
      Views

      danD

      Currently this is not editable in the Admin UI. This value can be set by calling the Tenant API, however.

      Docs here: https://fusionauth.io/docs/apis/tenants#update-a-tenant

    • danD

      Solved How can I remove all CSS from the FusionAuth hosted login pages?

      theme css • • dan
      2
      0
      Votes
      2
      Posts
      7.2k
      Views

      danD

      I was able to do this by:

      copying the advanced theme editing it navigating to the Helpers file inside that, going to the head freemarker macro

      I removed these lines:

      <link rel="stylesheet" href="/css/font-awesome-4.7.0.min.css"/> <link rel="stylesheet" href="/css/fusionauth-style.css?version=${version}"/> [#-- Theme Stylesheet, only Authorize defines this boolean. Using the ?no_esc on the stylesheet to allow selectors that contain a > symbols. Once insde of a style tag we are safe and the stylesheet is validated not to contain an end style tag --] [#if !(bypassTheme!false)] <style> ${theme.stylesheet()?no_esc} </style> [/#if]

      If you want to use the CSS field in the theme to store your CSs, leave in

      [#if !(bypassTheme!false)] <style> ${theme.stylesheet()?no_esc} </style> [/#if]

      which pulls in the CSS associated with the theme. Doing so allows you to add all your custom CSS to the CSS field in the theme and have it automatically included. If you don't do this, make sure you add your CSS to this macro (either directly or via a link). You'll want to make sure you keep it in as you upgrade.

      Removing all the CSS will result in a page that looks like the one below.

      unstyled login page

    • H

      Unsolved MFA OIDC Page refresh

      • • harish_reddy
      2
      0
      Votes
      2
      Posts
      2.2k
      Views

      H

      We also noticed that even with silent renewal, MFA code is getting triggered. This is very annoying for our users who stay on the page for long time.

      Is there a way prevent MFA for SPA on every token refresh?

    • danD

      How do I use FusionAuth in my CI/CD system?

      ci cd testing deployment • • dan
      3
      0
      Votes
      3
      Posts
      3.3k
      Views

      danD

      You can also use our GitHub action to easily add FusionAuth to a GitHub workflow.

      Here's the action: https://github.com/FusionAuth/fusionauth-github-action

      Here's doc about how to use it: https://fusionauth.io/docs/get-started/run-in-the-cloud/github-actions

    • E

      Unsolved Azure Postgres 15.8 Installation Failure Due to Disabled MD5 Function

      • • evan.lott
      1
      0
      Votes
      1
      Posts
      2.4k
      Views

      No one has replied

    • E

      Unsolved Deploy FusionAuth on Google Cloud Run.

      • • emaborsa
      1
      0
      Votes
      1
      Posts
      1.2k
      Views

      No one has replied

    • L

      Unsolved When does the error "Node with adress ... removed" happen?

      • • lea.jell
      1
      1
      Votes
      1
      Posts
      2.0k
      Views

      No one has replied

    • S

      Solved Missing Email address in JWT token claims

      • • sandiprghane
      6
      0
      Votes
      6
      Posts
      9.2k
      Views

      B

      @Alex-Patterson
      Indeed, you are right, it is because of the scope configuration, whose default values have changed. The advice in the release notes regarding this in version 1.50 also sounds appropriate in retrospect.

      What surprises me is that these settings are relevant when I perform the oldschool login via POST /api/login, I wasn't aware of that...

      Thanks for the tip!❤ I would probably have been looking for the difference for a while...

    • danD

      How can I pull the latest docker image

      docker docker-compose update image • • dan
      4
      0
      Votes
      4
      Posts
      17.2k
      Views

      A

      @aswetnatex

      docker pull fusionauth/fusionauth-app:latest