4
votes

I want to authenticate users in an android application using credentials from active directory from my company server.I have the LDAP path and the domain name.Is there any way to fetch the credentials from the active directory via an android app and authenticate the user? If yes then how?

1
No one has the reply? :-OAlexander

1 Answers

0
votes

Use this project that uses Azure AD and the ADAL library for authenticating the user and calling a web API using OAuth 2.0 access tokens.