<?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: Perform authentication to the Qlik Sense Saas programmatically in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Perform-authentication-to-the-Qlik-Sense-Saas-programmatically/m-p/2002527#M17538</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;Thanks for the links and thanks for enabling the jwt option on our account!&lt;/P&gt;
&lt;P&gt;Will try it right away.&lt;/P&gt;
&lt;P&gt;Thanks and take care!&lt;/P&gt;
&lt;P&gt;Miran&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2022 15:33:12 GMT</pubDate>
    <dc:creator>miran</dc:creator>
    <dc:date>2022-11-09T15:33:12Z</dc:date>
    <item>
      <title>Perform authentication to the Qlik Sense Saas programmatically</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Perform-authentication-to-the-Qlik-Sense-Saas-programmatically/m-p/2001349#M17521</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;Is there a way to authenticate the request behind the scenes without the redirect to &lt;A href="https://login.qlik.com/login" target="_blank"&gt;https://login.qlik.com/login&lt;/A&gt;?&lt;BR /&gt;I've been looking for the solution for a few days now and so far i haven't found it..&lt;/P&gt;
&lt;P&gt;I'm trying to embed some sheets into a custom webapp for the tenant `f9a63nlnyf03yr4.us.qlikcloud.com`.&lt;BR /&gt;The problem i'm facing is that whenever i try to access the embedded sheet (using an iframe) and am not already logged in, it redirects me to the qlik's login page.&lt;/P&gt;
&lt;P&gt;Can i somehow perform the authentication via code?&lt;/P&gt;
&lt;P&gt;I have set up the `api-key`, `web-integration-id` and also `content security policy`.&lt;/P&gt;
&lt;P&gt;I've tried using some apis, using `curl` and also via javascript libraries, such as `@nebula.js/stardust`, `enigma.js` and also `@qlik/sdk` and some endpoints were working, but not all of them, since i wasn't logged in.&lt;/P&gt;
&lt;P&gt;Lastly I've created a proxy, which adds `authorization` header with the `Bearer api-key` to all requests and that one ends up redirecting me to the login page too!&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;P&gt;Thanks and take care!&lt;BR /&gt;Miran&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 17:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Perform-authentication-to-the-Qlik-Sense-Saas-programmatically/m-p/2001349#M17521</guid>
      <dc:creator>miran</dc:creator>
      <dc:date>2022-11-07T17:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Perform authentication to the Qlik Sense Saas programmatically</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Perform-authentication-to-the-Qlik-Sense-Saas-programmatically/m-p/2002496#M17537</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/205961"&gt;@miran&lt;/a&gt;&amp;nbsp;, you can use JWT auth. &lt;A href="https://qlik.dev/tutorials/create-signed-tokens-for-jwt-authorization" target="_self"&gt;Here&lt;/A&gt; some info.&lt;/P&gt;&lt;P&gt;With this approach you can first login to Qlik SaaS calling one of his APIs with JWT then, when authentication is done, render your iframe.&lt;/P&gt;&lt;P&gt;&lt;A href="https://qlik.dev/tutorials/managing-iframe-embedded-content-session-state-using-enigmajs-and-json-web-tokens" target="_self"&gt;Here&lt;/A&gt; you can find a example on how to login with JWT.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 14:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Perform-authentication-to-the-Qlik-Sense-Saas-programmatically/m-p/2002496#M17537</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2022-11-09T14:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Perform authentication to the Qlik Sense Saas programmatically</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Perform-authentication-to-the-Qlik-Sense-Saas-programmatically/m-p/2002527#M17538</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;Thanks for the links and thanks for enabling the jwt option on our account!&lt;/P&gt;
&lt;P&gt;Will try it right away.&lt;/P&gt;
&lt;P&gt;Thanks and take care!&lt;/P&gt;
&lt;P&gt;Miran&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 15:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Perform-authentication-to-the-Qlik-Sense-Saas-programmatically/m-p/2002527#M17538</guid>
      <dc:creator>miran</dc:creator>
      <dc:date>2022-11-09T15:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Perform authentication to the Qlik Sense Saas programmatically</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Perform-authentication-to-the-Qlik-Sense-Saas-programmatically/m-p/2120536#M19213</link>
      <description>&lt;P&gt;Do we need enigma.js to enable the iFrame without being re-directed to the login page?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 14:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Perform-authentication-to-the-Qlik-Sense-Saas-programmatically/m-p/2120536#M19213</guid>
      <dc:creator>htrimas</dc:creator>
      <dc:date>2023-09-20T14:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Perform authentication to the Qlik Sense Saas programmatically</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Perform-authentication-to-the-Qlik-Sense-Saas-programmatically/m-p/2120761#M19214</link>
      <description>&lt;P&gt;In the example eniga.js is used for retrieving the current app theme. If you want, you can avoid to use enigma.js for just render the iframe.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 06:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Perform-authentication-to-the-Qlik-Sense-Saas-programmatically/m-p/2120761#M19214</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2023-09-21T06:44:25Z</dc:date>
    </item>
  </channel>
</rss>

