<?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 Issues with Qlik Sense Ticket Authentication for Embedding in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-with-Qlik-Sense-Ticket-Authentication-for-Embedding/m-p/2540930#M22711</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am currently testing Qlik Sense embedding and would need some assistance. We use Qlik Sense Enterprise with ticket authentication and users are on our Active Directory.&lt;/P&gt;&lt;P&gt;I have created a second virtual proxy for embedding with the following settings and also added central proxy:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Prefix:&lt;/STRONG&gt; embed&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Session cookie header name:&lt;/STRONG&gt; X-Qlik-Session-Embed&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Anonymous access mode:&lt;/STRONG&gt; No anonymous access&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Authentication method:&lt;/STRONG&gt; Ticket&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Has Secure attribute (HTTPS):&lt;/STRONG&gt; Enabled&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;SameSite attribute:&lt;/STRONG&gt; No attribute&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In Postman, I added the Qlik Sense certificates and used the following request configuration.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Headers:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Content-Type: application/json&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;X-Qlik-Xrfkey: 1234567890123456&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Body:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;{
  "UserId": "ADUser",
  "UserDirectory": "OurADUserDirectory",
  "Attributes": []
}&lt;/PRE&gt;&lt;P&gt;I then send a POST request to retrieve a ticket using the following endpoint:&lt;/P&gt;&lt;PRE&gt;https://server.com:4243/qps/ticket?xrfkey=1234567890123456&lt;/PRE&gt;&lt;P&gt;The request returns a ticket successfully.&lt;/P&gt;&lt;P&gt;However, when I paste the following URL with ticket into the browser using an incognito window, I am still prompted with a login dialog (Internal Windows Authentication):&lt;/P&gt;&lt;PRE&gt;https://server.com/embed/?qlikTicket=TicketFromPostman&lt;/PRE&gt;&lt;P&gt;Does anyone have any idea what might be missing or misconfigured?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jan 2026 09:48:40 GMT</pubDate>
    <dc:creator>jonip_78</dc:creator>
    <dc:date>2026-01-15T09:48:40Z</dc:date>
    <item>
      <title>Issues with Qlik Sense Ticket Authentication for Embedding</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-with-Qlik-Sense-Ticket-Authentication-for-Embedding/m-p/2540930#M22711</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am currently testing Qlik Sense embedding and would need some assistance. We use Qlik Sense Enterprise with ticket authentication and users are on our Active Directory.&lt;/P&gt;&lt;P&gt;I have created a second virtual proxy for embedding with the following settings and also added central proxy:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Prefix:&lt;/STRONG&gt; embed&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Session cookie header name:&lt;/STRONG&gt; X-Qlik-Session-Embed&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Anonymous access mode:&lt;/STRONG&gt; No anonymous access&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Authentication method:&lt;/STRONG&gt; Ticket&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Has Secure attribute (HTTPS):&lt;/STRONG&gt; Enabled&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;SameSite attribute:&lt;/STRONG&gt; No attribute&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In Postman, I added the Qlik Sense certificates and used the following request configuration.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Headers:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Content-Type: application/json&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;X-Qlik-Xrfkey: 1234567890123456&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Body:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;{
  "UserId": "ADUser",
  "UserDirectory": "OurADUserDirectory",
  "Attributes": []
}&lt;/PRE&gt;&lt;P&gt;I then send a POST request to retrieve a ticket using the following endpoint:&lt;/P&gt;&lt;PRE&gt;https://server.com:4243/qps/ticket?xrfkey=1234567890123456&lt;/PRE&gt;&lt;P&gt;The request returns a ticket successfully.&lt;/P&gt;&lt;P&gt;However, when I paste the following URL with ticket into the browser using an incognito window, I am still prompted with a login dialog (Internal Windows Authentication):&lt;/P&gt;&lt;PRE&gt;https://server.com/embed/?qlikTicket=TicketFromPostman&lt;/PRE&gt;&lt;P&gt;Does anyone have any idea what might be missing or misconfigured?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2026 09:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-with-Qlik-Sense-Ticket-Authentication-for-Embedding/m-p/2540930#M22711</guid>
      <dc:creator>jonip_78</dc:creator>
      <dc:date>2026-01-15T09:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Qlik Sense Ticket Authentication for Embedding</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-with-Qlik-Sense-Ticket-Authentication-for-Embedding/m-p/2541001#M22714</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;I think the issue was caused by this and now seems to be working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I was requesting the ticket using the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;default virtual proxy&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;https://server.com:4243/qps/ticket?xrfkey=1234567890123456&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;and then trying to use that ticket with the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;embed virtual proxy&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;https://server.com/embed/?qlikTicket=TicketFromPostman&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 10:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issues-with-Qlik-Sense-Ticket-Authentication-for-Embedding/m-p/2541001#M22714</guid>
      <dc:creator>jonip_78</dc:creator>
      <dc:date>2026-01-16T10:24:26Z</dc:date>
    </item>
  </channel>
</rss>

