<?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 Re: Anonymous public embedding with @qlik/embed-web-components on QAP (client-managed) — is it a supported combination? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Anonymous-public-embedding-with-qlik-embed-web-components-on-QAP/m-p/2546485#M22829</link>
    <description>&lt;P&gt;Many thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804"&gt;@alex_colombo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can confirm is working for us as well.&lt;/P&gt;&lt;P&gt;Our customer issue was related to:&lt;/P&gt;&lt;P&gt;-&amp;nbsp;reverse proxy configuration&lt;/P&gt;&lt;P&gt;- trying to host the html on a different domain than Qlik, wich&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;</description>
    <pubDate>Thu, 09 Apr 2026 10:14:48 GMT</pubDate>
    <dc:creator>luis_pimentel</dc:creator>
    <dc:date>2026-04-09T10:14:48Z</dc:date>
    <item>
      <title>Anonymous public embedding with @qlik/embed-web-components on QAP (client-managed) — is it a supported combination?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Anonymous-public-embedding-with-qlik-embed-web-components-on-QAP/m-p/2545209#M22804</link>
      <description>&lt;P class=""&gt;Hi everyone,&lt;/P&gt;&lt;P class=""&gt;We are working on a project that requires embedding Qlik Sense visualizations publicly into a Drupal portal, where end users are anonymous (citizens accessing a public institutional website — no Qlik accounts, no login).&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Our setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Qlik Sense Enterprise for Windows, on-premise, with a &lt;STRONG&gt;QAP (Qlik Analytics Platform)&lt;/STRONG&gt; license&lt;/LI&gt;&lt;LI&gt;Target CMS: &lt;STRONG&gt;Drupal&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Embedding framework: &lt;STRONG&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/229862"&gt;@qlik&lt;/a&gt;/embed-web-components&lt;/STRONG&gt; (qlik-embed)&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;We have already run a successful proof of concept using qlik-embed on a standard QSE on-premise installation (non-QAP) with a WordPress CMS, including cross-domain scenarios. The embedding worked correctly once we configured the Virtual Proxy (allowed origins whitelist, SameSite=None, Access-Control-Expose-Headers: qlik-csrf-token). Authentication was handled by an active Named User session.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;The problem:&lt;/STRONG&gt; The real requirement is &lt;STRONG&gt;anonymous/public access&lt;/STRONG&gt; — no Named User session, no login. When we try to use qlik-embed without an authenticated session, the Web Component attempts to connect but fails because there is no valid session context or token available. The component simply doesn't render.&lt;/P&gt;&lt;P class=""&gt;We understand that the official Anonymous Access feature for qlik-embed (OAuth2 anonymous embed client) is &lt;STRONG&gt;Qlik Cloud only&lt;/STRONG&gt; and not available for client-managed deployments.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Our question:&lt;/STRONG&gt; Is the combination of &lt;STRONG&gt;anonymous public embedding + &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/229862"&gt;@qlik&lt;/a&gt;/embed-web-components + QAP client-managed&lt;/STRONG&gt; officially supported? If so, what is the recommended authentication/session mechanism?&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Workaround we are considering:&lt;/STRONG&gt; We are evaluating a Virtual Proxy configured with header-based authentication, where a reverse proxy (e.g., Nginx) injects a static header on every request:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN&gt;X-Qlik-User: UserDirectory=PUBLIC;UserId=anonymous&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;This would map all public users to a single Qlik identity, giving each browser its own session while no login is required. We are aware this is designed for trusted system-to-system integrations, not originally for public portals, and that the reverse proxy must strip any client-supplied X-Qlik-User headers to prevent injection attacks.&lt;/P&gt;&lt;P class=""&gt;We are also considering &lt;STRONG&gt;JWT authentication&lt;/STRONG&gt; as an alternative — generating a JWT token server-side (from Drupal) with a generic/random userId, which Qlik would validate against the Virtual Proxy. This seems more robust but adds backend complexity.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;So, my questions are:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is anonymous access via qlik-embed officially supported on QAP client-managed, and if so, how?&lt;/LI&gt;&lt;LI&gt;Is the static header workaround (X-Qlik-User: UserDirectory=PUBLIC;UserId=anonymous) a viable approach for this use case from a technical and licensing standpoint?&lt;/LI&gt;&lt;LI&gt;Is JWT with a generic anonymous userId the recommended path for on-premise anonymous public embedding with qlik-embed?&lt;/LI&gt;&lt;LI&gt;Are there any &lt;STRONG&gt;QAP licensing implications&lt;/STRONG&gt; for anonymous access? We understand QAP is core-based and does not use Named User tokens — does it allow anonymous sessions at all?&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;Any guidance, official docs, or community experience would be greatly appreciated. Thanks in advance.&lt;/P&gt;&lt;HR /&gt;&lt;P class=""&gt;QSE for Windows, QAP license, on-premise, qlik-embed (@qlik/embed-web-components), Drupal CMS, cross-domain setup.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 12:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Anonymous-public-embedding-with-qlik-embed-web-components-on-QAP/m-p/2545209#M22804</guid>
      <dc:creator>luis_pimentel</dc:creator>
      <dc:date>2026-03-20T12:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous public embedding with @qlik/embed-web-components on QAP (client-managed) — is it a supported combination?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Anonymous-public-embedding-with-qlik-embed-web-components-on-QAP/m-p/2545225#M22806</link>
      <description>&lt;P&gt;Hey, could you please share your qlik-embed configuration? Did you try to set up data-auth-type prop as "noauth" or not passing the data-auth-type prop?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 15:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Anonymous-public-embedding-with-qlik-embed-web-components-on-QAP/m-p/2545225#M22806</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2026-03-20T15:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous public embedding with @qlik/embed-web-components on QAP (client-managed) — is it a supported combination?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Anonymous-public-embedding-with-qlik-embed-web-components-on-QAP/m-p/2545304#M22811</link>
      <description>&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;I am not able to paste our customer answer here, probably because there si some html code on it.&lt;/P&gt;&lt;P&gt;Please find it attached.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 14:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Anonymous-public-embedding-with-qlik-embed-web-components-on-QAP/m-p/2545304#M22811</guid>
      <dc:creator>luis_pimentel</dc:creator>
      <dc:date>2026-03-23T14:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous public embedding with @qlik/embed-web-components on QAP (client-managed) — is it a supported combination?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Anonymous-public-embedding-with-qlik-embed-web-components-on-QAP/m-p/2545383#M22812</link>
      <description>&lt;P&gt;I made a quick tests against one of my env with QAP and anonymous access in place. Below the qlik-embed configuration which is working for me.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;&amp;lt;script
	crossorigin="anonymous"
	type="application/javascript"
	src="https://cdn.jsdelivr.net/npm/@qlik/embed-web-components@1/dist/index.min.js"
	data-host="https://10.76.194.183/anonym"
	data-login-uri="https://10.76.194.183/anonym"
	data-cross-site-cookies="true"
  &amp;gt;
&amp;lt;/script&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 24 Mar 2026 15:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Anonymous-public-embedding-with-qlik-embed-web-components-on-QAP/m-p/2545383#M22812</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2026-03-24T15:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Anonymous public embedding with @qlik/embed-web-components on QAP (client-managed) — is it a supported combination?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Anonymous-public-embedding-with-qlik-embed-web-components-on-QAP/m-p/2546485#M22829</link>
      <description>&lt;P&gt;Many thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804"&gt;@alex_colombo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can confirm is working for us as well.&lt;/P&gt;&lt;P&gt;Our customer issue was related to:&lt;/P&gt;&lt;P&gt;-&amp;nbsp;reverse proxy configuration&lt;/P&gt;&lt;P&gt;- trying to host the html on a different domain than Qlik, wich&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 10:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Anonymous-public-embedding-with-qlik-embed-web-components-on-QAP/m-p/2546485#M22829</guid>
      <dc:creator>luis_pimentel</dc:creator>
      <dc:date>2026-04-09T10:14:48Z</dc:date>
    </item>
  </channel>
</rss>

