Skip to content
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

How to log into local team foundation server. #20

Closed
staticcat opened this issue Aug 13, 2015 · 6 comments
Closed

How to log into local team foundation server. #20

staticcat opened this issue Aug 13, 2015 · 6 comments

Comments

@staticcat
Copy link

The examples on the main page show how to log into visual studio online. What is the process for logging into an uploading a task for use on an team foundation server local installation?

I am currently stuck at logging into the tfs local machine with the command tfx login. Even using basic auth fails to log me in.

@teddyward
Copy link
Contributor

Are you using version 0.1.9 of the npm module? We added support for on prem yesterday.

@teddyward
Copy link
Contributor

I assume you've gone through the process of enabling basic creds for your local installation. There's a little guide here:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/96aa6738-6f01-4015-8c59-25215cc84897/enable-alternative-credentials-in-tfs-on-on-premises?forum=tee

@bryanmacfarlane
Copy link
Contributor

As Teddy noted, support was added yesterday for in prem for basic auth. ntlm coming in a month or so

@staticcat
Copy link
Author

Just to be clear for others that might come across this:

  • Basic Auth needs to be added to the TFS Website under IIS
  • Basic Auth needs to be added to the TFS virtual directory under IIS
  • Other Auth types are allowed to remain and don't need to be removed (under IIS for both website and virtual directory)
  • The prompt "Enter collection url" requires the full url to the collection in question, even if it is the default collection.
  • The prompt "Enter username" requires the domain and user name to be entered in the format "user@domain"

@staticcat
Copy link
Author

@teddyward and @bryanmacfarlane thanks for the help on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants