Umbraco 7.5.0+ comes with a built-in IBackOfficeUserPasswordChecker
for Active Directory:
Umbraco.Core.Security.ActiveDirectoryBackOfficeUserPasswordChecker.
So like the above docs, instead of setting up your own
IBackOfficeUserPasswordChecker, you can just use
Umbraco.Core.Security.ActiveDirectoryBackOfficeUserPasswordChecker and
then specify your AD domain in your web.config:
Umbraco 7.5+ and Active Directory Auth: How to?
Hi,
Is there a better documentation about AD authentication? Thank you
This is a bit unclear.
https://github.com/umbraco/UmbracoDocs/blob/master/Reference/Security/index.md
is working on a reply...