Hello,
I need help with a similar functionality. I have a client who owns a custom application and wants to automate certain tasks that are currently performed manually.
The goal is for their application to access a SharePoint site or OneDrive to read and write files. Typically, to grant this access, I create an application in Azure, generate a secret, and assign the Sites.ReadWrite.All permission.
However, I want to restrict this access. I don’t want to grant the application full access to SharePoint, but rather limit it to a specific SharePoint site, allowing only the necessary actions.
How can I implement this restriction?
Thank you in advance for your help.
Published Mar 10, 2025
Version 1.0