Sharepoint Online add-in security

john_francisco
Level 1
Sharepoint Online add-in security

trying to use token authentication within SharePoint Online add-in; directions say to create client id and permissions at tenant-level; I do not have tenant authority; I need to know if it is possible to create client id and permissions at Site Collection-level using the following permissions for the client id:

<AppPermissionRequests AllowAppOnlyPolicy="true">
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection" Right="FullControl" />
</AppPermissionRequests>

Thanks in advance for any tips or suggestions.

 

0 Kudos
1 Reply
AlexB
Dataiker

Hi !

Yes it is possible to use this permission without having tenant authority.

0 Kudos