Hi! Anyone using linkedin social sign in ? If I leave default scopes I can see on the front end callback url an error "Scope r_emailaddress is not authorized for your application",
if I set the new scopes to [ 'openid', 'profile', 'email' ], after signin on the /singinup call I see on the backend:
error Error: Received response with status 403 and body {"serviceErrorCode":100,"message":"Not enough permissions to access: GET /me","status":403}
at Object.
(...../node_modules/supertokens-node/lib/build/recipe/thirdparty/providers/utils.js:100 :19)
at Generator.next (
)
at fulfilled (....../node_modules/supertokens-node/lib/build/recipe/thirdparty/providers/utils.js:51:36)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
digest: undefined
}
it's a new verified app with the "Sign In with LinkedIn using OpenID Connect" product enabled.