Active Directory / LDAP for .net5 MVC6 Application

I am trying to find a solution to connect to the LDAP / Active directory in order to authenticate the user on the .Net5 MVC6 web application . I saw that there is a solution called ADAL, but I want to use it without Azure. I am looking for a solution that is similar to System.DirectoryServices(only one that works with dnxcore50). could anyone make it work?

+4
source share
2 answers

At least a partial answer to your question comes from How to use an Active Directory application for ASP.Net 5 (MVC6) for an intranet

" Windows" ( ) [Authorize].

0

Identity LDAP/AD ( Forms based Auth),

https://www.asp.net/identity/overview/extensibility/overview-of-custom-storage-providers-for-aspnet-identity

.

, LDAP Auth : https://github.com/jesblit/ASPNET5-FormAuthenticationLDAP ( .NET Core)

, .

LDAP .net(dnxcore50), 4.5.1 (dnx451). , LDAP...

Active Directory- .Net Core 1.0, AD-Login, , LDAP-Access (PrincipalContext) PHP- Script , MVC-App POST POST ldap_connect ldap_bind.

0

Source: https://habr.com/ru/post/1621860/


All Articles