The Organizational Unit (OU) Access Control feature allows administrators to restrict access to the AD Group Manager Web application based on users’ specific Organizational Units in Active Directory. This provides an additional layer of security and access management.
How OU Access Control Works
Basic Concept
Users can only log in to the application if their Active Directory account is located in one of the predefined Organizational Units
Administrators can specify multiple allowed OUs
Users outside these OUs will be denied access, even with valid credentials
Configuration Steps
1. Locate the Configuration File
Open the appsettings.json file located in the application’s wwwroot folder.
2. Define Allowed OUs
Add an AllowedOUs section to specify which Organizational Units can access the application: