Skip to main content

Enable Multiple Domain Access

When the AuthenticationDomains parameter in the WebServer.exe.config file is blank, only domain users from the domain where the Access Analyzer Console resides can access the Web Console. You can grant access from other domains by specifying them within this parameter.

note

After adding another domain, also add the domain where the Access Analyzer Console resides.

All domains provided or enumerated must have a trust relationship with the domain where Access Analyzer resides.

Step 1 – Open the WebServer.exe.config file with a text editor, for example Notepad. It is located within the Web folder of the Access Analyzer installation directory.

WebServer.exe.config file in Notepad

Step 2 – Add the domains you want to the value for the AuthenticationDomains parameter:

<add key="AuthenticationDomains" value="" />

Use domain name in a comma-separated list. For example:

<add key="AuthenticationDomains" value="Sherwood.com, Nottingham.com" />

Step 3 – Save and close the file.

Step 4 – Navigate to Services (services.msc). Restart the Access Analyzer Web Server service.

Users can now access the Web Console from multiple domains.

note

For users to access the AIC from these domains, you must also configure this setting for the AIC. See the Multiple Domains topic in the Netwrix Access Information Center Documentation for additional information.