odedbd
09/28/2023, 12:50 PMr_emailaddress
instead of email
PR attached
https://github.com/supertokens/supertokens-node/pull/703
The other issue is that after I've got the token I still cannot get /me
, instead I'm getting an error Not enough permissions to access: GET /me
Although I have the permissions in my App/Authrp_st
09/28/2023, 1:17 PMsattvikc
09/28/2023, 2:01 PMsattvikc
09/28/2023, 2:02 PMsattvikc
09/28/2023, 2:03 PM{
config: {
name: "Linkedin OpenID",
thirdPartyId: "custom-linkedin",
clients: [
{
clientId: "...",
clientSecret: "...",
scope: [
'openid',
'email',
],
}
],
oidcDiscoveryEndpoint: "https://www.linkedin.com/oauth/"
}
}
odedbd
09/28/2023, 2:03 PMNot enough permissions to access: GET /me
odedbd
09/28/2023, 2:04 PMsattvikc
09/28/2023, 2:04 PMsattvikc
09/28/2023, 2:04 PModedbd
09/28/2023, 2:05 PModedbd
09/28/2023, 2:06 PModedbd
09/28/2023, 2:19 PModedbd
09/28/2023, 2:19 PMsattvikc
09/28/2023, 2:19 PM