Sharepoint Online add-in security
john_francisco
Partner, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Registered Posts: 1 Partner
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.
Answers
-
Hi !
Yes it is possible to use this permission without having tenant authority.