In this article you will see how to generate access token using pfx certificate using C# .NET Here we are using async await method, as executes in async. The scope has to be in this format “https://resourceurl/.default” Note: All the values should be fetched from Configuration. I am hardcoding above for demo purpose. You can […]

Access SharePoint Online List using Microsoft Graph SDK
In this article, we are going to see how to access SharePoint Online List using Microsoft Graph SDK. Just a quick synopsis about Graph SDK: Microsoft Graph SDK is used to write quick and simple code which invokes Microsoft Graph API to access Microsoft Cloud service resources such like SharePoint Online, One Drive, Exchange, etc., […]