Setting up a multi-cloud deployment
Deployments are configured to establish a secure connection between Qlik Sense Enterprise on Windows and Qlik Cloud tenants, enabling distribution of Qlik Sense apps to the cloud.
The setup process differs depending on whether you use a locally generated bearer token or integrate with an identity provider (IdP). A local bearer token simplifies the deployment by generating the token directly on your system, whereas integrating with an IdP involves using a token endpoint, client ID, and client secret.
For details on the available configuration fields on the Deployment setup page, see Deployment setup.
Before you start
Obtain the URL for your Qlik Cloud tenant:
-
Look for the URL in the welcome email sent by Qlik when your tenant was set up.
-
Alternatively, log in to your tenant and select About from your user profile menu. Here you will find the tenant hostname. The URL format is https://<tenant-hostname>. Example: https://your-tenant.eu.qlikcloud.com
Setting up a deployment with a local bearer token
Do the following:
-
In the Qlik Management Console (QMC), open Cloud distribution and select Deployment setup.
-
Click Set up new.
-
Enter a Deployment name.
You can use this name in distribution policies for the distribution of apps.
-
For API endpoint, enter the tenant URL.
-
For Audience, enter qlik.api.
-
Ensure that Use local bearer token is selected and click Apply.
The local bearer token is generated.
-
By default, Qlik Cloud format is selected, showing the IdP definition. Choose your format and click Copy to clipboard. You need this token for the IdP configuration in Qlik Cloud.
Before testing the connection, create the IdP configuration in the next step.
Create an IdP configuration
Do the following:
-
Log in to your Qlik Cloud tenant and open the Management Console.
-
Go to Identity provider.
-
Click Create new.
-
For Type, select Multi-cloud.
-
Optionally, enter a description.
-
Paste the local bearer token from the deployment setup into the Local bearer token field.
-
Click Create.
For more information about IdP configuration in Qlik Cloud, see Identity providers.
Test the connection
Do the following:
-
Return to your deployment in the QMC.
-
Click Test connection.
Setting up a deployment with IdP integration
To set up your deployment with IdP integration, you need the following in addition to the tenant URL:
-
Client ID
-
Client secret
-
Token endpoint (also known as Authentication URL)
Do the following:
-
In the Qlik Management Console (QMC), open Cloud distribution and select Deployment setup.
-
Click Set up new.
-
Enter a Deployment name.
You can use this name in distribution policies for the distribution of apps.
-
For API endpoint, enter the tenant URL.
-
For Audience, enter qlik.api.
-
Clear the Use local bearer token checkbox.
-
Enter the values for Client ID, Client secret, and Token endpoint.
-
Click Apply.