I am trying to give access to group of domain users (like All Developers) to team web access. I am able to add them to readers in team web access but when users try to access team web access it does not work. When I add users individually it works.
2 Answers
There is a job on the TFS server that expands these AD groups. It might take a while for that to happen if the group hasn't been synchronized to TFS before. The default update frequency is 1hr and can be configured in the web.config on the TFS Application Tier by setting it to a lower valueit will take less time for the user to appear.
Restarting the TFS server/services on the application tier will also trigger a refresh of the registered groups and users.
If the user was very recently added to this group, he might need to lock/unlock his windows session to make sure Windows updates the group membership. Alternatively logging off and back on should also update the client.

- 106,458
- 22
- 256
- 341
Tell them to reboot their computer (the developer). That always seems to work for me when I change somebodies AD groups and it's not taking effect quickly enough.

- 22,069
- 2
- 47
- 62
-
When I add developers individually it works but when I add them in there domain group like AllDevelopers its doesnot work – will Dec 18 '13 at 14:55