nerdexam
Microsoft

MS-600 · Question #64

You are developing an application that will use Microsoft Graph. You attempt to retrieve a list of the groups in your organization by using a URI of https://graph.microsoft.eom/vi.0/groups on behalf…

The correct answer is C. Configure the application to use application permissions. D. In the permission request for the application, request the Group. Readwrite. All permission. https://docs.microsoft.com/en-us/graph/permissions-reference

Build apps with Microsoft Graph

Question

You are developing an application that will use Microsoft Graph. You attempt to retrieve a list of the groups in your organization by using a URI of https://graph.microsoft.eom/vi.0/groups on behalf of the user. The application fails. The diagnostic logs show the following information:

  • An HTTP 403 Forbidden status code
  • An Authorization_RequestDenied error code
  • The following error message: "Insufficient privileges to complete the

operation. You need to ensure that the application can retrieve the list of groups. The solution must use the principle of least privilege. Which two actions should you perform? Each correct answer presents part of the solution. NOTE; Each correct selection is worth one point.

Options

  • AIn the permission request for the application, request the Group. Read. All permission.
  • BGrant tenant admin consent for the Group.Read. All permission.
  • CConfigure the application to use application permissions.
  • DIn the permission request for the application, request the Group. Readwrite. All permission

How the community answered

(43 responses)
  • A
    16% (7)
  • B
    12% (5)
  • C
    72% (31)

Explanation

https://docs.microsoft.com/en-us/graph/permissions-reference

Topics

#Microsoft Graph permissions#HTTP 403#application permissions#group API

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice