TFS 15 preview support
TFS 15 Preview has just been released and catlight is unable to authenticate against it. I suppose this is due to changes in the REST API, now accepting Bearer tokens as well as NTLM authentication.
TFS 15 Preview has just been released and catlight is unable to authenticate against it. I suppose this is due to changes in the REST API, now accepting Bearer tokens as well as NTLM authentication.
New authentication scheme triggered a known problem in .Net Core - http://catlight.helprace.com/i90-integrated-windows-authentication-does-not-work-for-some-tfs-servers
As a workaround you can try to provide username and password when connecting. Just make sure that you include domain in a username like this: "mydomain\user"