LDAP login Auth for nopCommerce
credit by @brechtb86 and project https://github.com/dsbenghe/Novell.Directory.Ldap.NETStandard
The plugin use LDAP directly to check the identity without setting the "Windows Authentication" in IIS.
If you want to integrate into IIS,should do setting as following:
- Enable Windows authentication on your webserver(IIS)for nopcommerce application.
- Change forwardWindowsAuthToken in web.config to true.
How to find the AD user by LDAP filters? #2