Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have created an app, i want to grain the scope of r_liteprofile and r_emailaddress inorder to get the access token. i have tried everything as per the linkedin documentation, but no result. Have anyone faced this issue recently. Suggest me solution
Thank you in advance!!

What I have tried:

Tried everything as per the documentation
Posted

1 solution

These scopes were deprecated by Linkedin. This is the reason you can't find them. Unfortunately, there's no answer we can give that will help you here.

The LinkedIn login is deprecated; updating to the new scopes is necessary! - Auth0 Community[^]
 
Share this answer
 
v2
Comments
NDZSreedevi 26-Mar-24 4:46am    
is there any alternate solution to access them?
Richard Deeming 26-Mar-24 5:13am    
No.
Pete O'Hanlon 26-Mar-24 5:13am    
What you're probably going to be looking for is OpenIDConnect (OIDC). This sits on top of OAuth, and gives you access to authenticate and gather profile information. See https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin-v2 for further information.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900