Authentication Scheme
Last modified: 20 April 2023TeamCity supports the following authentication schemes:
Default Authentication (cross-platform): A database of users is maintained by TeamCity. New users are added by the TeamCity administrator (in the administration area section) or they can register themselves if the
<free-registration allowed="true" />
tag is specified.NT Authentication (Windows platforms only): This scheme requires that the TeamCity server is installed on Windows 2000, Windows XP or Windows Server 2003, however Authentication Settings was introduced in TeamCity 3.1. All NT domain users that can log on to the machine running the TeamCity server, can also log in to TeamCity using the same credentials. i.e. to log in to TeamCity users should provide domain and user name (DOMAIN\username) and their domain password.
LDAP Authentication (cross-platform): Authentication is performed by directly logging into LDAP with credentials entered into the login form.
note
NT and LDAP authentication are only available in TeamCity Enterprise Edition. If the Professional Edition is configured to use NT or LDAP authentication builds will not run.
Thanks for your feedback!