Android-iPhone-rahul
Android-iPhone-rahul

Reputation: 447

How to use LDAP authentication in our app in android?

I want to add LDAP authentication in our application. I have searched and found two apps on Github, but they don't connect to server. What is a necessary condition to connect the server through ldap?

Upvotes: 3

Views: 17997

Answers (2)

jwilleke
jwilleke

Reputation: 11026

Look into the UnboundID SDK. They have an kit for Android.

Source code for the app is available from UnboundID in their LDAP SDK.

Upvotes: 4

Benjamin RD
Benjamin RD

Reputation: 12034

You can find and example of authentication with ldap in this example and the android usage here

Upvotes: 1

Related Questions