Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,055 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to read a sharepoint list using the graph api and I get the following error message ""ClientSecretCredential authentication failed: Method 'GetHttpClient' in type 'Azure.Identity.HttpPipelineClientFactory' from assembly 'Azure.Identity, Version=1.10 .3.0, Culture=neutral, PublicKeyToken=92742159e12e44c8' does not have an implementation.""
I tried to update to version 1.10.4.0 without success
Can you share the Graph API request along with code snippet used for making this call?
As per error it states that clientID and clientSecret authentication is not working. Please refer this documentation for using MS Graph with SharePoint.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".