microsoft-graph-docs icon indicating copy to clipboard operation
microsoft-graph-docs copied to clipboard

Example for "Integrated Windows provider" has at least a typo

Open codewerfer opened this issue 2 years ago • 2 comments

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 fealing, the whole example doesn't work.

https://learn.microsoft.com/en-us/graph/sdks/choose-authentication-providers?tabs=CS#integrated-windows-provider


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

codewerfer avatar May 24 '23 08:05 codewerfer