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: 
bbest
Partner - Contributor
Partner - Contributor

Qlik-embed - Windows authentication pop up

Hi, we are trying to integrate a Qlik app into our site using qlik-embed. Our app loads correctly, but a Windows authentication popup appears on initial load. I can close the popup without entering credentials and the app still loads, but ideally would like to prevent this popup coming up in the first place.

This is our qlik-embed script:

<script
        crossorigin="anonymous"
        type="application/javascript"
        data-auth-type="windowscookie"
    ></script>

I've tried a couple of other data-auth-type (cookie, anonymous) but this didn't make a difference.

I've attached screenshots of our virtual proxy setup (jwt-visa). 

What is the best way to resolve this? Thank you 🙂

bbest_1-1766003288702.pngbbest_2-1766003297047.pngbbest_3-1766003306163.pngbbest_4-1766003313778.png

 



Labels (2)
3 Replies
alex_colombo
Employee
Employee

Hey @bbest , you are using a JWT VP, and this is fine, but how you are authenticating the user with your JWT signed token?

Your qlik-embed script seems ok, but I'm missing the part where you are injecting the token and get the cookie. When this is done as initial step, then you can inject qlik-embed which will leverage the cookie set by your authentication process. We usually get a Qlik resource attaching jwt token for getting authenticated and this will set the cookie in the browser.

 

Windows pop-up means that qlik-embed is trying to get some resources from Qlik but these calls are not authenticated (and propably qlik-embed is not pointing to your JWT VP).

Could you please tell me which on-prem version you are using?

pakkerwilliam8
Contributor
Contributor

This seems like a tricky login issue to solve
Popups like this can confuse website users
It is good that the app still loads but the popup is not ideal
Hopefully there is a clean way to handle auth without it
tequekama
Contributor
Contributor

For on-prem the embedding for intranet is just a link to the visualization - will need an extra piece (server in the DMZ) for an internet site and anonymous access.

Lots of influences effect load times but fast for a single KPI and longer for a table worth of data etc…

I don’t see the bill so no help on pricing sorry.