Microsoft Exam Questions

You need to retrieve the user’s name and email address …

You are building an Azure Web App that uses Azure Active Directory B2C for identity. The app will use social
providers such as Facebook, Microsoft Account, and LinkedIn. The Web App has a customized home page
that is based on the user’s name. The Web App does not function if the user’s name cannot be retrieved.
You need to retrieve the user’s name and email address when they authenticate with one of the supported
identity providers.
What should you do?

A.
Perform a Graph API query of the identity provider.

B.
Query the underlying Active Directory provided by Azure Active Directory.

C.
Retrieve the values from the Scope of the authentication request.

D.
Inspect the Claims in the authorization token.