-
Notifications
You must be signed in to change notification settings - Fork 70
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
Cannot get the access token, AcquireTokenAsync returned null #47
Comments
Fixed it by adding [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 to our script |
Have same problem! tested from version 2.0.1.5 and forward all with same result!! |
Can you please test with the new version? updated the adal.net dll |
I'm still seeing the same issue with the current version. |
Any updates on this issue? |
Second what MarchingBug is saying here! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since saturday the 21st we are receiving the error "Cannot get the access token, AcquireTokenAsync returned null" while there were no changes on our side.
We are using the username/password combination and are using the powershell cmd to schedule a refresh of the dataset every night. Any idea what could be wrong?
The text was updated successfully, but these errors were encountered: