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

      Settings?

      • • ecamacho
      3
      0
      Votes
      3
      Posts
      2.6k
      Views

      E

      Wow. You are right. Apologies. I'm doing some work on an older laptop and with the resolution and the lack of contrast on the LCD, I didn't notice the scrolling. Thanks!

    • J

      Check password reset link expiry or not

      • • jogiprasadpakki
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      danD

      I don't believe there's any way to find the expiry of a changePasswordId.

      You could:

      keep track of it yourself, since you know when you started the flow and you know how long the id is good for (it is in the tenant settings, I believe). build your own request password flow and just use this call: https://fusionauth.io/docs/v1/tech/apis/users#change-a-users-password with the loginId and an API key just try to change it and if you get a 404, redisplay the reset password flow. This is the default option.
    • danD

      Retrieving groups of users

      groups search • • dan
      3
      0
      Votes
      3
      Posts
      1.2k
      Views

      danD

      Fix is live: https://github.com/FusionAuth/fusionauth-site/pull/147

    • danD

      RADIUS Server?

      radius • • dan
      2
      0
      Votes
      2
      Posts
      1.6k
      Views

      danD

      I searched the fusionauth issues list and only came up with one issue mentioning RADIUS, but it may be worth reading if you haven't already. https://github.com/FusionAuth/fusionauth-issues/issues/219

    • E

      No email verification if user created without an email

      • • eddie.whiteside
      5
      0
      Votes
      5
      Posts
      485
      Views

      robotdanR

      Thanks for reporting, we have recreated the issue. It will be tracked and solved under this issue. https://github.com/FusionAuth/fusionauth-issues/issues/749

    • B

      Fusion auth hosted database connection info

      • • bchampion
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      B

      Ok thanks for info. Maybe include that somewhere in the documentation?

    • danD

      Can I customize the passwordless link email subject with the time the link expires?

      passwordless email subject • • dan
      4
      0
      Votes
      4
      Posts
      2.7k
      Views

      danD

      Hi David,

      It sounds like you're looking for a way to pass the timezone of the user into the passwordless call so it is available in the email template. I agree that the current timezone is more useful than the possibly stale value in the user profile.

      I don't know of any way to do this currently. So my suggestion would be to file a feature request: https://github.com/fusionauth/fusionauth-issues

    • danD

      java.sql.SQLTransientConnectionException seen

      postgres exception error • • dan
      5
      0
      Votes
      5
      Posts
      4.2k
      Views

      C

      @civaxox259
      you fix you problem on `https://libroslara.com/libros/
      becouse i donde see any problem on tha page

    • danD

      Solved How can I get a new refresh token from FusionAuth?

      faq refresh token jwt login • • dan
      5
      0
      Votes
      5
      Posts
      11.2k
      Views

      danD

      @bboure You may be interested in this new feature from the 1.17.0 release, which allows for a sliding window of refresh tokens:

      Sliding Window Refresh Token Expiration. By default the expiration of a refresh token is calculated from the time it was originally issued. Beginning in this release you may optionally configure the refresh token expiration to be based upon a sliding window. A sliding window expiration means that the expiration is calculated from the last time the refresh token was used. This expiration policy means that if you are using refresh tokens to maintain a user session, the session can be maintained as long as the user remains active. This expiration policy must be enabled at the tenant level, and may optionally be overridden by the Application JWT configuration.

    • danD

      My JWKS are always empty

      api jwks keys • • dan
      2
      0
      Votes
      2
      Posts
      3.0k
      Views

      danD

      Symmetric keys are not returned on the JWKS endpoint, as they don't have a public key. Per the docs this api:

      returns public keys generated by FusionAuth, used to cryptographically verify JWTs using the JSON Web Key format

      If you create an RSA or EC key which is an asymmetric key pair - the public key will be returned on the JWKS endpoint. If you don’t have any key pairs configured , it will be empty. Out of the box, you’ll only have one HMAC key which we don’t publish in JWKS.

    • danD

      Kickstart and lambdas and newlines

      kickstart lambda • • dan
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      danD

      Can you use an include for the function body? For example: (where myLambda.ftl is your Lambda function in a folder named lambdas)

      "lambda":{ "body": "@{lambdas/myLambda.ftl}", }

      That should preserve your line returns if you include it that way. Hope that helps!

    • A

      OAUTH login pages in React

      • • admin 1
      6
      0
      Votes
      6
      Posts
      909
      Views

      danD

      ah, thanks for explaining.

      I can't see any way to do this. The behavior of these grants are outlined in the RFC, so are pretty limited in flexibility. It looks like auth0 allows something similar to this, so I'm guessing it's not against the spec.

      I looked through some code and didn't find support for that. Can you please file an feature request outlining your use case? https://github.com/fusionauth/fusionauth-issues

    • C

      This topic is deleted!

      • • cepahap854
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • P

      Improved IdP configuration for logging in

      • • peter.babinec
      2
      1
      Votes
      2
      Posts
      307
      Views

      danD

      Hi @peter-babinec ,

      Thanks for looking at the existing issues. I'd say that #178 is close too. Here's our general statement on our roadmap.

      Based on the number of votes that these issues have, we can't commit to a near term solution for you.

      Your options:

      engage us via a professional services agreement to build this feature out. We're happy to give quotes after discussing requirements. build out a custom login interface using the login API, which will let you control the UI/UX entirely.

      Regarding your second suggestion:

      Also it would be nice to provide "more options" button on the login screen for accessing other login methods (e.g. using email and password) even though the user is configured to login via specific IdP.

      Please file a feature request, as I don't think that use case is covered by any existing request.

      Hope this helps.

    • E

      idP initiated SSO [missing redirect uri] error

      • • eric
      5
      0
      Votes
      5
      Posts
      1.5k
      Views

      E

      Thanks! I appreciate it.

      I will keep track using the link, and i'll thumbs up the issues.

    • E

      Save email option

      • • eric
      4
      0
      Votes
      4
      Posts
      846
      Views

      danD

      Ah, great. So unfortunately, since this feature request is open, the functionality hasn't been built yet, but is on the roadmap. Here are your options to influence the roadmap:

      https://fusionauth.io/community/forum/topic/172/the-fusionauth-roadmap

    • danD

      Notification of changes to FusionAuth

      changes notification security • • dan
      3
      0
      Votes
      3
      Posts
      1.5k
      Views

      danD

      If you'd like APIs to automatically log to the audit log, without additional calls to the Audit Log API, please vote for this issue: https://github.com/FusionAuth/fusionauth-issues/issues/507

    • M

      Custom email verification w/ FusionAuth

      • • max
      2
      0
      Votes
      2
      Posts
      339
      Views

      danD

      I think you want skipVerification set to true.

      From the docs:

      Whether or not email verification should be skipped or not. In some cases, you might want to verify User’s emails and in other cases you won’t. This flag controls that behavior.

    • A

      Mastering in Elasticsearch

      elasticsearch • • aartiyadavpersonal
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      danD

      I'd start at https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html and read the reference documentation.

      HTH.

    • danD

      Question about dev/staging and databases

      environments development staging • • dan
      4
      0
      Votes
      4
      Posts
      1.3k
      Views

      danD

      Hmmm.

      Here's an issue tracking digitalocean database issues--some managed databases don't work right now: https://github.com/FusionAuth/fusionauth-issues/issues/95

      The number of open connections should be around 10. I believe that is per fusionauth instance.

      What were the specs you were seeing the issues with?

      what version of fusionauth how many pods running it what version of postgres what size were the pods (in terms of memory and CPU) what are the replication steps to trigger the negative performance impacts

      We've seen FusionAuth (the application) run in 64M of RAM. You can specify the maximum amount of memory used in the configuration file or via environment args. More here: https://fusionauth.io/docs/v1/tech/reference/configuration

      Note that if you don't need advanced search functionality, you can use the database search engine and avoid running elasticsearch: https://fusionauth.io/docs/v1/tech/tutorials/switch-search-engines talks about how to switch between them. That may eliminate some of the memory pressure if you were running elastic.