Azure Active Directory/Ldap use inside web-app
问题 We are currently testing azure 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>