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