<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to display Qlik Sense on the Intranet page ? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-display-Qlik-Sense-on-the-Intranet-page/m-p/2453550#M20592</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We are using Qlik Sense Business license for visualization. However, we need to display data on internal webpage app (created in Bubble.io) for some specific teams, instead login into the app.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thing is, when I use iFrame, it is displaying only for me and only after I logging into the Qlik before.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I m going thru the guides, and I m not able to achieve any progress with that -&lt;BR /&gt;1- sheet is public&lt;BR /&gt;2- Web is authorized to display data&lt;/P&gt;
&lt;P&gt;But it is still giving error to that data cannot load due the login.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So how to create public dashboard which will be displaying on some authorized page ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2024 09:08:15 GMT</pubDate>
    <dc:creator>HuggyBear</dc:creator>
    <dc:date>2024-05-17T09:08:15Z</dc:date>
    <item>
      <title>How to display Qlik Sense on the Intranet page ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-display-Qlik-Sense-on-the-Intranet-page/m-p/2453550#M20592</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We are using Qlik Sense Business license for visualization. However, we need to display data on internal webpage app (created in Bubble.io) for some specific teams, instead login into the app.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thing is, when I use iFrame, it is displaying only for me and only after I logging into the Qlik before.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I m going thru the guides, and I m not able to achieve any progress with that -&lt;BR /&gt;1- sheet is public&lt;BR /&gt;2- Web is authorized to display data&lt;/P&gt;
&lt;P&gt;But it is still giving error to that data cannot load due the login.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So how to create public dashboard which will be displaying on some authorized page ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 09:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-display-Qlik-Sense-on-the-Intranet-page/m-p/2453550#M20592</guid>
      <dc:creator>HuggyBear</dc:creator>
      <dc:date>2024-05-17T09:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to display Qlik Sense on the Intranet page ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-display-Qlik-Sense-on-the-Intranet-page/m-p/2454380#M20603</link>
      <description>&lt;P&gt;If you need anonymous authentication, you need a specific Qlik Sense Server license: the QAP. If each user has a Qlik account, you need to setup proper authentication. Try these steps, they might get you closer.&lt;/P&gt;
&lt;P&gt;1. Set Up Qlik Sense with Proper Authentication:&lt;BR /&gt;- Authentication Mechanism: Ensure that you are using a suitable authentication mechanism that supports seamless access. This could involve Single Sign-On (SSO) or token-based authentication.&lt;BR /&gt;- Qlik Sense Proxy: Use Qlik Sense's Virtual Proxy with header authentication to authenticate users via the intranet's identity provider.&lt;/P&gt;
&lt;P&gt;2. Embed Qlik Sense Objects in Your Intranet Page:&lt;BR /&gt;- Use the Qlik Sense Capability APIs or the Qlik Sense Mashup API to embed visualizations into your intranet application.&lt;BR /&gt;- Ensure that the iframe or the embedded object URL includes the necessary authentication tokens or headers.&lt;/P&gt;
&lt;P&gt;3. Create Public Sheets or Applications:&lt;BR /&gt;- Public Sheet: Make sure the Qlik Sense sheet or app you want to display is set to be publicly accessible if your security policy allows it.&lt;BR /&gt;- Data Permissions: Ensure that the data permissions are configured to allow access to the necessary data without logging in.&lt;/P&gt;
&lt;P&gt;4. Configure Qlik Sense for Embedded Use:&lt;BR /&gt;- Embedding with iframe: Ensure that the URL used in the iframe includes proper access credentials or tokens.&lt;BR /&gt;- Mashup Integration: Create a mashup that includes the required visualizations and configure it to handle authentication seamlessly.&lt;/P&gt;
&lt;P&gt;Example of Using Qlik Sense Capability APIs:&lt;/P&gt;
&lt;P&gt;1. Create a Mashup:&lt;BR /&gt;- In the Qlik Sense Management Console (QMC), create a virtual proxy if needed, and configure it to allow header authentication.&lt;BR /&gt;- Develop a mashup that uses the Capability APIs to fetch and display the required visualizations.&lt;/P&gt;
&lt;P&gt;2. Sample Code for Mashup:&lt;BR /&gt;```html&lt;BR /&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;script src="&lt;A href="https://your-qlik-server/resources/assets/external/requirejs/require.js" target="_blank"&gt;https://your-qlik-server/resources/assets/external/requirejs/require.js&lt;/A&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;require.config({&lt;BR /&gt;baseUrl: "&lt;A href="https://your-qlik-server/resources" target="_blank"&gt;https://your-qlik-server/resources&lt;/A&gt;"&lt;BR /&gt;});&lt;BR /&gt;require(["js/qlik"], function(qlik) {&lt;BR /&gt;var config = {&lt;BR /&gt;host: "your-qlik-server",&lt;BR /&gt;prefix: "/",&lt;BR /&gt;port: "443",&lt;BR /&gt;isSecure: true&lt;BR /&gt;};&lt;BR /&gt;var app = qlik.openApp("your-app-id", config);&lt;/P&gt;
&lt;P&gt;app.getObject('QV01', 'your-object-id');&lt;BR /&gt;});&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;div id="QV01"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;```&lt;/P&gt;
&lt;P&gt;Troubleshooting Tips:&lt;BR /&gt;- Check Permissions: Ensure that the user or the system accessing the Qlik Sense visualizations has the necessary permissions.&lt;BR /&gt;- Network Configuration: Ensure that the intranet page can communicate with the Qlik Sense server without any network restrictions or firewalls blocking the access.&lt;BR /&gt;- SSL Certificates: Make sure that any SSL certificates required for secure communication are correctly configured.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this can help you. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 03:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-display-Qlik-Sense-on-the-Intranet-page/m-p/2454380#M20603</guid>
      <dc:creator>igoralcantara</dc:creator>
      <dc:date>2024-05-21T03:31:03Z</dc:date>
    </item>
  </channel>
</rss>

