Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
JordanGaw24
Contributor II
Contributor II

Qlik Sense SaaS - Embedded Chart Authentication

Hi All,

We have deployed a web app which uses embedded charts to display data on a .net framework website and this works with no issues. We are wanting to load this website on the startup of the PC. This was set up in chrome to open the website and all of the tabs etc and again no issues here.

 

The issue we are having is it asks us to log in each time we open this up on start up. The details are saved in the browser etc but ideally we are wanting this to go straight through to the website we created instead of stopping at qlik to login.

Currently in each of the web pages we have this bit of JS to authenticate the login. I understand we will need to embed the username and password of the user we are wanting to login with. Any help on this subject is greatly appreciated.

 

JordanGaw24_0-1632380618188.png

 

JordanGaw24_1-1632380618219.png

 

Regards

Jordan

1 Reply
Alvaro_Palacios
Support
Support

Hi @JordanGaw24 

To enable SSO and avoid the Qlik login page you need to setup a JWT IdP in your Qlik Cloud tenant.

Watch these video tutorials and follow the configuration steps:

Using Visual Studio: https://www.youtube.com/watch?v=1kQU2VHSHOs

Using Node.Js: https://www.youtube.com/watch?v=43VEdzKEEyc

 

You will also find more info about JWT at qlik.dev -> https://qlik.dev/authenticate/jwt/implement-jwt-authorization

 

I hope this helps

Cheers