Navigation

    FusionAuth
    • Login
    • Search
    • Home
    • Categories
    • Recent
    • Popular
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • R

      UNSOLVED workflow for self registration
      General Discussion • • richb201

      35
      0
      Votes
      35
      Posts
      442
      Views

      dan

      Hard to know exactly what's going on.

      I would try creating another tenant and seeing if the same SMTP settings fail. Then I'd try standing up a version with the very latest FusionAuth version and seeing if you see the same behavior.

      Also, do you have the same tenant smtp settings? That is under the "advanced" tab, then "smtp settings".

    • R

      invalid_redirect_uri
      General Discussion • • richb201

      32
      0
      Votes
      32
      Posts
      1864
      Views

      joshua

      @richb201

      The documentation says that this is optional. But not in my case.

      Can you elaborate on where you found this in the doc?

      The error should say missing "X-FusionAuth-TenantId"

      Can you elaborate on this?

      When I get back the "code" do I need to manually convert it to a token, or is this done automatically?

      You may want to review our OAuth guide. Using a OAuth2 flow, it is common to have two separate endpoints (authorize and token) to obtain access. The "code" is returned from FusionAuth and is used (in conjunction with a few other possible factors) to obtain an access token (in our typescript client, this is the client.exchangeOAuthCodeForAccessTokenUsingPKCE function)

      We do have a few tutorials as well, that show this in action (nodeJS tutorial being one of them)

      Lastly, for general housekeeping's sake, this thread is getting a bit long, with a few related posts clumped together. For future questions, if the question is unrelated to the posts immediately above, it might be good to open a new thread.

    • V

      Identity Provider with no email?
      Q&A • • valentin.alt.raltchev99

      29
      0
      Votes
      29
      Posts
      656
      Views

      robotdan

      In the next release we plan to add additional options for IdPs for account linking. In this up-coming release you should be able to do things such as:

      Use an IdP that only uses usernames (at your own risk) Modify or build an email address using a Lambda for any IdP (at your own risk) Modify or build a username using a Lambda for any IdP (at your own risk) Use an IdP that does not have a username or email address
    • R

      Login with Magic Link?
      General Discussion • • richb201

      29
      0
      Votes
      29
      Posts
      470
      Views

      dan

      But if I put these in the application, won't this be a security problem?

      If you put them in a javascript app, yes. But if they are in the php application only, then it'll be like a database password. Not really a security issue.

      You could also inject them as an environment variable or pull from a secrets manager; however you manage your database credentials, I'd suggest doing the same with the client id/secret.

    • R

      fusioAuth install is damaged?
      General Discussion • • richb201

      29
      0
      Votes
      29
      Posts
      436
      Views

      R

      @maciej-wisniowski That was done when we found that there was a bug in

      #FROM fusionauth/fusionauth-app:1.19.4

      and we replaced it with:

      FROM fusionauth/fusionauth-app:1.19.7

    • D

      Can't get by Maintenance Mode
      Q&A • • dtokarz1

      25
      0
      Votes
      25
      Posts
      2812
      Views

      dan

      🎆 🎆 🎆

      Awesome!

    • M

      SAML SSO for Mattermost using FusionAuth
      General Discussion • • misterjoj

      21
      0
      Votes
      21
      Posts
      330
      Views

      M

      thanks , I will do just that

      Best Regards,

    • S

      Performance issues even with a 8 Core + 32 gigs.
      Q&A • java performance • • sswami

      21
      0
      Votes
      21
      Posts
      279
      Views

      dan

      Thanks @sjswami , this duplicate ids issue is now resolved in 1.19.7. Appreciate you letting us know about it: https://github.com/FusionAuth/fusionauth-issues/issues/890

    • E

      Error after updating the password
      Q&A • • erick

      21
      0
      Votes
      21
      Posts
      402
      Views

      joshua

      @maciej-wisniowski

      Glad that you are able to figure it out. I am not sure if that qualifies as a bug, but definitely something to be aware of and might be worth calling out in our documentation.

      I believe that you should have email templates after a kickstart (at least the default ones). I can do some more testing to see if that same thing happens to me when I kickstart.

      Thanks,
      Josh

    • R

      where to find the /api/status response?
      General Discussion • • richb201

      17
      0
      Votes
      17
      Posts
      17244
      Views

      R

      solved. I needed to type DELETE.

    • R

      SOLVED Hosting on RDS
      General Discussion • • richb201

      17
      0
      Votes
      17
      Posts
      245
      Views

      dan

      Thanks awesome @richb201 !

      I'm glad you were able to sort it out!

    • N

      Trouble getting the user object post login
      Q&A • login python sessions user • • nishant

      16
      0
      Votes
      16
      Posts
      291
      Views

      A

      @dan Thank you for your support. Fixing the signature just saved me another couple of hours (also coming from https://fusionauth.io/blog/2020/07/14/django-and-oauth/) ^^

    • J

      SSO not working inside iframe
      Q&A • • joseantonio

      16
      0
      Votes
      16
      Posts
      3862
      Views

      joshua

      @joseantonio Glad to hear it!

    • C

      How to open identity provider directly?
      Q&A • • cepahap854

      15
      0
      Votes
      15
      Posts
      25916
      Views

      robotdan

      Related GitHub issue with details.
      https://github.com/FusionAuth/fusionauth-issues/issues/178

    • M

      Installation Problem
      General Discussion • • michael.collis

      15
      0
      Votes
      15
      Posts
      302
      Views

      M

      Hi,

      Thank you for this i have managed to get past the issue with the database i changed to to postgres SQL and it worked fine, I'm just to figure out if i can ass Exchange 2016 to this application so users are made to get a Auth code before they can logon to exchange.

      Thanks,

    • B

      LDAP LAMBDA
      General Discussion • • bradley.kite

      15
      0
      Votes
      15
      Posts
      203
      Views

      B

      In case anyone else would like to do the same, I have found a solution which I have detailed here:

      https://github.com/FusionAuth/fusionauth-issues/issues/822#issuecomment-680172776

    • X

      Problems logging in user through C# API call
      Q&A • • xan

      15
      0
      Votes
      15
      Posts
      241
      Views

      dan

      Thanks, that's great to hear!

      We have a long term project to overhaul the client libraries but it's on hold for right now. Appreciate the feedback.

    • D

      Multiple nodes sharing IP address?
      Q&A • • davidmw

      14
      0
      Votes
      14
      Posts
      201
      Views

      dan

      I wrote a guide for running fusionauth in a clustered/multi node setup: https://fusionauth.io/docs/v1/tech/installation-guide/cluster/

      The bug about the ip addresses being the same (which was only a display bug, not a functionality bug) was also addressed in 1.23.0: https://fusionauth.io/docs/v1/tech/release-notes/#version-1-23-0

    • N

      FusionAuth + NextAuth refresh tokens
      Q&A • • naughtly.keller

      14
      1
      Votes
      14
      Posts
      716
      Views

      joshua

      @naughtly-keller or @sander

      Not sure if one of you were the creator of this?

      https://next-auth.js.org/providers/fusionauth

      or if not, at the very least I wanted to pass along the additional info that is now available 🙂

      Thanks,
      Josh

    • K

      Error when trying to view users
      Comments & Feedback • • kazepworld

      13
      0
      Votes
      13
      Posts
      22517
      Views

      S

      @dan

      Hello,

      I am happy that I got the answer for my doubt by going through the conversation.

      thank you so much.

      Samo