'MicrosoftIdentityAppCallsWebApiAuthenticationBuilder' does not contain a definition for 'AddMicrosoftGraph' and no accessible extension method 'AddMicrosoftGraph'
Answers
Smith
2890
Points
78
Posts
|
I think you are missing package import. To use Graph API in asp.net core project you should add nuget Microsoft.Identity.Web.MicrosoftGraph (for v1.0) or Microsoft.Identity.Web.MicrosoftGraphBeta (for beta version). In ConfigureServices add this:
Posted On:
10-Oct-2024 04:44
thanks. - Priya 17-Oct-2024 21:42
|
Priya
1194
Points
33
Posts
|
Thanks, it was worked as some package related issue resolved.
Posted On:
17-Oct-2024 21:42
|
Blog
Active User (0)
No Active User!