microsoft / azure-devops-intellij

IntelliJ IDEA plug-in for Visual Studio Team Services and Team Foundation Server (TFS)
MIT License
149 stars 95 forks source link

Unable to login via PAT or Kerberos on TeamFoundationServer OnPremise installation #486

Open julianess opened 2 years ago

julianess commented 2 years ago

Currently I'm using the plugin (version 1.162.0) inside WebStorm (version 2022.1). From organization side we switch from NTLM to Kerberos by default for our TFS onPrem installation. It seems that this plugin is no able to handle those authentication types correctly for onPrem installations. As NTLM authentication is removed from a growing amount of applications, Kerberos becomes more important. While debugging the plugin I found a TODO inside RestClientHelper.java telling that the plugin should definitely implement that because the current setup makes it impossible to use PAT for TFS onPrem installations.

julianess commented 2 years ago

@ForNeVeR or @burhan is there any chance to get onPrem installations to work with Kerberos / PAT, otherwise this plugin is useless for my company in a few weeks when NTLM will be shut down in our environment.