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?
source
share