Valid 70-535 Dumps shared by ExamDiscuss.com for Helping Passing 70-535 Exam! ExamDiscuss.com now offer the newest 70-535 exam dumps, the ExamDiscuss.com 70-535 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-535 dumps with Test Engine here:
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 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?
Correct Answer: A
Explanation/Reference: Explanation: Azure Active Directory (Azure AD) B2C tenants tend to be very large. This means that many common tenant management tasks need to be performed programmatically. A primary example is user management. You might need to migrate an existing user store to a B2C tenant. You may want to host user registration on your own page and create user accounts in your Azure AD B2C directory behind the scenes. These types of tasks require the ability to create, read, update, and delete user accounts. You can do these tasks by using the Azure AD Graph API. References: https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-devquickstarts-graph- dotnet