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…
Continue Reading Nishant Rana’s Article on their blog
How to configure Site.Selected API permissions – SharePoint Online / PnP PowerShell
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…
Blog Syndicated with Nishant Rana’s Permission