-
I'm trying to make a call using the Microsoft Graph SDK using application permissions instead of delegated. According to the information for version 1.2.0 I should be able to add .WithAppOnly after Request(), but I get an error message because .WithAppOnly doesn't exist. I'm guessing there is something simple I'm missing, but I haven't been able to find anything beyond the link below on this topic. |
Beta Was this translation helpful? Give feedback.
Answered by
jmprieur
Jul 21, 2021
Replies: 1 comment 1 reply
-
@mattbanes : did you reference Microsoft.Identity.Web.MicrosoftGraph or Microsoft.Identity.Web.MicrosoftGraphBeta to your project? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mattbanes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mattbanes : did you reference Microsoft.Identity.Web.MicrosoftGraph or Microsoft.Identity.Web.MicrosoftGraphBeta to your project?