2

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

Faizan Fayaz
  • 540
  • 5
  • 16
  • How to login using AD? why do you need that, what is the scenario you are addressing, please elaborate more and add what you have tried and did not work. – TiyebM Aug 17 '18 at 06:55
  • I want to validate a username and password using AD when users tries to login. I couldn't find any example or packages in android studio – Faizan Fayaz Aug 17 '18 at 06:57
  • I will suppose that the AD is on a Microsoft machine you are connected with over LAN! am I right?, i.e instead of authentication against DB/Google / facebook, you want to accept only users from your LAN, because there is no AD on Android device, are we on the same page?, because if that is the case, you need to change this question title. – TiyebM Aug 17 '18 at 08:06
  • Yes you are correct. How do i do that in Android studio. – Faizan Fayaz Aug 17 '18 at 09:23

1 Answers1

1

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.

TiyebM
  • 2,684
  • 3
  • 40
  • 66