Configuring Authentication Scheme
Last modified: 20 April 2023To change the authentication scheme:
Navigate to the file
<TeamCity Data Directory>
/config/main-config.xmlLocate section <auth-type>, or create, if it doesn't exist. Note that if authentication scheme is not specified, the default scheme is used.
Specify the login module by editing the
class
attribute of the <login-module>
tag. Example:<login-module class="jetbrains.buildServer.serverSide.impl.auth.NTLoginModule"/>
Specify the welcome message by editing the <login-description> tag. Example:
<login-description>Welcome to TeamCity, your team building environment!</login-description>
Specify the possibility to log in as a guest user. Example:
<guest-login allowed="true" />
Save changes.
See also:
Thanks for your feedback!
Was this page helpful?