Create an OAuth client
Register an OAuth client in Qlik Cloud to obtain the Client ID and Client Secret needed for the OAuth 2.0 flow.
Navigate to the OAuth settings
Sign in to Qlik Cloud with a Tenant Admin account.
- Click the navigation menu (☰) in the top left, then select Administration to open the Administration activity center.
- In the Administration activity center, click OAuth in the left sidebar.
- Click Create new in the top right corner.
Configure the OAuth client
In the “Create new OAuth client configuration” dialog, fill in the following details:
- Client type — Select Web.
- Name — Enter a name for the client (e.g.,
StackOne Integration). - Description — Optionally add a description.
Select scopes
Under Scopes, select the scopes required for your use case. You MUST include user_default and offline_access in your Qlik OAuth client configuration — these are required for successful account connection. For full StackOne functionality, ensure all available scopes are selected. Then add any additional scopes needed for your integration.
Add Redirect URL and create the client
Complete the remaining configuration and create the client.
- In the Add redirect URLs field, enter
https://api.stackone.com/connect/oauth2/qlik/callbackand click + Add. - Under Authentication method, ensure Client secret is checked.
- Click Create to create the OAuth client.
Find your Tenant Name and Region
When connecting in StackOne, you will also need your Tenant Name and Region.
Locate from your browser URL
After logging in to Qlik Cloud, look at the URL in your browser address bar. It follows this format:https://<tenant-name>.<region>.qlikcloud.com
For example, if your URL is https://my-company.us.qlikcloud.com/hub:
- Tenant Name is
my-company. - Region is
us(the part between the tenant name andqlikcloud.com).
Linking the Account from the Hub
Navigate to the Hub
Fill out the fields
- Client ID
- Client Secret
- Tenant Name
- Region
- Scopes (Optional)
If the account linking is successful, you will see the newly linked account in your Accounts page.