Quantcast
Channel: Azure Active Directory forum
Viewing all articles
Browse latest Browse all 16000

Active Directory/Ldap use inside web-app

$
0
0

Hi there,

We are currently testing web-app functionality for our own apache application. The application works with non security, but the application itself needs direct active directory access via ldap.

Example settings inside the application:

<ldap>
    <connectionUrl>wehavenoidea:389</connectionUrl>
<roleBase>OU=AADDC Users,DC=ourdomain,DC=onmicrosoft,DC=com</roleBase>
    <userPattern>{0},OU=AADDC Users,DC=ourdomain,DC=onmicrosoft,DC=com</userPattern>
    <roleSearch>member={0}</roleSearch>
    <useIndirectLookup>1</useIndirectLookup>
    <indirectAdminDN>CN=AdminUser,OU=AADDC Users,DC=ourdomain,DC=onmicrosoft,DC=com</indirectAdminDN>
    <indirectAdminPassword>ourpassword</indirectAdminPassword>
    <indirectUserBase>DC=ourdomain,DC=onmicrosoft,DC=com</indirectUserBase>
    <indirectSearchFilter>sAMAccountName={0}</indirectSearchFilter>
    <rolemap>
      <role target="Admin">Admin</role>
      <role target="Accounting">Accounting</role>
    </rolemap>
  </ldap>

I have set up the app registration inside azure active directory with the required permissions. I can't find the connection url for the AD though. 

Does anybody here know how to set this up?

Kind regards


Viewing all articles
Browse latest Browse all 16000

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>