I want to authenticate users in an Android application using credentials from the active directory from my server. I have an LDAP path and a domain name. Is there a way to get the credentials from the active directory using the android application and authenticate the user? If so, how?
source
share