Azure-PowerShell-Snippets icon indicating copy to clipboard operation
Azure-PowerShell-Snippets copied to clipboard

Fix for authentication dialog and headers

Open dnewsholme opened this issue 6 years ago • 0 comments

Fix for auth headers not being parsed due to missing method AquireToken

Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext now has a method called AquireTokenAsync for .NET Core. So use this method instead.

dnewsholme avatar Feb 19 '19 22:02 dnewsholme