For quite some time, with Provider Hosted apps having Tenant scoped permissions, end users are getting the below issue while debugging and installing the app on their site.
Even if the logged in user is the Global Administrator as well as Site Collection Administrator and also the user has Full Control of this Site, it displays the same error.
AppManifest Details:
<
AppPermissionRequests
AllowAppOnlyPolicy
=
"true"
>
<
AppPermissionRequest
Scope
=
"http://sharepoint/content/sitecollection/web"
Right
=
"FullControl"
/>
<
AppPermissionRequest
Scope
=
"http://sharepoint/social/tenant"
Right
=
"FullControl"
/>
</
AppPermissionRequests
>
Please follow the below steps to mitigate this issue while running the app in debug mode: