Calling SharePoint Online API using Azure AD App-Only permissions using Certificate Auth

Sending
User Review
0 (0 votes)

Below are the steps we need to follow to call SharePoint Online API through a Console App (C#). The first step is to register an Azure AD app. Provide appropriate SharePoint API Permissions As the console app would run in the background we opted for Application Permissions. For testing, we opted for Sites.FullControl.All permission. Also, … Continue reading “Calling SharePoint Online API using Azure AD App-Only permissions using Certificate Auth”