What Microsoft Graph permissions are required for app installation?

Updated today

โ€ข

1 min read

The application requests permission to sign users in and read their profile, read the names and descriptions of teams and channels, and maintain access to data the user has granted it. In particular:

  • For OneDrvie/Sharepoint Personal: User.Read, Files.Read
  • For OneDrvie/Sharepoint Team: User.Read, Files.Read.All
  • For sign-in via Microsoft and access based on the teams channel: User.Read, Team.ReadBasic.All, Channel.ReadBasic.All

Was this page helpful?