I wanted to know, if there is a way to just get the Windows username and password in Oracle application express(APEX) ?
Or if there way to get them from My domain active directory.
I wanted to know, if there is a way to just get the Windows username and password in Oracle application express(APEX) ?
Or if there way to get them from My domain active directory.
Use
APEX_LDAP
package to perform actions related to LDAP authentication. It allows authenticate, check if user is member of group and so on. You can setup Windows-integrated authentication (SSO). Also read about Oracle Access Control List (ACL).https://docs.oracle.com/cd/E59726_01/doc.50/e39149/apex_ldap.htm#AEAPI238