Show/Hide Toolbars

Additional Resources

Introduction > Multi-Tenancy > Connectivity Settings

Managing Tenant Access

Scroll

By default, the tenants within a multi-tenant environment can be accessed from any IP address, provided proper login credentials are given. However, in some cases it may be desirable to limit tenant access to only certain IP addresses.

 

StepsHow do I limit tenant access to whitelisted IP addresses?

1.Create a TheTenantConnect.config file with the following format:

 

<?xml version="1.0"?>

<tenants>

 <tenant name="Test1" ip="10.1.1.40"/>

</tenants>

 

2.Create a new entry in this file for each IP address you wish to whitelist. For every tenant listed in this file, access will be limited to only the IP addresses for which there is an entry. All other IP addresses will be blocked. If a tenant is not named in this file, all IP addresses will continue to have default access. Your completed file will look something like this:

 

<?xml version="1.0"?>

<tenants>

 <tenant name="Test1" ip="10.1.1.40"/>

<tenant name="Test1" ip="10.1.1.86"/>

<tenant name="Test1" ip="10.1.1.93"/>

<tenant name="Test2" ip="10.1.1.33"/>

<tenant name="Test2" ip="10.1.1.56"/>

</tenants>

 

3.Place the TheTenantConnect.config file in the installation folder of the Thereforeā„¢ Server (default location is C:\Program Files\Therefore).

Ā© 2024 Therefore Corporation, all rights reserved.