Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 689 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 689 Bytes

EasyAD

Umbraco backoffice authentication based on Active Directory groups.

With this plugin you'll be able to manage your backoffice users based on Active Directory groups. The plugin adds a new Tree called 'AD Groups' to the 'Users' application, from there you can Add and Remove AD groups.

Build status

To use the plugin follow these steps:

  • Add it using Nuget (not yet published)
  • Update your web.config and replace the owin:appStartup appSetting value with:
<add key="owin:appStartup" value="ThumNet.EasyAD.Startup.UmbracoEasyADOwinStartup" />