Access LinkedIn API for a user authenticated with Azure AD B2C? -


a user logs in via azure ad b2c in mobile app using azure mobile services , approves linkedin app, is there way linkedin api fetch users image?

i don't seem info azure ad b2c. can somehow token linkedin via azure ad b2c use in app?

at time, azure ad b2c not support requesting scopes or information social identity providers.

azure ad b2c unable provide social idp's token can query social idp information.

you can request former in azure ad b2c feedback forum or vote existing ask on latter: return social idp's native access tokens app

that being said, you might able implement retrieve user's linkedin picture via custom policies. include profile-picture in claimsendpoint value of policy (see post reference: azure ad b2c linkedin claims provider) , map picture-url claim linkedin custom claim in azure ad b2c.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -