Jasmine
Jasmine

Reputation: 5326

Authentication mechanisms for Windows Application

I would like to know what are all the possible ways we can use authentication mechanism in windows application ? Which is the best and optimized way in multi server scenario (I mean multi tier).

Also please give me link of how to use LDAP for authentication (If I am not wrong).

I am looking for something like Windows/Forms/Passport which exists for ASP.NET

Thanks in advance. It will be great if you can make me understand with a small possible code example too....

Upvotes: 2

Views: 2638

Answers (1)

MethodMan
MethodMan

Reputation: 18843

Divine here is an awesome example plus code that you can download in how to create / test basic LDAP User, Password and Domain download the code make the changes to fit your environment and step through the code via the Debugger and learn what each piece is doing. You should be able to get the hang of this rather quickly.

Authentication against Active Directory and Edirectory via LDAP

Upvotes: 1

Related Questions