-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
I am getting unauthorized_scope_error | Scope "r_liteprofile" is not authorized for your application
very sporadically with linkedin oauth-2. This is very weird as there's no r_liteprofile
in the linkedin developer's console. It only has basicprofile
, r_emailaddress
, rw_company_admin
and w_share
. Is this a pre-known issue ? Not getting any footprint online.
Linkedin is pushing the control to https://www.linkedin.com/oauth/v2/authorization?client_id=817pm189a9zxnp&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fauth%2Flinkedin%2Fcallback&response_type=code&scope=r_basicprofile&state=cea1676704da0832326304c1da6ee80eabc79463da80ac1d
which has r_liteprofile
while on linkedin console I'm clearly only requesting r_basicprofile
.
Metadata
Metadata
Assignees
Labels
No labels