how to get Facebook profile picture using Azure AD B2C
问题 I am using MSAL.js and could successfully sign-in/sign-up users in Azure AD B2C using Facebook as identity provider. The problem is that after sign-in I cannot retrieve user's profile picture. Azure AD B2C returns an object identifier which has no tie to user's Facebook id. 回答1: Using custom policies, you can retrieve the picture field for the Facebook user and then issue a picture claim in the ID token, as follows. 1: Complete the Azure Active Directory B2C: Get started with custom policies