Created
September 23, 2018 18:23
-
-
Save BasantPandey/4a5cdfd5d9bb87655ebe79b10cdf1e60 to your computer and use it in GitHub Desktop.
SharePoint App Permission request file for tenant full control
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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