-
Bug
-
Resolution: Fixed
-
Medium
-
None
-
3.0.8
-
Windows 10 x64 Pro
SourceTree 3.0.8
Git for Windows 2.19.1
Git Credentials Manager 1.18.2
Azure DevOps (aka Visual Studio Online, aka Visual Studio Team Services)
-
Severity 2 - Major
SourceTree fails to connect to Visual Studio Team Services when the new Azure DevOps URL is in use.
Using "*https://dev.azure.com/ACCOUNT*" fails with error "Authentication failed" when using "Refresh Personal Access Token".
Using "*https://ACCOUNT.visualstudio.com*" works fine. (this is the old domain, new accounts are not using this URL anymore)
Capturing packets using FIDDLER I noticed that when using "https://dev.azure.com/ACCOUNT*" SourceTree tries to connect to "*app.vssps.visualstudio.com" instead of the given URL.
When using " https://ACCOUNT.visualstudio.com", SourceTree connects properly to that URL.