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
    • 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
      954
      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
      649
      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.

    • D

      Unsolved Correct role for login records

      • • david.gonzalez
      2
      0
      Votes
      2
      Posts
      486
      Views

      mark.robustelliM

      @david-gonzalez I created a new user test@test.com and added the FusionAuth Registration. I granted it the Report Viewer role and was able to log in and see recent logins on the Dashboard. (I assume that is what you are talking about.) I got curious and removed the Report Viewer role and added the Event log viewer role. That allowed the test user to see the Dashboard as well. Will one of those two roles work for you?

    • P

      Unsolved Not getting enough details using Google Oauth

      • • prince.b
      2
      0
      Votes
      2
      Posts
      634
      Views

      mark.robustelliM

      @prince-b What scopes are you requesting?