Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for authentication dialog and headers #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 19, 2019

  1. Fix for Acquire Token

    Method invocation failed because [Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext] does not contain a method named 'AcquireToken'.
    
    Issue when trying on PS 5.1 with Az module. The [Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext]::AquireToken() no longer exists as method and has been replaced with [Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext]::AquireTokenAsync() for PS Core compatibility.
    dnewsholme authored Feb 19, 2019
    Configuration menu
    Copy the full SHA
    8944072 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from dnewsholme/dnewsholme-patch-1

    Fix for Acquire Token
    dnewsholme authored Feb 19, 2019
    Configuration menu
    Copy the full SHA
    8fc8812 View commit details
    Browse the repository at this point in the history