can i connect newly installed LDAP server on ec2 instance with Azure AD

0

Hello, recently i am facing one challenge while migrating on application to AWS env. Use case is like I have Azure AD set up already bt we cant directly access it due to it seems like it does not support LDAP , so we were thinking to have config like to creating new LDAP server on linux instance in AWS and somehow sync up the Azure AD with it and then use those LDAP server credentials in my Application. But after some try I am not able to find a proper way to achieve this, I am wondering if anyone can help me with that or at least suggest is it possible or not, if not what can be an alternate way to achieve this.

1개 답변
0

You are correct that Azure AD does not support LDAP directly. However, you can achieve your goal by using Azure AD Domain Services (AAD DS), which provides a managed domain service with LDAP support.

https://learn.microsoft.com/en-us/azure/active-directory-domain-services/tutorial-configure-ldaps

  • First, you need to enable AAD DS for your Azure AD directory.
  • Configure a VPN or ExpressRoute connection
  • Once you have the network connection established, set up your LDAP server on the AWS EC2 instance to use Azure AD Domain Services as a backend. Use the AAD DS domain and credentials to configure your LDAP server.
profile picture
전문가
답변함 일 년 전
  • Thanks for the reply :) what i understood is,

    1. first I need to configure Azure AAD for my already created AD
    2. then I need to connect my Azure network with vpc of AWS account where I need to set up LDAP server and configure it to use Azure AAD as a backend

    Can you please share any references to achieve this step 2 and step 3? i will really appreciate..

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠