You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Enabling multi tenancy means that requests can only be handled when an additional X-TENANT-ID header is present that holds the value of the desired tenant name. 

When the header cannot be found or the tenant name is not in the allowed list it will be printed in the log that the tenant cannot be found in the header and a 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
  • No labels