<?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: Embed Sense Object to a web site out of sense proxy in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-Sense-Object-to-a-web-site-out-of-sense-proxy/m-p/1029384#M4160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to redirect them to the proxy, they just need to fetch a resource from behind the proxy with a qlikTicket url parameter append to the resource (is using ticketing that is).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a nodejs sample &lt;A href="https://github.com/mindspank/express-qps-sample" title="https://github.com/mindspank/express-qps-sample"&gt;GitHub - mindspank/express-qps-sample: Using capabilities API with tickets&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If your website issues session cookies then a session integration is probably smoother.&lt;/P&gt;&lt;P&gt;Do NOT user header authentication unless you have a reverse proxy in front of Qlik and can limit the inbound traffic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2016 14:12:12 GMT</pubDate>
    <dc:creator>Alexander_Thor</dc:creator>
    <dc:date>2016-03-22T14:12:12Z</dc:date>
    <item>
      <title>Embed Sense Object to a web site out of sense proxy</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-Sense-Object-to-a-web-site-out-of-sense-proxy/m-p/1029382#M4158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a web site and try to embed some sense objects into it. We have enough license to make this also we know there are some authentication methods like "ticketing and header authentication".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually want to know what is the most secure way to achieve this. We tought about ticket authentication but, you have to go through the sense proxy to achieve this. Is there any way to authenticate user seemlesly without directing him/she to sense proxy with ticketing method ? or do we have to use header authentication to make this work ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 20:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-Sense-Object-to-a-web-site-out-of-sense-proxy/m-p/1029382#M4158</guid>
      <dc:creator />
      <dc:date>2016-03-18T20:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Embed Sense Object to a web site out of sense proxy</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-Sense-Object-to-a-web-site-out-of-sense-proxy/m-p/1029383#M4159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any idea about this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 13:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-Sense-Object-to-a-web-site-out-of-sense-proxy/m-p/1029383#M4159</guid>
      <dc:creator />
      <dc:date>2016-03-22T13:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Embed Sense Object to a web site out of sense proxy</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-Sense-Object-to-a-web-site-out-of-sense-proxy/m-p/1029384#M4160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to redirect them to the proxy, they just need to fetch a resource from behind the proxy with a qlikTicket url parameter append to the resource (is using ticketing that is).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a nodejs sample &lt;A href="https://github.com/mindspank/express-qps-sample" title="https://github.com/mindspank/express-qps-sample"&gt;GitHub - mindspank/express-qps-sample: Using capabilities API with tickets&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If your website issues session cookies then a session integration is probably smoother.&lt;/P&gt;&lt;P&gt;Do NOT user header authentication unless you have a reverse proxy in front of Qlik and can limit the inbound traffic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 14:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-Sense-Object-to-a-web-site-out-of-sense-proxy/m-p/1029384#M4160</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-03-22T14:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Embed Sense Object to a web site out of sense proxy</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-Sense-Object-to-a-web-site-out-of-sense-proxy/m-p/1029385#M4161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;First of thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know much about node.js, but i investigate your codes, still didn't understand one thing. I can get tickets. But i couldn't get an object to an iframe with single object api with a ticket. How can i use tickets directly while calling the object &lt;SPAN style="font-size: 13.3333px;"&gt;below &lt;/SPAN&gt;?&amp;nbsp; &lt;A href="https://kerem-nb/single?appid=37540083-00a1-464e-bd53-2cc9650512b4&amp;amp;obj=Ytpngu" title="https://kerem-nb/single?appid=37540083-00a1-464e-bd53-2cc9650512b4&amp;amp;obj=Ytpngu"&gt;https://10.6.192.194/single?appid=37540083-00a1-464e-bd53-2cc9650512b4&amp;amp;obj=Ytpngu&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;My app is not running on 10.6.192.194 server, and i don't want to direct the user to 10.6.192.194 server. If i redirect them to 10.6.192.194 and redirect again from QPS to my app everything works but i don't want them to see a redirection. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Search for EmbedQlikSenseintoanIISWebsite.pdf and see what i mean a redirection from QPS.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 09:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-Sense-Object-to-a-web-site-out-of-sense-proxy/m-p/1029385#M4161</guid>
      <dc:creator />
      <dc:date>2016-03-23T09:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Embed Sense Object to a web site out of sense proxy</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-Sense-Object-to-a-web-site-out-of-sense-proxy/m-p/1029386#M4162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ye I don't think the single integration api supports ticket authentication.&lt;/P&gt;&lt;P&gt;To work around it make sure you consume the ticket before you load the iframe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you can load a small image or something from behind the proxy with the ticket appended to establish a session cookie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the hosting page already has authenticated the user and has issues a session cookie of some sort I would suggest you do a session integration instead of tickets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 19:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-Sense-Object-to-a-web-site-out-of-sense-proxy/m-p/1029386#M4162</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-03-23T19:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Embed Sense Object to a web site out of sense proxy</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-Sense-Object-to-a-web-site-out-of-sense-proxy/m-p/1029387#M4163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ! as you explained, i load leaf image inside QPS with ticket, which is under Default Content, and get the cookie. Thanks for your help. Also tried an example of Session API and succeed , but we don't want to deal with identity management and session management so for now we'll use ticketing to get session cookie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 23:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Embed-Sense-Object-to-a-web-site-out-of-sense-proxy/m-p/1029387#M4163</guid>
      <dc:creator />
      <dc:date>2016-03-23T23:53:53Z</dc:date>
    </item>
  </channel>
</rss>

