Home > Net >  Windows Authentication for Orchard Core 1.2
Windows Authentication for Orchard Core 1.2

Time:02-10

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:

  •  Tags:  
  • Related