<?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: Qlik Scalability Tools JWT Connection to Qlik Sense Error in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Scalability-Tools-JWT-Connection-to-Qlik-Sense-Error/m-p/2013612#M17720</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32709"&gt;@lylererger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is the Qlik provided JWT authentication type on a virtual proxy it does not use &lt;EM&gt;JWT Header &lt;/EM&gt;and the field should be left blank.&lt;BR /&gt;If it's a custom solution which uses JWT header, the JWT header needs to be in JSON format.&lt;BR /&gt;&lt;BR /&gt;They way you have entered it currently would hard code user1 for each and every simulated user though. a better way for the claims would be:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{"userID":"{{.UserName}}","userDirectory":"{{.Directory}}"}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the proxy settings&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daniel_Larsson_1-1670405646607.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95617i5370A8A3EA58F949/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daniel_Larsson_1-1670405646607.png" alt="Daniel_Larsson_1-1670405646607.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This would use the username and directory defined in the user settings e.g.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daniel_Larsson_0-1670405498121.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95616iAA806054BDF1D7D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daniel_Larsson_0-1670405498121.png" alt="Daniel_Larsson_0-1670405498121.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;above settings would create user_1 , user_2 etc for each user simulated with directory FLY. It will also work with users from list/file etc of course&lt;BR /&gt;&lt;BR /&gt;I don't understand how you would get modheader to work with a JWT authentication on the virtual proxy though? As far as I know that should only work with header authentication.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Dec 2022 09:39:43 GMT</pubDate>
    <dc:creator>Daniel_Larsson</dc:creator>
    <dc:date>2022-12-07T09:39:43Z</dc:date>
    <item>
      <title>Qlik Scalability Tools JWT Connection to Qlik Sense Error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Scalability-Tools-JWT-Connection-to-Qlik-Sense-Error/m-p/2013301#M17717</link>
      <description>&lt;P&gt;Hello friends!&lt;/P&gt;
&lt;P&gt;I'm trying to set up Scalability Tools (Script Editor) in our Environment but this error pops up:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ST+JWT Error" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95547iAECA873AE918BB96/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.png" alt="ST+JWT Error" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ST+JWT Error&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have already tried almost all the JWT-Claims options, but it does not help. However, with ModHeader Chrome Extention on the JWT Virtual Proxy, I go through Qlik Sense successfully. What's wrong with the JWT Claims and connection setup? Thanks in advance!&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/13178"&gt;@Daniel_Larsson&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28896"&gt;@Sebastian_Fredenberg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 16:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Scalability-Tools-JWT-Connection-to-Qlik-Sense-Error/m-p/2013301#M17717</guid>
      <dc:creator>lylererger</dc:creator>
      <dc:date>2022-12-06T16:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Scalability Tools JWT Connection to Qlik Sense Error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Scalability-Tools-JWT-Connection-to-Qlik-Sense-Error/m-p/2013612#M17720</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32709"&gt;@lylererger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is the Qlik provided JWT authentication type on a virtual proxy it does not use &lt;EM&gt;JWT Header &lt;/EM&gt;and the field should be left blank.&lt;BR /&gt;If it's a custom solution which uses JWT header, the JWT header needs to be in JSON format.&lt;BR /&gt;&lt;BR /&gt;They way you have entered it currently would hard code user1 for each and every simulated user though. a better way for the claims would be:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{"userID":"{{.UserName}}","userDirectory":"{{.Directory}}"}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the proxy settings&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daniel_Larsson_1-1670405646607.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95617i5370A8A3EA58F949/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daniel_Larsson_1-1670405646607.png" alt="Daniel_Larsson_1-1670405646607.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This would use the username and directory defined in the user settings e.g.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daniel_Larsson_0-1670405498121.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95616iAA806054BDF1D7D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daniel_Larsson_0-1670405498121.png" alt="Daniel_Larsson_0-1670405498121.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;above settings would create user_1 , user_2 etc for each user simulated with directory FLY. It will also work with users from list/file etc of course&lt;BR /&gt;&lt;BR /&gt;I don't understand how you would get modheader to work with a JWT authentication on the virtual proxy though? As far as I know that should only work with header authentication.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 09:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Scalability-Tools-JWT-Connection-to-Qlik-Sense-Error/m-p/2013612#M17720</guid>
      <dc:creator>Daniel_Larsson</dc:creator>
      <dc:date>2022-12-07T09:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Scalability Tools JWT Connection to Qlik Sense Error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Scalability-Tools-JWT-Connection-to-Qlik-Sense-Error/m-p/2514707#M22090</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32709"&gt;@lylererger&lt;/a&gt;&amp;nbsp; - were you able to get it working ?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 11:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Scalability-Tools-JWT-Connection-to-Qlik-Sense-Error/m-p/2514707#M22090</guid>
      <dc:creator>SwapneelGolapkar</dc:creator>
      <dc:date>2025-04-17T11:57:11Z</dc:date>
    </item>
  </channel>
</rss>

