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 Risposta
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
ESPERTO
con risposta un anno fa
  • 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..

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande