nerdexam
Microsoft

MS-600 · Question #187

You need to build a daemon app that polls Microsoft Graph to get all user information. You register and configure the app in Azure Active Directory (Azure AD). Which three actions should you perform…

The correct answer is B. Pass a bearer token in the authorization header and call the Microsoft Graph API. D. Get an access token. E. Provide the admin consent URL to a global administrator in Azure AD. https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-daemon-overview https://docs.microsoft.com/en-us/graph/auth/auth-concepts

Build apps with Microsoft Graph

Question

You need to build a daemon app that polls Microsoft Graph to get all user information. You register and configure the app in Azure Active Directory (Azure AD). Which three actions should you perform next? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • AGet the consent of each user.
  • BPass a bearer token in the authorization header and call the Microsoft Graph API.
  • CGet an ID token.
  • DGet an access token.
  • EProvide the admin consent URL to a global administrator in Azure AD.

How the community answered

(45 responses)
  • A
    7% (3)
  • B
    84% (38)
  • C
    9% (4)

Explanation

https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-daemon-overview https://docs.microsoft.com/en-us/graph/auth/auth-concepts

Topics

#daemon app#client credentials flow#admin consent#bearer token

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice