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

      Unsolved Specify default value for form field?

      • • elliotdickison
      6
      0
      Votes
      6
      Posts
      8.9k
      Views

      E

      @vatsal We did not

    • A

      Unsolved FusionAuth Running In Azure Container App Environment

      azure krakend container apps • • alan.rutter
      3
      0
      Votes
      3
      Posts
      14.4k
      Views

      D

      Hello there,
      I feels like you are encountering some complex issues with running FusionAuth in Azure Container Apps and using KrakenD as a proxy.

      For the Proxy Configuration Warning, be ensure that your FusionAuth instance is aware of the correct external URL and headers. You might need to set the FUSIONAUTH_URL environment variable appropriately.

      Releated KrakenD, you could configure it to correctly handle the necessary headers for FusionAuth. Be sure your KrakenD configuration includes the necessary routes and headers for FusionAuth's admin and OAuth endpoints.

      Consider checking the FusionAuth and KrakenD documentation for any specific configurations needed for Azure environments.

      If the issue still did not get solved, you might want to reach out to FusionAuth support directly for more tailored assistance.

      Hope it helps.

    • M

      Unsolved Info about when 2FA was enabled via the user API in "twoFactor"?

      • • mike.chen
      1
      0
      Votes
      1
      Posts
      2.4k
      Views

      No one has replied

    • E

      Unsolved Details on XSS vulnerability

      • • engineering 1
      1
      0
      Votes
      1
      Posts
      2.6k
      Views

      No one has replied

    • A

      Unsolved FusionAuth, Nginx inside Azure Container App

      • • alan.rutter
      1
      0
      Votes
      1
      Posts
      1.9k
      Views

      No one has replied

    • A

      Unsolved DockerFile for FusionAuth

      • • alan.rutter
      1
      0
      Votes
      1
      Posts
      2.0k
      Views

      No one has replied

    • T

      Unsolved Timeout on add/update user through web/api when changed password algorithm

      • • thlau
      1
      0
      Votes
      1
      Posts
      2.0k
      Views

      No one has replied

    • W

      Unsolved How to install Mysql Connector JAR on Debian Linux

      • • wesnoth.hu
      1
      0
      Votes
      1
      Posts
      1.6k
      Views

      No one has replied

    • H

      Unsolved install app

      • • hoainamxl2203
      3
      0
      Votes
      3
      Posts
      4.6k
      Views

      H

      @tony-blank yes please help me.

    • C

      Unsolved JWT Validation Issues with RSA-SHA256 and JwtBearer Middleware (.NET / C#)

      net jwt csharp webapi • • chukwuemekai
      1
      0
      Votes
      1
      Posts
      7.5k
      Views

      No one has replied

    • E

      Unsolved Sporadic redirects to /maintenance-mode in production

      • • elliotdickison
      3
      0
      Votes
      3
      Posts
      1.8k
      Views

      T

      Wonderful blog post. I found it very helpful and informative. Solar

    • T

      Unsolved Authentication in a full stack application (.NET API/Angular)

      • • tanguy.e
      2
      0
      Votes
      2
      Posts
      3.3k
      Views

      T

      Any news?

    • I

      Unsolved Embed an application that requires FusionAuth for logging in

      • • IvanYingX
      1
      0
      Votes
      1
      Posts
      2.6k
      Views

      No one has replied

    • E

      Unsolved Maximum lifetime of refresh token not honored? (sliding window configuration)

      • • egg
      2
      0
      Votes
      2
      Posts
      958
      Views

      J

      @egg said in Maximum lifetime of refresh token not honored? (sliding window configuration):

      I am configuring my Tenant with a refresh token expiration policy of "sliding window with maximum lifetime". I have configured the maximum lifetime to 240 minutes, but the refresh token is actually expiring after 30 minutes.

      The "sliding window with maximum lifetime" policy should allow the refresh token to remain valid as long as it's used within the configured lifetime, which in your case is set to 240 minutes.

    • Z

      Solved E-mail field not exists in access token

      php token email laravel • • zaalbarxx
      4
      0
      Votes
      4
      Posts
      1.7k
      Views

      A

      @zaalbarxx sorry for the delay. I might be missing it (sorry not a PHP person) but I don't see where that confusion comes into play. I know that some of our docs had to get updated because of a change that we made during our 1.50 release that required to request further details in our scopes request.

      This release makes significant changes to the default behavior of new Applications with regard to scopes in OAuth workflows. The database migration will update existing Applications to behave in a backwards compatible manner. See the OAuth Scopes documentation for more information, in particular the Relationship, Unknown scope policy, and Scope handling policy configurations.

      https://fusionauth.io/docs/release-notes/#version-1-50-0

      Let me know if that still isn't making sense, or if there is a spot you were hung up on and I would be happy to update our docs. Or even better feel free to add a PR.

    • C

      Unsolved Setting well-known IDs for identity providers in the kickstart file

      • • colin.orr
      1
      0
      Votes
      1
      Posts
      1.2k
      Views

      No one has replied

    • I

      Unsolved JupyterHub LTI integration

      • • IvanYingX
      1
      0
      Votes
      1
      Posts
      1.6k
      Views

      No one has replied

    • M

      Unsolved Unsuccsesfull attempt to implement invitation flow.

      • • mou
      3
      0
      Votes
      3
      Posts
      1.8k
      Views

      M

      @mark-robustelli Hi, Mark. This is a great idea I didn't even think of. Thank you very much. It is a workaround anyway, but maybe it will allow me to complete PoC and wait for the proper invite flow to be implemented in FA.

    • danD

      MFA with the password grant

      password grant mfa • • dan
      3
      0
      Votes
      3
      Posts
      1.8k
      Views

      A

      Thanks for addressing this use case. Your proposal, however, runs counter to any standardization effort: Long live OAuth! 🙂

      A better approach would be to switch from a password grant to the use of authorization codes (instead of passwords) to obtain the access token. This is fully within the OAuth framework and does not introduce fusionauth-specific hacks into the solution.

      We have created as simple html page that redirects to the fusionauth authorize endpoint with grant_type=authorization_code. The browser handles MFA as usual. Upon redirecting to this page, the page can harvest the authorization code for the user to copy. From there proceed with into authorization code in place of a password.

      PS: Long live OAuth!

    • A

      Unsolved Passwordless Login Questions

      • • alan.rutter
      2
      0
      Votes
      2
      Posts
      654
      Views

      mark.robustelliM

      @alan-rutter When it comes to account recovery in a passwordless login system, the most recommended method is to use a self-service approach. This means allowing users to recover their accounts themselves, which not only saves administrative costs but also saves the user's time. The simplest form of account recovery, and the one most amenable to automation, is a “forgot password” flow. This should be part of any Customer Identity and Access Management (CIAM) system.

      In the context of passwordless authentication, this could involve sending a one-time code or a magic link to the user's registered email or phone number. The user can then use this code or link to authenticate themselves and regain access to their account. This method is secure and user-friendly, as it does not require the user to remember any passwords.

      For more information, you can refer to these articles on account recovery and passwordless authentication.