Graph API App permissions in Azure Active Directory

Copper Contributor

Hello Everyone,

I need to get data from SharePoint Online list. So, I have created Microsoft Graph API app in Azure portal. There is a API permission under the Microsoft Graph app. So I have given the Site.ReadWrite.All permission. I need to give only lists permission instead of site permission.

Kindly check below  screenshot,

SS.PNG


Can anyone help me with the same?

1 Reply
Don't have experience in that specific area, but I know that this is possible with custom permissions
https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/set-custom-permissions-on-a-list-by-using...