Dear all,
I am using below XML for my app
<AppPermissionRequests AllowAppOnlyPolicy="true">
<AppPermissionRequest Scope="http://sharepoint/content/tenant" Right="FullControl" />
<AppPermissionRequest
Scope="http://sharepoint/taxonomy"
Right="Write" />
<AppPermissionRequest
Scope="http://sharepoint/content/sitecollection"
Right="FullControl" />
</AppPermissionRequests>
My doubt is as i am having full access to the tenant do i need to have any other extra permission to update the user profile services and other search related operation? and in admin perspective if i want to see the permission XML for requested app how i can see it, and how i can overwrite permission XML for app seeking more then necessary permission please suggest.
Thanks,
Shiva