AD/LDAP groups
Our TeamCity setup authenticates via LDAP to our Active Directory. Is there a way that I can use the TeamCity API from inside a server-side plugin to query if the current user is a member of a particular AD group?
Please sign in to leave a comment.
Hi Donald,
The answer on your particular question is "no", but you can probably achieve what you want via TeamCity groups.
If you configure LDAP groups synchronization, there would be a corresponding TeamCity group for each LDAP group and checking for membership in TeamCity group can be done in a server-side plugin.
Hope this helps.
---
Maxim