I'm trying to set up TeamCity with Windows Authentication but can't find any documentation about configuring a TeamCity to only allow login for a specific AD-group, is that possible?
Asked
Active
Viewed 1,018 times
1 Answers
2
This is not possible with Windows Domain authentication. Try TeamCity LDAP authentication instead which is more capable and supports AD. It still can require some effort and trial and error approach to configure correctly. Here is an example of allowing only a single AD group to login.

Yaegor
- 1,771
- 9
- 12
-
Great, thank you. Will see if I will use it thought. Used a worked around where all users only got project view rights as defaults instead which works as good for now. – Tomas Jansson May 29 '12 at 06:58