How to configure Site.Selected API permissions – SharePoint Online / PnP PowerShell

Sending
User Review
0 (0 votes)

Let us add/ update the API Permissions for the App More on registering App – https://nishantrana.me/2024/07/30/calling-sharepoint-online-api-using-azure-ad-app-only-permissions-using-certificate-auth/ Here we have selected the Sites.Selected permission. Also granted the Admin consent. Now if we run our code we will get the 403 Forbidden error. This is because we have selected the Sites.Selected permission, but have not specified the … Continue reading “How to configure Site.Selected API permissions – SharePoint Online / PnP PowerShell”