Perform CRUD operation on SharePoint online using raw REST API

john john Pter 1,065 Reputation points
2024-04-22T20:28:43.56+00:00

I have created an Azure App Registration, and I got these info:-

  1. Client ID
  2. Tenant ID
  3. Certificate Thumbprint
  4. Certificate Password
  5. PFX certificate

now how i can use that info inside my console application to authenticate to SharePoint online site collection to perform CRUD operation on its lists? i do not want to use any external libraries such as PnP SDK... i want to perform raw calls inside my C# console application. any advice?

Thanks

Microsoft 365 and Office | SharePoint | Development
Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.