User Management
This section contains information on how to configure user authentication mechanisms, their permissions and manage existing users. Review the following for additional information:
Authentication Mechanisms
On first install the QS will be configured for Windows authentication. To set up the QS to use an ADFS server, follow the "Installation and Configuration" guide using the section "ADFS". To use forms based authentication, disable all other authentication methods in IIS other than: Anonymous and Forms:
To use the authentication forms:
-
Check that the “authentication mode” setting in conceptQS/web.config file is set as follows:
This is the default setting.
-
Check that the Authentication settings are correct in IIS for Windows Authentication:
The conceptQS web application should have these authentication methods enabled:
- Anonymous Authentication
- Windows Authentication
All other authentication methods should be disabled.

-
To allow anonymous access to the conceptQS, edit the conceptQS web.config file and delete (or comment out) three lines:
If these lines are present then users will be required to login using their Windows credentials.
To use Azure AD, create the client application and add two new appSettings to the web.config found in the QS directory:
<add key=”ida:AzureClientId” value=”NewAzureADClientID (GUID)” /><add key=”ida:AzureAuthority” value=”AzureADAuthorityValue such as: https://login.windows.net/mytenant.onmicrosoft.com” />
The Netwrix Data Classification REST APIs also support Bearer based authentication, to enable this mode, add one further appSetting entry into the web.config file:
<key=”ida:AzureTenant” value=”Tenant Name such as: netwrix.com” />
In certain sections of the QS settings are split between Basic and Advanced. Users wishing to always see Advanced options can enable this by:
- Selecting their username from the footer of the application
- Clicking User Preferences
- Ticking Always Show Advanced Settings
- Clicking Save
Adding/Removing Users
Add or remove users at any time from the default Users screen.

Validate additional Windows users using Integrated Windows Authentication. Add additional non-Windows users only if you enable Non-Windows Authentication mode.
If you delete the only defined Super User, all security is removed and the QS administrative functions become unrestricted.
User accounts granted access to the REST APIs will still be restricted by their specific user permissions. A Superuser with REST API access will be able to run any API method, any normal user will be restricted by the same rules that govern the UI. Further API samples and documentation can be found at: /conceptQS/_api
Permission Management
To allocate granular permissions to a user (non-Super Users), select their username from the main grid.
Each tab contains a top level checkbox (“Allow Access”) which defines whether a user has access to each of the top level administrative areas.
When you enable an area, more granular permissions typically become available, such as:
- Within the Taxonomies area, you can assign permissions at a specific Term Set or Term branch level. View a full user permission summary (for all Term/Set level permissions) by selecting the View Taxonomy Permissions button.
- Within the Sources area, you can restrict a user’s access to specific source groups in the interface.
![]()
Taxonomy Permissions Summary:
![]()
You can restrict permissions for a user to the following areas:
- Sources. See Content Sources for more information.
- Taxonomies. See Taxonomies for more information.
- Workflows. See Understanding Workflows for more information.
- Config. See Configuration Options for more information.
- Users. See Users and Security Settings for more information.
- Reports. See Reporting Capabilities for more information.
- DSARs. See Data Subject Access Requests for more information.
Super Users
Super Users always have access to all Query Server administrative functions.
Non-Super Users must have their access rights specifically configured and all rights are disabled by default. See Permission Management for details about configuring the access rights for non-Super Users.
Regardless of the authentication mode you select, the QS administrative functions remain unrestricted until you add at least one user. The first user must be a Super User. If you use Windows or ADFS Authentication, the first user defaults to the logged-in user, although you can change this if needed.
If Non-Windows Authentication is enabled then additional information must be entered to define the non-Windows user.