Faizan Fayaz
Faizan Fayaz

Reputation: 568

How to validate username and password using Active Directory or LDAP in Android studio

I want to implement the validate ID and password using AD or LDAP but couldn't find any example or package. How do i implement this in Android studio

Upvotes: 1

Views: 3546

Answers (1)

user3408531
user3408531

Reputation:

As I understand your question, you can find the answer here, you can also take a look at some third party libraries like ADAL, Auth0, ioplex.

Upvotes: 1

Related Questions