QCS - Qlik Cloud Connection
QCS connection is used to analyze apps hosted in a Qlik Cloud (SaaS) instance.
-a3aea321aa79e56c263c2888f522a54d.png)
Cloud Authorization Methodchoose between OAuthor API Key.
OAuthUsing the Qlik Cloud Management console, create an OAuth Client as shown in "Creating an OAuth client". Use the options shown in the images below. Be sure to include as Origins all variations of your QSDA server url, including port and http/https.
-a16bafc10a56e795b7c63cc1d6ecc3ed.png)
-aafb22efdcbd4a7706e935fa85034bcb.png)
-60d845e157abfe3a76cb3e01bb7add6e.png)
Use Qlik Login If checked, each QSDA user will log into Qlik Cloud and QSDA analysis will run as that user. If unchecked, the analysis will run as the administrative user named in "Name" (QSDA) in this case.
**Important note:***If "Use Qlik Login" is unchecked then a userid matching the OAuth name ("QSDA" in sample above) will be used for the connection. If this userid is not assigned a license QSDA analysis will utilize your tenant's capacity minutes.***This may result in unexpected unavailability or extra charges in your tenant.**It is highly recommend to either assign a license or check "Use Qlik Login".
API Key Use your Qlik Cloud Management Console to generate the API key. Paste the generated key in the ApiKey input box.
Web Integration ID Integration ID is required when Use Qlik Login or For Loginis checked. Use your Qlik Cloud Management Console to create the Web Integration Paste the generated ID in the Web Integration IDinput box. When creating the Web Integration, Be sure to include as Origins all variations of your QSDA server url, including port and http/https. For example:
http://localhost:5003
http://dev-qlikserver:5003
https://localhost:5003``https://dev-qlikserver:5003
If a QSDA user attempts login using an Origin not in the list, the user will receive this error message:
{"errors":[{"title":"returnto not included in web integration whitelist","code":"LOGIN-10","status":"401"}],"traceId":"55555555555"}
or
{"errors":[{"title":"Illegal returnto value","code":"LOGIN-8","status":"401"}],"traceId":"d06a0718b250a86e7fe58da4c55465f7"}
IfFor Loginis checked, users must allow popups in their browser session.