Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS security

Tags:

security

tfs

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

like image 399
AviD Avatar asked Dec 31 '22 03:12

AviD


1 Answers

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

like image 70
Mitch Wheat Avatar answered Jan 08 '23 23:01

Mitch Wheat