<?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 Qlikview Integration with Okta in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Integration-with-Okta/m-p/41487#M1236389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to integrate Qlikview with OKta. We set up a WS-Fed template in Okta and created an application there. On Qlikview server side, we set up IIS and made it work as Qlikview web server. Setting up went well. But I got runtime error when I clicked the icon on OKTA. The error was captured by QlikOKTAError.aspx which is included along with the instruction document.&amp;nbsp; But there is no detailed error message displayed on the page. We don't know where to start investigation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone completed this before?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator>Jeffrey_Li</dc:creator>
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>Qlikview Integration with Okta</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Integration-with-Okta/m-p/41487#M1236389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to integrate Qlikview with OKta. We set up a WS-Fed template in Okta and created an application there. On Qlikview server side, we set up IIS and made it work as Qlikview web server. Setting up went well. But I got runtime error when I clicked the icon on OKTA. The error was captured by QlikOKTAError.aspx which is included along with the instruction document.&amp;nbsp; But there is no detailed error message displayed on the page. We don't know where to start investigation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone completed this before?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Integration-with-Okta/m-p/41487#M1236389</guid>
      <dc:creator>Jeffrey_Li</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Integration with Okta</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Integration-with-Okta/m-p/41488#M1236391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By any chance, do you have any documentation on how you were able to set this up?&lt;BR /&gt;I need to do this on my end as well, though have not started. Having a hard time finding links to help with this.&lt;BR /&gt;Sorry I am not able to help- but once I begin this I can help out if I go as far as you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 16:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Integration-with-Okta/m-p/41488#M1236391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T16:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Integration with Okta</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Integration-with-Okta/m-p/41489#M1236394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, German,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These links might help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://qliksupport.force.com/QS_CaseWizardKnowledgeArticle?Id=ka5D00000004SZOIA2" rel="nofollow" target="_blank"&gt;https://qliksupport.force.com/QS_CaseWizardKnowledgeArticle?Id=ka5D00000004SZOIA2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" data-containerid="2049" data-containertype="14" data-objectid="3614" data-objecttype="102" href="https://community.qlik.com/docs/DOC-3614"&gt;https://community.qlik.com/docs/DOC-3614&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you need to set up your OKTA to make it point to your Qlikview server. Then you need to make the Getticket.aspx web page (described in one of the articles above) work, meaning it should capture the correct log in id passed from OKTA. This part took me many hours because it is difficult to find the cause of error. I had to create a .NET solution on my local PC based on the Getticket.aspx, and put in code to log real time running information in order to debug. Also, please make sure the setting in IIS and Qlikview server are correct. They are the ones which caused problems in my situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 17:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Integration-with-Okta/m-p/41489#M1236394</guid>
      <dc:creator>Jeffrey_Li</dc:creator>
      <dc:date>2018-03-28T17:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Integration with Okta</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Integration-with-Okta/m-p/41490#M1236397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton for the info Bo- I will look into this soon. Seems like some heavy work- I am&amp;nbsp; hoping in the meantime someone can see this post and help out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 17:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Integration-with-Okta/m-p/41490#M1236397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T17:37:23Z</dc:date>
    </item>
  </channel>
</rss>

