tags:

views:

261

answers:

1
+2  Q: 

TFS security

Anyone have information on hardening/configuring TFS for secure environments?

+3  A: 

TFS uses windows authentication, so it's as secure as your network is. I suggest you also check out resources on hardening network security.

Team Foundation Server Security Concepts

Team Foundation Server Security Architecture

Team Foundation Server Security for Users and Groups

Securing Team Foundation Server with HTTPS and Secure Sockets Layer (SSL)

Troubleshooting Team Foundation Server Permissions and Security

If you haven't looked at it already, TFS comes with a command line security tool, TFSSecurity.exe

Mitch Wheat
Thanks, these will do nicely.
AviD