Skip to content

Instantly share code, notes, and snippets.

@BasantPandey
Created September 23, 2018 18:23
Show Gist options
  • Save BasantPandey/4a5cdfd5d9bb87655ebe79b10cdf1e60 to your computer and use it in GitHub Desktop.
Save BasantPandey/4a5cdfd5d9bb87655ebe79b10cdf1e60 to your computer and use it in GitHub Desktop.
SharePoint App Permission request file for tenant full control
<AppPermissionRequests AllowAppOnlyPolicy="true">
<AppPermissionRequest Scope="http://sharepoint/content/tenant" Right="FullControl" />
<AppPermissionRequest Scope="http://sharepoint/social/tenant" Right="Read" />
<AppPermissionRequest Scope="http://sharepoint/taxonomy " Right="Read" />
</AppPermissionRequests>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment