microsoft-graph-docs
microsoft-graph-docs copied to clipboard
Documentation for the Microsoft Graph REST API
``` C# var result = await publicClientApplication.AcquireTokenByIntegratedWindowsAuth(scopes).ExecuteAsync(); ; // get the token and return it in your own way return Task.FromResult(result.A); ``` Can't be correct. But I have the strong...
Updated documentation to reflect the deprecation of the Education Sync Profile APIs
[Enter feedback here] Is there is a limit on no of Key credentials that can be added using the service principal in MS graph, in reference to the question: https://stackoverflow.microsoft.com/questions/356692...
Fixing a bug in the docs.
I cannot get this Graph PowerShell commandlet to work. The error in the issue subject line appears with every attempt. Using the -debug parameter did not provide any additional information...