<?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: Capability API openApp Using Web Ticket in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Capability-API-openApp-Using-Web-Ticket/m-p/75200#M1058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to documentation I received from Qlik Support, the Qlik Ticket is not used by the openApp method.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to use a Qlik Ticket with the Capability API you need to get the Qlik Ticket then attempt to access a resource (like an image) on the Qlik server via URL and append the ticket to that.&amp;nbsp; The response from that sets the Qlik session cookie and then you can use the openApp method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this method I've been able to get an app reference with openApp, although I haven't yet had any success using getObject to display the mashup. Baby steps I guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2018 13:44:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-07T13:44:46Z</dc:date>
    <item>
      <title>Capability API openApp Using Web Ticket</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Capability-API-openApp-Using-Web-Ticket/m-p/75197#M1055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're trying to use the Capability API openApp method to add a Qlik mashup within our web application (JS / ExtJS front end) using web ticketing for authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, we've been unable to find the appropriate config to add the web ticket to.&amp;nbsp; We've tried adding the ticket to the window.qlikConfig.host, .prefix, and .identity configs but those resulted in "failed: Error during WebSocket handshake: Unexpected response code:" with either a 301 or 404 returned from our Qlik server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there some other way to utilize web tickets with the Capability API?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 21:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Capability-API-openApp-Using-Web-Ticket/m-p/75197#M1055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-22T21:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Capability API openApp Using Web Ticket</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Capability-API-openApp-Using-Web-Ticket/m-p/75198#M1056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You cannot use Mashup within your application., but you can makes your application like a Mashup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You have to use require JS in your application. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var config = { host: "myhost.com", //the address of your Qlik Engine Instance prefix: "/", //the virtual proxy to be used. for example "/anonymous/" port: window.location.port, //the port to be used if different from the current port isSecure: true //should be true if connecting over HTTPS };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;require(['js/qlik'], function(qlik) { //if there's any error we catch it here qlik.setOnError( function ( error ) { console.log(error); }); });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var app = qlik.openApp("app name or id", config);&lt;/P&gt;&lt;P&gt; You can get this from mashup also. &lt;/P&gt;&lt;P&gt;You dont need ticket to embed qlik charts in your application. Ticket are for authentication. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To use ticket,have to export the ssl certificate from your QlikSense server and install in your development machine. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 23:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Capability-API-openApp-Using-Web-Ticket/m-p/75198#M1056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T23:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Capability API openApp Using Web Ticket</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Capability-API-openApp-Using-Web-Ticket/m-p/75199#M1057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your web page running from the Qlik Server extensions directory or another web server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 04:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Capability-API-openApp-Using-Web-Ticket/m-p/75199#M1057</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-08-07T04:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Capability API openApp Using Web Ticket</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Capability-API-openApp-Using-Web-Ticket/m-p/75200#M1058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to documentation I received from Qlik Support, the Qlik Ticket is not used by the openApp method.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to use a Qlik Ticket with the Capability API you need to get the Qlik Ticket then attempt to access a resource (like an image) on the Qlik server via URL and append the ticket to that.&amp;nbsp; The response from that sets the Qlik session cookie and then you can use the openApp method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this method I've been able to get an app reference with openApp, although I haven't yet had any success using getObject to display the mashup. Baby steps I guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 13:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Capability-API-openApp-Using-Web-Ticket/m-p/75200#M1058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-07T13:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Capability API openApp Using Web Ticket</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Capability-API-openApp-Using-Web-Ticket/m-p/75201#M1059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our app is on a different server than our Qlik server, so I'm going through the Qlik mashup virtual proxy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 13:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Capability-API-openApp-Using-Web-Ticket/m-p/75201#M1059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-07T13:47:42Z</dc:date>
    </item>
  </channel>
</rss>

