Authenticate users from an active directory in an Android application using LDAP

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?

+4
source share

All Articles