check permission

Glenn Maxwell 10,146 Reputation points
2021-07-06T15:56:47.673+00:00

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>

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,214 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,593 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,661 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,168 questions
0 comments No comments
{count} votes

Accepted answer
  1. MichaelHan-MSFT 18,016 Reputation points
    2021-07-07T02:01:12.39+00:00

    Hi @Glenn Maxwell ,

    It's the different permission scopes. Actually, the url starts with http://sharepoint/content/, you should not replace sharepoint with your tenant name.

    SharePoint supports four different permission scopes. You could refer to this article for more: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/add-in-permissions-in-sharepoint

    112366-image.png

    If you do not recall what permissions you have given, you could regranted the permission through the url https://contoso.sharepoint.com/sites/TeamSite01/_layouts/15/appinv.aspx. It will override the permission you have given before.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful