AZ-204 · Question #245
You are developing an Azure App Service REST API. The API must be called by an Azure App Service web app. The API must retrieve and update user profile information stored in Azure Active Directory…
The correct answer is A. Microsoft Graph API B. Microsoft Authentication Library (MSAL). A: You can use the Azure AD REST APIs in Microsoft Graph to create unique workflows between Azure AD resources and third-party services. Enterprise developers use Microsoft Graph to integrate Azure AD identity management and other services to automate administrative workflows…
Question
Options
- AMicrosoft Graph API
- BMicrosoft Authentication Library (MSAL)
- CAzure API Management
- DMicrosoft Azure Security Center
- EMicrosoft Azure Key Vault SDK
How the community answered
(29 responses)- A72% (21)
- C17% (5)
- D7% (2)
- E3% (1)
Explanation
A: You can use the Azure AD REST APIs in Microsoft Graph to create unique workflows between Azure AD resources and third-party services. Enterprise developers use Microsoft Graph to integrate Azure AD identity management and other services to automate administrative workflows, such as employee onboarding (and termination), profile maintenance, license deployment, and more. B: MSAL is needed to get the tokens and pass it in Graph API request. https://docs.microsoft.com/en-us/graph/azuread-identity-access-management-concept-overview
Topics
Community Discussion
No community discussion yet for this question.