user3616544
user3616544

Reputation: 1073

Access TFS in another domain

I need to access TFS outside the domain. I thought that I can publish the TFS through WAP, but it seems that TFS does not support the authentication used by ADFS. Any other idea on how to do this? Thanks.

Upvotes: 0

Views: 586

Answers (1)

Andy Li-MSFT
Andy Li-MSFT

Reputation: 30412

TFS does not support ADFS, there is a user voice here, you can go and vote it up or summit a new user voice to achieve it in future.

However, to access TFS outside the domain you can try below items:

  • Try to provide access to TFS over a virtual private network (VPN).
  • Try to provide access to TFS through a reverse proxy such as Microsoft Internet Security and Acceleration (ISA) Server.
  • Try to host your TFS server on an extranet.

You can reference this article : Providing Internet Access to Team Foundation Server

Besides, you can use Visual Studio Online, connecting remotely is a good option. And if you are doing any cloud work it integrates nicely.

This link (http://msdn.microsoft.com/en-us/library/ms252507(v=vs.100).aspx) from Microsoft describes various domain \ work group combos for your reference.

Upvotes: 2

Related Questions