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

      Shared Users

      General Discussion
      • • • john.porter
      7
      0
      Votes
      7
      Posts
      4.3k
      Views

      danD

      @utahtwo I tried that and was unable to make it work a few months back. @joshua filed an issue here: https://github.com/FusionAuth/fusionauth-issues/issues/1532

      The simplest solution if you are self hosting is to run a different instance of FusionAuth on a different port against a different database. I've done that successfully.

    • B

      registration question sendSetPassword flow

      General Discussion
      • • • bergraan
      7
      0
      Votes
      7
      Posts
      868
      Views

      joshuaJ

      @bergraan,

      One more note:

      You will want to ensure you are using the client_id on the URL.

      To that end, after discussing with the team, I think your URL's may be broken:

      Example good URL --> http://localhost:9011/password/change/<code>?<tenan_id> Example bad URL --> http://localhost:9011/password/change/<code>?client_id=<client_id>&<tenan_id>

      should be
      ⬇ ⬇ ⬇

      Example good URL --> http://localhost:9011/password/change/<code>?tenantId=<tenant_id> Example bad URL --> http://localhost:9011/password/change/<code>?client_id=<client_id>&tenantId=<tenan_id>

      I hope this helps!

      Thanks,
      Josh

    • R

      Solved Configuration Fails

      Comments & Feedback
      • • • reece.temple
      7
      0
      Votes
      7
      Posts
      2.0k
      Views

      joshuaJ

      @reece-temple!

      Sorry to hear that you are still having trouble!

      When you say that you have tried locally, does that mean that you having installed FusionAuth via FastPath install files?

      Thanks,
      Josh

    • R

      Installing FA on my website

      General Discussion
      • • • richb201
      7
      0
      Votes
      7
      Posts
      2.5k
      Views

      M

      I recently embarked on the journey of integrating FusionAuth into my website, inspired by a discussion in the FusionAuth community forum

    • M

      Lambda how can we get the ID Token and Access Token?

      Q&A
      • • • matthew.frost
      7
      0
      Votes
      7
      Posts
      1.7k
      Views

      danD

      Hey folks, I think I spoke too soon with my response 14 days ago. I misunderstood and assumed the id_token was available. There is a token on the reconcile lambda, but it is the access_token, not the id_token. My apologies.

      That said, there is some work happening on issue 323 that you probably want to track: https://github.com/FusionAuth/fusionauth-issues/issues/323 (a comment or two way at the bottom). It's not finished yet, but we're looking at ways to make the id_token available to the open id connect reconcile lambda.

    • Y

      LDAP connector resets User Registrations

      Q&A
      • • • yb98
      7
      0
      Votes
      7
      Posts
      2.0k
      Views

      danD

      @jared GitHub issues are the right place for feature requests, thanks!

      There's an 'additional context' section for feature requests, and you can feel free to link back to these forum posts. That can help enrich the discussion when the eng team reviews requests to prioritize them.

      Cheers!

    • M

      How to get populated user.data after user registraion.

      Comments & Feedback
      • populate jwt lambda webhook registration • • muravyov.alexey
      7
      0
      Votes
      7
      Posts
      8.3k
      Views

      danD

      @muravyov-alexey Thank you!

    • M

      patchUser respond 404 from webhook on user.registration.create event

      Comments & Feedback
      • • • muravyov.alexey
      7
      0
      Votes
      7
      Posts
      7.2k
      Views

      M

      @joshua

      FA version 1.31.0
      typescript-client-1.32.1

    • F

      Unsolved tokeninfo 400 response during Complete the Google Login

      Q&A
      • • • fela
      7
      1
      Votes
      7
      Posts
      1.8k
      Views

      M

      BTW I have successfully implemented Facebook social login using Complete Facebook Login api which is actually the same endpoint/api as of Complete google login but with a different identity provider value. It's quite a weird behavior that that api is working with facebook but not with google. šŸ˜ž

      Could you guys please take a look over it? Or I am missing something in case of google login if it needs some configuration.

    • M

      Hakari CP DB Settings?

      General Discussion
      • • • matt 1
      7
      0
      Votes
      7
      Posts
      822
      Views

      joshuaJ

      @matt-1 said in Hakari CP DB Settings?:

      That said, it seems they are because we haven't seen the DB timeouts in 6 FusionAuth environments in over 2 weeks now.

      Hi @matt-1 Yes, I believe that I misunderstood your question. I believe that you are correct.

      Josh

    • F

      Unsolved Wrong logout URL being returned ?

      Q&A
      • • • francis.ducharme
      7
      0
      Votes
      7
      Posts
      4.2k
      Views

      F

      @dan said in Wrong logout URL being returned ?:

      @francis-ducharme What is your setting for logoutBehavior for each application config? All applications or redirect only?

      By default it is 'all applications' which means that FusionAuth, on logout, will call each application's logout url (to ensure that the user is logged out of all applications). It does this via an iframe, so I'd expect both to be requested. https://fusionauth.io/docs/v1/tech/guides/single-sign-on#configure-the-applications-in-fusionauth has a bit more.

      I'm not sure why you are ending up at localhost for the dev app, though.

      That was it. All my application's logout behavior were set to "All Applications". "Redirect" only made it so the browser doesn't get redirected to "localhost".

      Thanks!

    • M

      Crash After Upgrade from 1.32.1 to 1.35.0

      General Discussion
      • • • matt 1
      7
      0
      Votes
      7
      Posts
      623
      Views

      joshuaJ

      @matt-1

      I would assume that is the issue - but let us know if otherwise

      Josh

    • U

      SAML Idp Initiated Failure

      General Discussion
      • • • utahtwo
      7
      0
      Votes
      7
      Posts
      1.6k
      Views

      robotdanR

      @utahtwo Currently this requires two different configurations. We initially tried to do it all within one IdP, but each mode requires different configuration and has unique security constraints. It seemed simpler for all involved to make them separate IdP configurations.

      If there is a use case that breaks due to this design decision, please open a GitHub issue and outline the use case so we can better understand your needs. Thanks!

    • A

      [ExternalAuthenticationException]AppleIdToken

      General Discussion
      • • • akash
      7
      1
      Votes
      7
      Posts
      621
      Views

      A

      @joshua

      I have inserted the code and id_token in the API call as you mentioned and
      My logs had been cut off, The following are the complete logs,

      Apple IdP Response Debug Log [13d2a5db-7ef9-4d62-b909-0df58612e775] 7/7/2022 12:18:37 PM GMT Validate the provided [id_token] value [eyJraWQiOiJmaDZCczhDIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL2FwcGxlaWQuYXBwbGUuY29tIiwiYXVkIjoiY29tLnJldm9sdXRpb25jYXJzLmRlbW8iLCJleHAiOjE2NTcyODI1NzcsImlhdCI6MTY1NzE5NjE3Nywic3ViIjoiMDAwNzA1LjQ5YTA5ZjYyNTMyNjRhMDNhYTQ5N2ExYTlhYzI3MDY5LjE0MTciLCJhdF9oYXNoIjoiWTRsTVlESkRITHdteldpc3FzbTY2ZyIsImVtYWlsIjoiZ2FuZXNobW9vcnRoeTU5OTlAZ21haWwuY29tIiwiZW1haWxfdmVyaWZpZWQiOiJ0cnVlIiwiYXV0aF90aW1lIjoxNjU3MTk2MTU5LCJub25jZV9zdXBwb3J0ZWQiOnRydWV9.aK7dDZdZSue6gCpmba0YL8PVX2qkbru-4DE0NNNBKBKnqN2uFmwgbcjYRqb-jj4UIKCibDcUSsd4mbD9wRHK4o8rH8M_ZCBdgJ8cIr1sx8JTQ7M1BOSyap7GsxWzPdR_stCJn7xWBeUulRtpWdemj-H3_6DwMQak0E4IG2ZxAdTwmTz464FGynmbmXQaKBqqLJP5WXFagLHZNFZeCd9Tr458B3__KGcPni912IwHLl1Yhhn-oqLm7RU5Ck5iTPZfvW2oZwljtdilCONVzXHsyHnL0hPZcvzrlxWXxXhljpg_VeuS-M53amL2JgAQRjloFARBqfRWW3zt5qdRYVYl1w] 7/7/2022 12:18:37 PM GMT Decode the [id_token]. 7/7/2022 12:18:37 PM GMT Assert the [iss] claim is equal to [https://appleid.apple.com]. 7/7/2022 12:18:37 PM GMT Assert the [aud] claim is equal to [com.revolutioncars.demo]. 7/7/2022 12:18:37 PM GMT Calculate the [c_hash] to ensure the integrity of the provided [code] value []. 7/7/2022 12:18:37 PM GMT The [id_token] integrity check failed. Expected a [c_hash] of [null] and found [47DEQpj8HBSa-_TImW-5JA].
    • P

      Fusionauth crashes after search for users

      General Discussion
      • • • paul.fink
      7
      1
      Votes
      7
      Posts
      749
      Views

      P

      @dan I did not have FUSIONAUTH_APP_MEMORY set so it was just at the default value.
      I upped the value to 1gb when the container had 1gb and it no longer crashed with out of memory errors however the container would still die then restart. Not seeing any logs for it.
      I tried making the value smaller than 1gb but it behaved the same. I then upped the container to 2 gb of memory and set FUSIONAUTH_APP_MEMORY to 1gb. Now it seems to be working ok and not crashing. Is there some further performance tuning that I can do on it?

    • D

      Unsolved About azure AD v2 vs v1 and FusionAuth

      Q&A
      • • • devops 0
      7
      1
      Votes
      7
      Posts
      18.5k
      Views

      D

      While I understand this topic has been previously discussed, I believe it's still relevant due to the similarity in my use case.

      I'm currently integrating Discord login into my application using the OpenID Connect identity provider. My goal is to implement a custom user experience that doesn't rely on FusionAuth's hosted login pages.

      As mentioned in previous discussions, the current documentation doesn't provide a way to pass the PKCE code_verifier when requesting the "Complete an OpenID Connect Login" endpoint.

      I'd like to propose two improvements:

      Allow passing code, code_verifier (optional), and redirect_uri in the request payload. This would provide a more flexible and allow the usage of PKCE;

      Allow passing an access token directly. This would eliminate the need for FusionAuth process the exchange step, similar to how Facebook's identity provider works (for example). This would probably also require the configuration of an endpoint to fetch the user email or username.

      As a side note, since discord access_token is not a JWT I believe this cannot be done using the "External JWT" identity provider.

      Hope you can help me with this.
      Thanks!

    • D

      Unsolved Cannot setup the first administrator account

      Q&A
      • • • dadastakecrypto
      7
      1
      Votes
      7
      Posts
      1.7k
      Views

      danD

      @vvicazz That's great news!

    • N

      Email Client Password Not Saved

      Comments & Feedback
      • • • nick 1
      7
      0
      Votes
      7
      Posts
      1.8k
      Views

      danD

      @nick-1 Thanks for sharing your step by step process. I know that AWS throttles port 25 on all EC2 instances, but am not sure about Fargate/ECS: https://aws.amazon.com/premiumsupport/knowledge-center/ec2-port-25-throttle/

      Perhaps that was the issue?

    • A

      Unsolved Issuing Signature failed tokens

      Q&A
      • jwt signatures elliptical • • aleksandr.vits-rimer
      7
      1
      Votes
      7
      Posts
      2.9k
      Views

      A

      Created the github issue - https://github.com/FusionAuth/fusionauth-issues/issues/1795

    • P

      Unsolved Searching user with multiple application

      Q&A
      • • • prawee
      7
      0
      Votes
      7
      Posts
      2.4k
      Views

      P

      @joshua okay thank you for reply.