Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to use qdt-components with qlik sense enterprise #248

Open
vilaspd opened this issue Jan 21, 2021 · 0 comments
Open

Not able to use qdt-components with qlik sense enterprise #248

vilaspd opened this issue Jan 21, 2021 · 0 comments

Comments

@vilaspd
Copy link

vilaspd commented Jan 21, 2021

By reading the docs and trying out the samples, I am really excited to use the qdt-components in a Single Page application that I am working on which needs to display visualizations from qlik sense enterprise server.

What I am not able to get working is the authentication after trying out quite a many things. The single page application is React 16 application. I could embed visualizations from 'sense-demo.qlik.com' however when I change the sense host in the config to our sense enterprise server, it refuses to connect.

Below is the config object that I am passing to qdtEnigma.

const config = {
host: 'host name of the sense enterprise server',
secure: true,
port: 443,
prefix: '',
appId: 'appId of one of the sense app'
}

const engineApiAppPromise = qdtEnigma(config);

I also, tried creating a virtual proxy in qmc and generate a JWT token and use that token in the config object. But it doesn't seem to help. I keep getting the error "Your connection to the Qlik Sense server is lost due to inactivity, refresh to continue working."

const config = {
host: 'host name of the sense enterprise server',
secure: true,
port: 443,
prefix: 'jwt',
appId: 'appId of one of the sense app',
token: 'jwt token here'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant