...
On Auth page press create new
...
Qlik Cloud is using emails for authentication, ensure your WIP users have the correct email defined
Please keep the client id and secret key
...
Name: ex. 01-10-QlikSaas
Url: Your Qlik Saas url (The main link used to login) EX: https://ebiexperts.eu.qlikcloud.com/
Authorization endpoint: Url + /oauth/authorize
EX: https://ebiexperts.eu.qlikcloud.com/oauth/authorize
Authentication endpoint: Url + /oauth/token EX: https://ebiexperts.eu.qlikcloud.com/oauth/token
Client Id: Client Id we got in creation when configuring the Oauth in the qlik cloud server
Secret Key: Secret Key we got in creation when configuring the Oauth in the qlik cloud server
Proxy User(Super Administrator): The Email of the admin user
Proxy User Key: The Key obtained when the proxy user admin was created
Nb: Please follow the Url below for generating the proxy user key or the API key
Overview
In this tutorial, you are going to learn how to generate an API key for your account in a Qlik Sense SaaS tenant.
...
Inside the management console, click the Settings menu item on the left side of the screen.
...
Scroll down to the API keys section in the main part of the screen. Flip the switch to turn on API keys for the tenant, set the allowed maximum token age, and set the maximum number of active API keys a user may have in the tenant.
...
Another requirement for generating API keys is for a user to have the developer
role. In the management console menu, click Users to open the Users section and select 'Edit roles' from the elipsis menu for the user you want to add the developer
role to.
...
Check the box next to Developer to give the user developer privileges in your tenant. Save the change.
...
Now that API keys are turned on in the tenant and the user has the developer role, have the user log in to your tenant and click the avatar in the upper-right corner of the screen. Click the API keys menu item. This action displays the API keys list for the user. Click the Generate new key button to create a new API key.
...
Give the new API key a name and set the expiration time from the drop-down list. Click the Generate button to generate the API key.
...
The generated API key appears. Copy it using any of the copy buttons and paste it somewhere safe.
...