Microsoft
MS-600 · Question #213
You plan to develop an Azure web app that will use the Microsoft Graph API to access Microsoft 365 data on behalf of a user. You need to establish an authorization flow between the web app and…
The correct answer is B. In the code of the web app, use the Microsoft Authentication Library (MSAL) library and delegated C. Create an Azure AD application and a client secret. See the full explanation below for the reasoning.
Question
You plan to develop an Azure web app that will use the Microsoft Graph API to access Microsoft 365 data on behalf of a user. You need to establish an authorization flow between the web app and Microsoft 365. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Options
- ACreate an Azure AD application and upload a certificate.
- BIn the code of the web app, use the Microsoft Authentication Library (MSAL) library and delegated
- CCreate an Azure AD application and a client secret.
- DUse the MakeCert tool to create a certificate.
- EIn the web app code, use the Microsoft Authentication Library (MSAL) library and application
How the community answered
(47 responses)- A6% (3)
- B74% (35)
- D15% (7)
- E4% (2)
Community Discussion
No community discussion yet for this question.