Hi All
i have a team site. using the below urls i have created Azure App Registration and provided permissions.
https://contoso.sharepoint.com/sites/TeamSite01/_layouts/15/appregnew.aspx
https://contoso.sharepoint.com/sites/TeamSite01/_layouts/15/appinv.aspx
for the permission i dont recall what permissions i have given in Apps Permission Request XML. how do i check what permissions i have given.
in the below Apps Permission Request XML what is the difference between http://contoso/content/sitecollection and http://contoso/content/sitecollection/web/list and http://contoso/content/sitecollection/web/
<AppPermissionRequests AllowAppOnlyPolicy="true">
<AppPermissionRequest Scope="http://contoso/content/sitecollection/web/list"
Right="Write" />
</AppPermissionRequests>
