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

      Unsolved workflow for self registration

      General Discussion
      • • • richb201
      35
      0
      Votes
      35
      Posts
      85.7k
      Views

      danD

      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".

    • D

      Can't get by Maintenance Mode

      Q&A
      • • • dtokarz1
      33
      0
      Votes
      33
      Posts
      116.5k
      Views

      I

      I rolled back and installed an elastisearch container. Added the SEARCH_TYPE in the fusionauth deployment and mapped a service to the same RDS DB and it stood up without an issue. Something screwy in the way Fusionauth is connecting to either Postgre or MySQL.

      I'm going to have to talk to sales as I want to enable the features temporarily to use it as a POC. Also so I can justify the cost per month for actual support beyond forums.

      Thank you for your time.

    • danD

      Meme thread

      General Discussion
      • • • dan
      33
      0
      Votes
      33
      Posts
      116.9k
      Views

      danD

      h74frvvu1owb1.png

    • R

      invalid_redirect_uri

      General Discussion
      • • • richb201
      32
      0
      Votes
      32
      Posts
      109.1k
      Views

      joshuaJ

      @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
      30
      0
      Votes
      30
      Posts
      66.8k
      Views

      T

      It looks like setting the email address in a lambda works for Facebook now (as of at least 1.41.2):

      if (!facebookUser.email) { user.email = facebookUser.id + '@no-email.facebook.com'; } 1/10/2023 10:10:33 PM Z Linking strategy [LinkByEmail] 1/10/2023 10:10:33 PM Z Resolved email to [] 1/10/2023 10:10:33 PM Z Resolved username to [null] 1/10/2023 10:10:33 PM Z Resolved unique Id to [115587478085870] 1/10/2023 10:10:33 PM Z Identity provider returned a unique Id [115587478085870]. 1/10/2023 10:10:33 PM Z A link has not yet been established for this external user. 1/10/2023 10:10:33 PM Z The user with the email address [] does not exist. 1/10/2023 10:10:33 PM Z Invoke configured lambda with Id [787cd34e-1618-4cd9-8156-936734cfe368] 1/10/2023 10:10:33 PM Z The lambda set or modified the initially resolved email. Email is now [115587478085870@no-email.facebook.com] 1/10/2023 10:10:33 PM Z Creating user: 1/10/2023 10:10:33 PM Z User is not registered for application with Id [e0da3f10-7efa-4a6b-95f8-fbf4894884b5] 1/10/2023 10:10:33 PM Z User has successfully been reconciled and logged into FusionAuth. 1/10/2023 10:10:33 PM Z Authentication type: FACEBOOK 1/10/2023 10:10:33 PM Z Authentication state: Authenticated
    • R

      Login with Magic Link?

      General Discussion
      • • • richb201
      29
      0
      Votes
      29
      Posts
      130.9k
      Views

      danD

      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.

    • E

      Blazor WASM auth

      Q&A
      • • • ethalacker
      29
      0
      Votes
      29
      Posts
      68.4k
      Views

      mark.robustelliM

      @cody Thank you for sharing!

    • R

      fusioAuth install is damaged?

      General Discussion
      • • • richb201
      29
      0
      Votes
      29
      Posts
      83.6k
      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

    • R

      Unsolved Proxy Configuration Warning help

      Q&A
      • • • ronn316
      28
      0
      Votes
      28
      Posts
      59.8k
      Views

      mark.robustelliM

      @ronn316 Thank you so much for sharing with the community and I'm glad you got it working for you!

    • M

      Unsolved First Log In Screen

      Q&A
      • • • Mike123
      27
      0
      Votes
      27
      Posts
      56.1k
      Views

      mark.robustelliM

      @mike123 Can you please try with a capital "S" vs lowercase "s?"

      php -S localhost:9012 -t public
    • A

      Solved How to setup OAuth properly

      Q&A
      • • • altear147
      23
      0
      Votes
      23
      Posts
      10.7k
      Views

      A

      @mark-robustelli

      Hello, sorry for away from this topic for a week due to my other ad hoc job,

      I've already solved this topic, it's not about setting on Fusionauth or google credential.

      but it's because I used google's client id on Fusionauth callback and
      after you told me to set applicationId in my Fusionauth admin then I used ApplicationId on google oauth's callback.

      that's why it kept return me client id is invalid.

      it was right under my nose, but I couldn't see it.

      Thank you for reply me, that's very helpful, It would take more time if you didn't help me.

    • J

      How do I call a Google API or retrieve the Google credentials?

      General Discussion
      • • • jacob 0
      22
      0
      Votes
      22
      Posts
      72.6k
      Views

      H

      Thank you for sharing.

    • M

      SAML SSO for Mattermost using FusionAuth

      General Discussion
      • • • misterjoj
      21
      0
      Votes
      21
      Posts
      76.7k
      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
      71.6k
      Views

      danD

      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
      61.0k
      Views

      joshuaJ

      @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

    • S

      Solved SSL certificate settings when hosted on Windows

      Q&A
      • • • Scot
      19
      0
      Votes
      19
      Posts
      2.1k
      Views

      mark.robustelliM

      @Scot Woo-hoo, glad you got rollin'!

    • I

      3rd Party Authentication

      General Discussion
      • • • it-contracts
      18
      1
      Votes
      18
      Posts
      7.8k
      Views

      I

      @mark-robustelli said in 3rd Party Authentication:

      @it-contracts Can you please share the OAuth settings you have for your application? In the Fusion Auth Admin UI select Applications. Select Edit or view for your application. Share the OAuth and JWT settings. Be sure to remove any sensitive information before posting here.

      I did not make any settings in JWT, so there is nothig there.

      In the OAUTH section here's what I have:

      Client Id - Id generated by fusionAuth. Client secret - Secret generated by FusionAuth. Client Authentication - Set to Required PKCE - Set to Not Required. Generate refresh tokens - Checked Debug enabled - Checked (No idea if this does anything in the Cloud configuration). URL validation - Set to Exact Match Authorized redirect URLs -http://localhost:8080/MyAppName/FusionAuthLogin Authorized request origin URLs - Not Set Logout URL - http://localhost:8080/MyAppName/FusionAuthLogout Logout behavior - Set To All applications Enabled grants - Checked "Authorization Code" and "Refresh Token" Require Registration - Checked

      That's it.
      Thank you Mark
      Rudy

    • R

      Manually verifying a JWT

      Q&A
      • • • raghebmichael
      17
      0
      Votes
      17
      Posts
      11.9k
      Views

      G

      @raghebmichael said in Manually verifying a JWT:

      Something is very wrong. I don't know if this is something anybody else is facing, but I changed to a RS256 key and used the public key on jwt.io and it is still invalid. I cannot validate a JWT outside of /api/jwt/validate. This is a really big deal to me to be able to do something as simple as validating. Please let me know if I am in error, but if I can't get this to work I cannot continue using fusionauth and that's a big bummer to me as I had high hopes for this service.

      b63ceaca-e17c-48e4-b7cc-fe757eff696f-image.png

      This is exactly what I was looking for to solve my problem.
      Thank you very much.

    • R

      where to find the /api/status response?

      General Discussion
      • • • richb201
      17
      0
      Votes
      17
      Posts
      30.5k
      Views

      R

      solved. I needed to type DELETE.

    • R

      Solved Hosting on RDS

      General Discussion
      • • • richb201
      17
      0
      Votes
      17
      Posts
      12.4k
      Views

      danD

      Thanks awesome @richb201 !

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