@dan
Thanks so much for your help. I'll keep an eye out on the git issue : )
Posts made by raphaelmcgee
-
RE: Linkedin identity provider
-
RE: Linkedin identity provider
@dan
Im already using the openid connect identity provider (see picture above). I've also tried the linkedin indentity provider you guys provide but that also doesnt work. -
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"
} -
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:
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.
-
Linkedin identity provider
I've been trying to setup a linkedin identity provider.
I've followed through the steps on https://fusionauth.io/docs/v1/tech/identity-providers/linkedin.
When trying to login with linkedin I get an error like so. (I dont think this is an issue with the setup)
I saw this github issue from a few years ago https://github.com/FusionAuth/fusionauth-issues/issues/34 and had a go but still no success.
Any ideas? (Lemme know if you need any more code snippets / screenshots)