Apply domain separation on dot walked fields [Updated in Security Center 1.3, 1.5, and 2.0]
The glide.sys.domain.include_domain_condition_on_join property controls whether join queries are given domain separated conditions or not in order to ensure they apply domain separation functionality for dot walked fields.
This property controls whether join queries are given domain separated conditions or not, in order to ensure they apply domain separation functionality for dot walked fields. If glide.sys.domain.include_domain_condition_on_join is not set to the recommended value of true on an instance using domain separation, then sensitive information could be disclosed that is not to be shared with a specific domain. There may be moderate functional impact to the instance if components are reliant on the unsafe cross domain queries. Instances should be tested in subproduction environments before enabling.
More information
| Attribute | Description |
|---|---|
| Property name | glide.sys.domain.include_domain_condition_on_join |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | True, when domain separation is installed, otherwise the property won't exist. |
| Default value | false |
| Category | Access control |
| Purpose | Controls whether join queries are given domain separated conditions or not, in order to ensure they apply domain separation functionality for dot walked fields. |
| Security risk |
|
| References | Domain separation for service providers |