Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Regards
Jordan
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