cancel
Showing results for 
Search instead for 
Did you mean: 

App Service Access Management for SharePoint CRUD - MS Graph API

kantasit
Level 2

I'm using the Microsoft Graph API to manage files (create, read, update, delete) within a SharePoint drive. What's the best way to control access for my App Service? Here's what I'm considering:

  • Delegated Permissions vs. Application Permissions: Which is more suitable for my scenario?
  • Delegated Permissions: If this is the way to go, how do I properly assign the required identity to the App Service? Can I use a system user?

Additional Notes: I'm relatively new to Azure administration, so any guidance is much appreciated!



------------------------------
Kantasit
------------------------------
1 REPLY 1

naveed_raza
Level 7

for Sharepoint go with Application permission , sharepoint infrastructure team can create the app id, tenant id and client secret . Which you can use to get the access token to call other endpoints