Hello, I'm facing an issue with LinkedIn auth, rec...
# support-questions-legacy
k
Hello, I'm facing an issue with LinkedIn auth, recently linkedin has made some changes regarding their APIs, which forced us to have one linkedin product in our linkedin APP which is the
Community Management API
and we can NOT have any other product along with it, such as the
Sign In with LinkedIn using OpenID Connect
so the permission in the scope are now different, and when i try to login using linkedin thirdPartyProvider, supertokens throws the following errors: 1.
'{"serviceErrorCode":100,"message":"Not enough permissions to access: GET-members /emailAddress","status":403}'
2.
'{"serviceErrorCode":100,"message":"Not enough permissions to access: GET /userinfo","status":403}'
i know supertokens need to get this info, but our linkedin app cant have these permissions if we want to use the
Community Management API
. so what can we do please?
2 Views