Search code examples
asp.netapilinkedin-apiazure-ad-b2c

Access API Linkedin with B2C user


I have created a B2C tenant with an user flow that contain a linkedin way for connect. In my ASP.NET website, i want to display linkedin's informations of the user connected.

In my research, i have seen different way to make this but it is possible only with custom policy and i need to know if in 2020, there is a solution or not, to get user info by linkedin.

Thank you in advance.


Solution

  • Sounds like passing an access token through a user flow to your application can be useful. With the access token the application will be able to call the LinkedIn API directly.