Azure-PowerShell-Snippets
Azure-PowerShell-Snippets copied to clipboard
Fix for authentication dialog and headers
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.