Search code examples
visual-studio-2008tfsactive-directorytrust

TFS Authentication from another Domain


I need to have access to TFS from another domain. The problem is the following:

TFS --> domain A (main company domain)

Visual Studio --> domain B (development domain)

Domain A does not allow a trust between the 2.

Another solution would be to configure external authentication on TFS but it seems to require SSL an I don't have an SSL certificate.

Does anybody know a workaround?

Thanks!


Solution

  • You can always create a self signed SSL certificate and apply that to TFS. Once you have that, it isn't hard to tell windows to trust that certificate.

    Use SelfSSL form the IIS Resource Kit to create the certificate. Then load the certificate into your root certificates store. This blog explains it step by step.