FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. raphaelmcgee
    3. Best
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by raphaelmcgee

    • RE: Linkedin identity provider

      @dan
      Hi Dan,
      This is the latest event log message i've been getting.

      Request to the [https://www.linkedin.com/oauth/v2/accessToken] endpoint failed.
      Status code [401]

      Error response is
      {
      "error" : "invalid_client",
      "error_description" : "Client authentication failed"
      }

      Identity provider is setup like this:
      e40eb26c-eea4-44d9-abad-ee29fec450fc-image.png
      Reconcile lambda is setup like mentioned in the GitHub link above.
      Client id / secret match the one provided in linkedin.
      One thing I dont really understand is the scope field. In the tutorial it wants scope named r_emailaddress and r_profilelite but on the linked in page its named something else.
      23286102-efab-4c9f-8cf4-70c16637dd31-image.png

      posted in General Discussion
      R
      raphaelmcgee
    • RE: Linkedin identity provider

      @dan
      Hi, not really sure what docs you are referring to, I followed the guide from your site (https://fusionauth.io/docs/v1/tech/identity-providers/linkedin). If your referring to the picture showing the scopes, that is from the linkedin developer app auth page. The event log is also posted above. Ill paste it here again.

      Request to the [https://www.linkedin.com/oauth/v2/accessToken] endpoint failed.
      Status code [401]

      Error response is
      {
      "error" : "invalid_client",
      "error_description" : "Client authentication failed"
      }

      posted in General Discussion
      R
      raphaelmcgee