Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
doplear01
Creator
Creator

App integration with API and Iframe

I used the below link in order to embebed an app in my site, but i want to know how the licence is used in order to distribute my site to my clients

https://help.qlik.com/en-US/sense-developer/November2021/Subsystems/APIs/Content/Sense_ClientAPIs/ap...

Labels (2)
1 Reply
AlzhanNurtaza
Contributor III
Contributor III

Hey! 

We embedded some sheets via iframe. You can do it by setting a ticket of your current user in URL

For instance,  https://qliksrv.domain.com/hdr/app/AppIdXXX/sheet/SheetIdXXX?QlikTicket=XXXXXXXXXX

May be steps we applied will be helpfull for you

1. Create header Authentication with method "Ticket", for example, name it hdr 

2. In your webApp, create some global function to get ticket for current user 

3. when user opens link of dashboards, call function of step 2 and put a new ticket to URL as in example above. Notice: new ticket lives not long time, so you have to apply ticket when opening it and after that session will be activated