Enable Tenant Service to communicate on different servers
Version: 8.0
If you have DEF with the Tenant Service installed on a different server than your Sitecore content management server, you must enable communication between the two servers:
-
On your Sitecore Content Management server, in the
\App_Config\Sitecore\Services.Client\folder, open theSitecore.Services.Client.configfile. -
Locate the following setting:
RequestResponse<setting name="Sitecore.Services.SecurityPolicy" value="Sitecore.Services.Infrastructure.Web.Http.Security.ServicesLocalOnlyPolicy,Sitecore.Services.Infrastructure"/>Change the setting to:
RequestResponse<setting name="Sitecore.Services.SecurityPolicy" value="Sitecore.Services.Infrastructure.Web.Http.Security.ServicesOnPolicy,Sitecore.Services.Infrastructure"/>