Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
EliGohar
Partner - Creator III
Partner - Creator III

Design logout page in Qlik Sense

Hi,

We have an embedded Qlik sense application within our product (using iframe).

After 30 minutes the session is finished and the user gets this screen:

EliGohar_0-1703153553121.png

 

I'd like to design this screen to fit our look and feel of product, however I'm having issues in finding the proper file that generate this page... I know how to work with js/css files but here it's a bit different.

Can anyone tell me if this is possible?

Thanks

Labels (1)
7 Replies
ajaykakkar93
Specialist III
Specialist III

yes you can change it, it will be done using Qlik API

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

EliGohar
Partner - Creator III
Partner - Creator III
Author

Can you elaborate? or refer me to a documentation that I can work with?

Thanks!

EliGohar
Partner - Creator III
Partner - Creator III
Author

Hi, Thanks but the sources you mentioned are focusing on replacing the Qlik logo, what I need is full control of the design aspect (using CSS).

Levi_Turner
Employee
Employee

Here's a PDF of an older / archived blog post by a colleague of mine on customizing the login page for Qlik Sense Enterprise - Client Managed. The logout page customization would take a similar tactic, but rather than altering the formAuthenticationPageTemplate element, you would alter the loggedOutPageTemplate element.

EliGohar
Partner - Creator III
Partner - Creator III
Author

Thanks for that Levi but it seems like something that requires a specific adjustment in each customer environment... there is no general solution like when working with themes that can be distributed to all customers (our product has hundreds of customers that have Qlik Sense on-prem installed).

alex_colombo
Employee
Employee

@EliGohar no, there is not general solution for this if you are using an iframe integration. With that, you will leverage product capabilities and layout.

If you want something completly custom, you can follow Levi approach or change your embedding solution, with for instance a mashup, where you can do basically whatever you want, included logout page. But this change quite a bit the approach and the effor could be big for moving into this different solution.