nerdexam
Microsoft

MS-600 · Question #15

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. Microsoft Graph Calendars.Read allows the app to read events in user calendars. 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 are used by apps that run without a…

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: Add https://graph.windows.net/user.read to the list of scopes during the initial login request. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(50 responses)
  • A
    16% (8)
  • B
    84% (42)

Explanation

Microsoft Graph Calendars.Read allows the app to read events in user calendars. 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 are used by apps that run without a signed-in user present; for example, apps that run as background services or daemons. 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