Which LDAP Membership Provider should I choose for ASP.NET MVC 4 Enterprise Application

1.3k Views Asked by At

I'm starting an enterprise application that claims authentication using Active Directory users data. It will be like a Frontend Controller for every service that request company's and workers personal information, like SOA's style. But I need to decide which is the appropiate for this task.

Does anyone has utilized any of these somewhere? I appreciate any help given.

I've consulted several sources, mainly the Nuget Package Manager official website page for LDAP Membership Providers. These are quoted:

  • nJupiter.DataAccess.Ldap
  • Craig's Utility Library LDAP Namespace
  • LINQ to LDAP
  • Zetetic.Ldap
  • OGD LDAP Active Directory Providers
1

There are 1 best solutions below

0
On

Before selecting an ldap provider, look at the native support that is built into .net

See the msdn documentation for There are two ways around this limitation - see the MSDN docs on DirectorySearcher for details: http://msdn.microsoft.com/en-us/library/system.directoryservices.directorysearcher(v=vs.110).aspx