<?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 QS Web Ticketing Session in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/QS-Web-Ticketing-Session/m-p/1783144#M17376</link>
    <description>&lt;P&gt;I have used web ticketing numerous times with older versions of QS and QV.&amp;nbsp; However on upgrading to June 2020 path 3 - I cannot get the ticketing to function as expected.&amp;nbsp; The C# code (&lt;EM&gt;same as what was used on previous sense servers successfully&lt;/EM&gt;)&amp;nbsp; is able to successfully retrieve a ticket however when I use the ticket to launch to a resource like:&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://[qlikserver]/[virtualproxy]/[resourcepath]&amp;amp;qlikTicket=ABC123456789&lt;/P&gt;&lt;P&gt;It will request windows AD login - since the virtual proxy does not have a "authentication module redirect URL" parameter.&lt;/P&gt;&lt;P&gt;If I provide a RedirectURI in the virtual proxy it will attempt to callback for authentication and will be stuck in a infinite authorization loop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our setup all user information is passed via the ticket, thus no UDC actually exists.&amp;nbsp; When I setup a UDC with a user and attempt the calls above for that user, I get the same results.&lt;/P&gt;&lt;P&gt;It appears my ticket calls are not creating a session.&amp;nbsp; &amp;nbsp;I have skipped over many versions of QS using ticketing,&amp;nbsp;&lt;STRONG&gt; is retrieving a ticket by external portal and launching Qlik Sense resources not supported in this workflow any longer???&lt;/STRONG&gt;&amp;nbsp; Not sure where to look - any help is appreciated.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:35:46 GMT</pubDate>
    <dc:creator>van_nanney</dc:creator>
    <dc:date>2024-11-16T00:35:46Z</dc:date>
    <item>
      <title>QS Web Ticketing Session</title>
      <link>https://community.qlik.com/t5/Management-Governance/QS-Web-Ticketing-Session/m-p/1783144#M17376</link>
      <description>&lt;P&gt;I have used web ticketing numerous times with older versions of QS and QV.&amp;nbsp; However on upgrading to June 2020 path 3 - I cannot get the ticketing to function as expected.&amp;nbsp; The C# code (&lt;EM&gt;same as what was used on previous sense servers successfully&lt;/EM&gt;)&amp;nbsp; is able to successfully retrieve a ticket however when I use the ticket to launch to a resource like:&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://[qlikserver]/[virtualproxy]/[resourcepath]&amp;amp;qlikTicket=ABC123456789&lt;/P&gt;&lt;P&gt;It will request windows AD login - since the virtual proxy does not have a "authentication module redirect URL" parameter.&lt;/P&gt;&lt;P&gt;If I provide a RedirectURI in the virtual proxy it will attempt to callback for authentication and will be stuck in a infinite authorization loop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our setup all user information is passed via the ticket, thus no UDC actually exists.&amp;nbsp; When I setup a UDC with a user and attempt the calls above for that user, I get the same results.&lt;/P&gt;&lt;P&gt;It appears my ticket calls are not creating a session.&amp;nbsp; &amp;nbsp;I have skipped over many versions of QS using ticketing,&amp;nbsp;&lt;STRONG&gt; is retrieving a ticket by external portal and launching Qlik Sense resources not supported in this workflow any longer???&lt;/STRONG&gt;&amp;nbsp; Not sure where to look - any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QS-Web-Ticketing-Session/m-p/1783144#M17376</guid>
      <dc:creator>van_nanney</dc:creator>
      <dc:date>2024-11-16T00:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: QS Web Ticketing Session</title>
      <link>https://community.qlik.com/t5/Management-Governance/QS-Web-Ticketing-Session/m-p/1783183#M17381</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The described workflow should still work. I have found one article referring to a known issue with ticketing and Qlik Sense June 2020. Can you check if it may apply:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://support.qlik.com/articles/000108518" target="_blank"&gt;https://support.qlik.com/articles/000108518&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also you might want to try with a simple powershell script and make sure it works as expected:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-Sense-Generate-a-ticket-with-Qlik-proxy-API-Powershell/ta-p/1711178" target="_blank"&gt;https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-Sense-Generate-a-ticket-with-Qlik-proxy-API-Powershell/ta-p/1711178&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 19:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QS-Web-Ticketing-Session/m-p/1783183#M17381</guid>
      <dc:creator>Bastien_Laugiero</dc:creator>
      <dc:date>2021-02-16T19:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: QS Web Ticketing Session</title>
      <link>https://community.qlik.com/t5/Management-Governance/QS-Web-Ticketing-Session/m-p/1783455#M17392</link>
      <description>&lt;P&gt;Thank you for your reply.&amp;nbsp; &amp;nbsp;I do not believe the issue per support article&amp;nbsp;&lt;A href="https://support.qlik.com/articles/000108518" target="_blank" rel="nofollow noopener noreferrer"&gt;000108518&lt;/A&gt;&amp;nbsp; applies to my scenario.&amp;nbsp; I was able to get my code working, just not in the scenario I described originally.&amp;nbsp; Interesting enough, the example you linked to follows the same scenario in how my "working" version is setup.&amp;nbsp; &amp;nbsp;For years I have used ticketing with QlikView and QlikSense in the form of:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Call the Qlik QPS with userdir and userid and get a ticket&lt;/LI&gt;&lt;LI&gt;Append the ticket to the Qlik resource URL&amp;nbsp; "https://qlikserver/myqlikresource&amp;amp;qlikTicket=ABC&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Apparently this flow is no longer supported - even though I cannot find any Qlik doc that say that is true.&amp;nbsp; I have tried this against 3 different QlikSense installs (all same version) all produce the same failed results.&lt;/P&gt;&lt;P&gt;However I can restructure the calls to workflow:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Setup the virtual proxy "authentication module callback URI"&lt;/LI&gt;&lt;LI&gt;Call Qlik with path to the resource I am trying to reach&lt;/LI&gt;&lt;LI&gt;Receive the auth callback&lt;/LI&gt;&lt;LI&gt;Call Qlik QPS with info from callback to get a ticket&lt;/LI&gt;&lt;LI&gt;Redirect to Qlik resource with ticket&amp;nbsp;"https://qlikserver/myqlikresource&amp;amp;qlikTicket=ABC&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This workflow functions correctly, creates a session and displays the resource. However results in rather convoluted code and extra knowledge of "how" all this works for any developers trying to maintain my code in future.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do appreciate your feedback.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 14:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QS-Web-Ticketing-Session/m-p/1783455#M17392</guid>
      <dc:creator>van_nanney</dc:creator>
      <dc:date>2021-02-17T14:13:08Z</dc:date>
    </item>
  </channel>
</rss>

