I setup a clean website in VS 2017 targeted 4.7.2 .Net framework
Installed Umbraco 8.6.0 (I was able to login at this point)
Run the steps to setup Active Directory authentication
The website does mention that if the username entered in the login screen does not already exist in Umbraco then ActiveDirectoryBackOfficeUserPasswordChecker() does not run. Umbraco will fall back to the default authentication. but now I can not even log in (I was able to login using default UmbracoDefaultOwinStartup)
Umbraco 8.6.0 Active Directory Authentication
I followed the steps described on this page: https://our.umbraco.com/documentation/Reference/Security/authenticate-with-AD
But have not been able to make Active Directory.
The website does mention that if the username entered in the login screen does not already exist in Umbraco then ActiveDirectoryBackOfficeUserPasswordChecker() does not run. Umbraco will fall back to the default authentication. but now I can not even log in (I was able to login using default UmbracoDefaultOwinStartup)
Has anyone made this to work?
A good read here: https://shazwazza.com/post/configuring-azure-active-directory-login-with-umbraco/
I am not using Azure. I have set a connection to an LDAP server in the config file.
I ended up using https://github.com/Bitmapped/UmbBackofficeMembershipProvider with a few modifications to make it work with 8.6.0
Hi, can you please guide me on how to implement LDAP login in Umbraco
is working on a reply...