In the legacy Orchard CMS, there was this module to integrate Windows Authentication to Orchard
https://github.com/moov2/Orchard.ActiveDirectoryAuthorization
"This module overrides the default authentication & authorization by using the currently logged in active directory user instead of requiring a user to authenticate using credentials"
I'm trying to use Orchard inside a domain with Active Directory.
- Is there anything similar for Orchard Core 1.2 ?
- How do I achieve Windows Authentication on Orchard Core 1.2 ?
CodePudding user response:
