khaledfromvee_63013
12/21/2023, 1:11 PMCommunity 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?