0

I am trying to connect our Azure Devops Server 2019 to our external Active Directory. I have no experience with LDAP, connecting to an AD or similar.

It should be possible for users to log on to the Azure DevOps Server with their AD credentials.

Unfortunately I cannot find a way to do this. Is this possible with LDAP? And if so, how? Are there any other possibilities besides integrating the Azure DevOps Server into the Active Directory domain (this will not be possible with us)?

I would be very grateful for any help!

Zordak
  • 1
  • 3

1 Answers1

0

I am afraid that Azure DevOps Server/TFS only supports AD. You need to add your Azure DevOps Server/TFS to your corporate domain, and establish trust between your corporate domain and the external domain.

enter image description here

You may take a look at the blog below:

http://blogs.agorainc.com/post/External-User-in-Team-Foundation-Server-(TFS)-with-Active-Directory.aspx

Cece Dong - MSFT
  • 29,631
  • 1
  • 24
  • 39
  • Thank you very much for your answer. I was afraid this was the only way it would work. Unfortunately the link you have provided is broken and I get a 500 server error. – Zordak Jun 05 '20 at 09:45
  • Hi Zordak, in the past I succesfully configured TFS 2017 on premises in a domain A trusted with a domain B; I succeed in login users from domain B. Now I'm trying to setup Azure DevOps Server 2019 update 1.1 with same domains A and B thats is the same configuration described by Cece Dong. Unfortunately I have problem already described here https://developercommunity.visualstudio.com/content/problem/1119427/how-resolve-error-some-or-all-identity-references.html. Coud you help me? Did you succeed in access to blogs.agorainc.com post? – Francesco Sclano Jul 20 '20 at 20:36
  • Found using https://cachedview.com/ that is http://web.archive.org/web/20191224143934/http://blogs.agorainc.com/post/External-User-in-Team-Foundation-Server-(TFS)-with-Active-Directory.aspx – Francesco Sclano Jul 20 '20 at 20:56