Posted by: Pdfprep
Post Date: October 10, 2021
What is the default permission scope when you request an access token by using MSGraphClient?
A . User.Read
B . People.Read.All
C . People.Read
D . User.Read.All
Answer: D
Explanation:
By default, the service principal has no explicit permissions granted to access the Microsoft Graph. 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). Explanation:
Reference: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-msgraph
Leave a Reply