LinkedIn Integration Scopes don't match

I think there is a bug in the LinkedIn Connection if you are using the latest LinkedIn Oauth2 from their developer portal.

This is the URL that is generated from the Social Connection button within the Auth0 Login Widget:

https://www.linkedin.com/oauth/v2/authorization?login_hint=&response_type=code&redirect_uri=https%3A%2F%2Fauth-dev.opportunityzonedeals.com%2Flogin%2Fcallback&scope=r_liteprofile&state=AUMLFx65lGe-kg3d6SO2THm1V8vbRe9U&client_id=78yt1id1fa9ycp

Note that the scope is ‘r_liteprofile’. However, the current scopes provided by LinkedIn (under the Auth menu when you create an app) is ‘open’, ‘profile’, and ‘email’. I’m getting an access denied error the the “r_” scopes but if I change the to the correct scopes, the url works. What am I missing?

2 Likes

Adding this here for future reference:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.