nerdexam
Microsoft

MS-600 · Question #25

What is the default permission scope when you request an access token by using MSGraphClient?

The correct answer is D. User.Read.All. By default, the service principal has no explicit permissions granted to access the Microsoft However, if you request an access token for the Microsoft Graph, you get a token with the user_impersonation permission scope that can be used for reading information about the users…

Build apps with Microsoft Graph

Question

What is the default permission scope when you request an access token by using MSGraphClient?

Options

  • AUser.Read
  • BPeople.Read.All
  • CPeople.Read
  • DUser.Read.All

How the community answered

(37 responses)
  • A
    11% (4)
  • B
    3% (1)
  • C
    5% (2)
  • D
    81% (30)

Explanation

By default, the service principal has no explicit permissions granted to access the Microsoft However, if you request an access token for the Microsoft Graph, you get a token with the user_impersonation permission scope that can be used for reading information about the users (that is, User.Read.All).

Topics

#MSGraphClient#default permission scope#access token#Microsoft Graph

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice