nerdexam
Microsoft

MS-600 · Question #16

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets have…

The correct answer is B. No. For your app to access data in Microsoft Graph, the user or administrator must grant it the correct permissions via a consent process. Application permissions can only be consented by an administrator. https://docs.microsoft.com/en-us/graph/permissions-reference

Plan and configure a Microsoft Teams environment

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are developing a new application named App1 that uses the Microsoft identity platform to authenticate to Azure Active Directory (Azure AD). Currently, App1 can read user profile information. You need to allow App1 to read the user's calendar. Solution: In the code of App1, dynamically request the Calendar.Read permission from the Microsoft Graph API. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(39 responses)
  • A
    26% (10)
  • B
    74% (29)

Explanation

For your app to access data in Microsoft Graph, the user or administrator must grant it the correct permissions via a consent process. Application permissions can only be consented by an administrator. https://docs.microsoft.com/en-us/graph/permissions-reference

Topics

#Microsoft identity platform#Azure AD permissions#app registration#consent

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice