Login  Register

Re: Oracle Apex 20.1 LDAP authentication with Windows Active Directory

Posted by ErmanArslansOracleBlog on Jul 05, 2021; 10:33am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Oracle-Apex-20-1-LDAP-authentication-with-Windows-Active-Directory-tp9943p9945.html

You have multiple OUs. That's why you should search the whole domain (dn).

You may try the search filters mentioned in here -> https://stackoverflow.com/questions/40474904/how-can-i-authenticate-a-user-in-ldap-within-multiple-ou-with-variable-levels-in

This custom auth mentioned in the below thread seems like the last resort ->

https://community.oracle.com/tech/developers/discussion/2126587/ldap-authentications-across-multiple-ou-groups

Check this one as well -> https://oracle-base.com/articles/misc/oracle-application-express-apex-ldap-authentication

As far as I see, people prefer developing and placing their custom ldap mechanisms with Apex, using DBMS_LDAP.