I am using Oracle Apex v5.1 and application is using LDAP authentication. I have a separate 'Create new user' form in application which is inserting user details such as NT-IDs, privilege into a user table. Whenever user is logging to application, login password is been taken care by LDAP directory.
I want to know that is there any way to get user details such as full name, email address etc from LDAP directory instead of manual insertion into my user table? What query I can use, so that User name/Email id will automatically inserted into table once user has created in that Oracle Apex form. Please help. Thank you.