How to locate your Glean Tenant ID, also known as the Backend Domain, or QE Domain; which is needed in certain situations when connecting Glean to your datasources and apps.
When integrating Glean with various data sources and applications within your organization, you’ll often require your Glean Tenant ID or Tenant Domain. This unique identifier is crucial for accessing tenant-specific data within Glean’s systems. It typically follows the format tenant_id-be.glean.com
, where:
tenant_id
represents your unique Glean Tenant ID.tenant_id-be.glean.com
is your unique Glean Tenant Domain, also referred to as the Backend Domain or Query Endpoint (QE) Domain.Glean’s single-tenant architecture means that each customer’s environment is built from the ground up, ensuring complete isolation and uniqueness of data and services. With this architecture, each tenant receives a unique domain that points to the static IP address of their Glean environment.
This domain is used for all interactions with Glean, including:
Therefore, when setting up features like Single Sign-On (SSO) or connecting to company data sources, you’ll need the Tenant ID or domain.
While Glean typically provides your Tenant ID or Domain within customized setup instructions in the UI, there may be times when you need to locate this information independently.
Here are methods to determine your Tenant ID and Domain:
Glean includes your Tenant ID or Domain in the customized setup instructions provided in the UI.
When logging into Glean, a call is made to the Tenant Domain, which can be captured using your browser’s developer tools.
https://tenant_id-be.glean.com/login
. The tenant_id
in this URL is your Glean Tenant ID.How to locate your Glean Tenant ID, also known as the Backend Domain, or QE Domain; which is needed in certain situations when connecting Glean to your datasources and apps.
When integrating Glean with various data sources and applications within your organization, you’ll often require your Glean Tenant ID or Tenant Domain. This unique identifier is crucial for accessing tenant-specific data within Glean’s systems. It typically follows the format tenant_id-be.glean.com
, where:
tenant_id
represents your unique Glean Tenant ID.tenant_id-be.glean.com
is your unique Glean Tenant Domain, also referred to as the Backend Domain or Query Endpoint (QE) Domain.Glean’s single-tenant architecture means that each customer’s environment is built from the ground up, ensuring complete isolation and uniqueness of data and services. With this architecture, each tenant receives a unique domain that points to the static IP address of their Glean environment.
This domain is used for all interactions with Glean, including:
Therefore, when setting up features like Single Sign-On (SSO) or connecting to company data sources, you’ll need the Tenant ID or domain.
While Glean typically provides your Tenant ID or Domain within customized setup instructions in the UI, there may be times when you need to locate this information independently.
Here are methods to determine your Tenant ID and Domain:
Glean includes your Tenant ID or Domain in the customized setup instructions provided in the UI.
When logging into Glean, a call is made to the Tenant Domain, which can be captured using your browser’s developer tools.
https://tenant_id-be.glean.com/login
. The tenant_id
in this URL is your Glean Tenant ID.