App Permissions¶
This page describes the various Microsoft Graph and SharePoint API permissions that are used by the PanoramSP webpart.
Note
This component uses the User.Read permission to allow sign in to the required APIs.
Note
All of the below permissions will use Delegate Permissions, interacting with APIs as the logged in user. Therefore, a permission may say Files.ReadWrite.All,
but the app will only be able to interact with files that the user has access to.
| Permission | Purpose |
|---|---|
| User.Read | Sign in and read user profile. |
| User.Read.All | To view profile information and show manager on people displays. |
| People.Read.All | To view users information in people display. |
| Sites.Read.All | To view items in site collections for downloading. |
| Group.Read.All | To view groups when using audience targeting. |
| Files.ReadWrite.All | Import and Export of Web Part settings to JSON files in sites & user's OneDrive and to download items. |