<?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: Custom login on Qliksense SaaS in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-login-on-Qliksense-SaaS/m-p/1891540#M16273</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32610"&gt;@muhammadraza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can we mark this thread as solved as it seems you already got it solved by looking at &lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-authorize-using-generated-JWT-token/td-p/1866751" target="_blank"&gt;https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-authorize-using-generated-JWT-token/td-p/1866751&lt;/A&gt; ?&lt;/P&gt;</description>
    <pubDate>Thu, 10 Feb 2022 14:19:08 GMT</pubDate>
    <dc:creator>Damien_V</dc:creator>
    <dc:date>2022-02-10T14:19:08Z</dc:date>
    <item>
      <title>Custom login on Qliksense SaaS</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-login-on-Qliksense-SaaS/m-p/1887379#M16217</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;
&lt;P&gt;In Qliksense cloud app; signing in user takes you to the Idp page (login.qlik.com/login?state=tettesttest) where you can provide the credentials and it redirects to the Qliksense cloud instance (&lt;A href="https://mycompany.au.qlikcloud.com" target="_blank" rel="noopener"&gt;https://mycompany.au.qlikcloud.com&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;I am looking to replicate the similar scenario of ticket authentication as done in Qliksense/Qlikview enterprise with Qliksense cloud SaaS.&lt;/P&gt;
&lt;P&gt;1- custom authenticate user from the database.&lt;/P&gt;
&lt;P&gt;2- generate a token (which can be embedded in the url)&lt;/P&gt;
&lt;P&gt;3- redirect user to the&amp;nbsp;Qliksense cloud instance page (with the embedded token).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have seen different help pages/tutorials and found that we can generate a token to do the Qlik Saas API calls&lt;/P&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/tutorials/build-a-simple-c-oauth-client-to-access-qlik-sense-saas" target="_blank" rel="noopener"&gt;https://qlik.dev/tutorials/build-a-simple-c-oauth-client-to-access-qlik-sense-saas&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://qlik.dev/tutorials/create-signed-tokens-for-jwt-authorization/#example-of-jwt-signing-code" target="_blank" rel="noopener"&gt;https://qlik.dev/tutorials/create-signed-tokens-for-jwt-authorization/#example-of-jwt-signing-code&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;but the question arises is that what be done with this token? Either this token can be embedded in the URL to bypass the Idp page or&amp;nbsp; can be used to do other API calls which is not my intention.&lt;/P&gt;
&lt;P&gt;I am just looking to bypass this Idp page (by embedding the token/ticket). I seen one link similar to what I am looking to achieve.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/blendr/Content/documentation/sso-integration-for-saas-partners.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/blendr/Content/documentation/sso-integration-for-saas-partners.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;"&lt;/P&gt;
&lt;P&gt;Example SSO link using a JWT:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://saaspartner.admin.[ca|" target="_blank" rel="noopener"&gt;https://saaspartner.admin.[ca|&lt;/A&gt;us|au].blendr.io/sso?jwt=xxx&lt;/P&gt;
&lt;P&gt;"&lt;/P&gt;
&lt;P&gt;In this link they are just embedding the jwt in the url and it seems like bypassing the authentication Idp page.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Kindly let me know is it the right approach to the requirement or do I need to take some other approach.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;BR /&gt;Raza&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 05:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-login-on-Qliksense-SaaS/m-p/1887379#M16217</guid>
      <dc:creator>muhammadraza</dc:creator>
      <dc:date>2022-02-02T05:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom login on Qliksense SaaS</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-login-on-Qliksense-SaaS/m-p/1891540#M16273</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32610"&gt;@muhammadraza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can we mark this thread as solved as it seems you already got it solved by looking at &lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-authorize-using-generated-JWT-token/td-p/1866751" target="_blank"&gt;https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-authorize-using-generated-JWT-token/td-p/1866751&lt;/A&gt; ?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 14:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-login-on-Qliksense-SaaS/m-p/1891540#M16273</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2022-02-10T14:19:08Z</dc:date>
    </item>
  </channel>
</rss>

