devopshq / tfs

Microsoft TFS API Python client
https://devopshq.github.io/tfs/
MIT License
110 stars 28 forks source link

401 Client error : Unauthorized error when using HttpNegotiateAuth in IIS 10 #87

Open valicherlasmk opened 4 years ago

valicherlasmk commented 4 years ago

when using in local its working fine @ondrno

SAnCherepan commented 4 years ago

@valicherlasmk

  1. What version of TFS do you use?
  2. What kind of credentials do you supply: login+password or token?
valicherlasmk commented 4 years ago

@SAnCherepan

  1. TFS version 16.131 2.Windows authentication (Not passing credentials)
SAnCherepan commented 4 years ago

@valicherlasmk, unfortunately I do not have a TFS2018 instance at hand to test that auth method myself.

Could you please share a small code sample that reproduces your issue? Keep out any sensitive data.