You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
Enabling Multi tenancy
To enable multi-tenancy, it is necessary to activate multi-tenancy mode and define the permitted tenants. These defined tenants will subsequently be utilized in configuring additional multi-tenancy-related properties.
application.properties
blueriq.multi-tenancy.enabled=true blueriq.multi-tenancy.allowed-tenants=google,apple
X-Tenant-ID
Enabling multi-tenancy requires that requests include an additional
X-TENANT-ID
header containing the name of the desired tenant. If this header is missing or the tenant name is not on the allowed list, a message will be logged indicating that the tenant could not be identified, and an HTTP status 400 (Bad Request) will be returned.It is possible to change the name of the header using the following property
application.properties
blueriq.multi-tenancy.http-header=http-tenant-id
Runtime
Case Engine
Customer Data Service
DCM Lists Service
DCM Maintenance App
Audit Consumer
Gateway Service?
OAuth2 - Keycloak
Overview
Content Tools