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…
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)- A11% (4)
- B3% (1)
- C5% (2)
- D81% (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
Community Discussion
No community discussion yet for this question.