Tenant Key Configuration

Introduction 

This is the Tenant Key configuration by environment. This is the JSON object you can edit under key configuration from the SOAJS Console UI. The config is an object with a sub-object per environments where you can add a "commonFields" object and an object per service name. for example "urac" for URAC service. The SOAJS gateway makes "commonFields" and  the service name object of the request service available in the header of the request aka soajsinjectedobject. 

Configuration Sample

Configuration sample
"config": {	
	"%env_name%": {
		"commonFields": {...},
		"oauth": {...},
		"multitenant": {...}
	}
}