<?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: Error 400 while introducing JWT Authentication in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-400-while-introducing-JWT-Authentication/m-p/2096040#M18877</link>
    <description>&lt;P&gt;Thank you very much for the fast responses!&lt;/P&gt;
&lt;P&gt;Indeed I had a problem with the host name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I usually access the hub through smth like this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://xyz.mycity.de/hub/" target="_blank"&gt;https://xyz.mycity.de/hub/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To follow the instructions, I added the prefix jwt:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://xyz.mycity.de/jwt/hub/" target="_blank"&gt;https://xyz.mycity.de/jwt/hub/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;However this did not work. In the Qlik Proxy logs I saw that the server name is only "xyz".&lt;/P&gt;
&lt;P&gt;Adding the full name xyz.mycity.de to the Host allowed list had no effect.&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;
&lt;P&gt;Mira&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2023 08:40:46 GMT</pubDate>
    <dc:creator>Mira_io</dc:creator>
    <dc:date>2023-07-21T08:40:46Z</dc:date>
    <item>
      <title>Error 400 while introducing JWT Authentication</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-400-while-introducing-JWT-Authentication/m-p/2095650#M18873</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;I am currently experiencing problems in the authentication with JWT which I urgently need to overcome.&amp;nbsp; I have followed the steps described in this article:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-How-to-set-up-JWT-authentication/ta-p/1716226" target="_blank" rel="noopener"&gt;Qlik Sense: How to set up JWT authentication - Qlik Community - 1716226&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;My problem is that I get a "400" Error when I try to go to the hub with the new prefix (which is jwt in my case) :&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;https://{your server name}/jwt/hub/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Do you have any idea what the reason is or how I could solve this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I would be very greateful for your help!!&lt;/P&gt;
&lt;P&gt;Yours,&lt;/P&gt;
&lt;P&gt;Mira&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 10:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-400-while-introducing-JWT-Authentication/m-p/2095650#M18873</guid>
      <dc:creator>Mira_io</dc:creator>
      <dc:date>2023-07-20T10:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 while introducing JWT Authentication</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-400-while-introducing-JWT-Authentication/m-p/2095853#M18874</link>
      <description>Hello ,&lt;BR /&gt;&lt;BR /&gt;Please check, that the certificate in the Virtual Proxy and the private key which you use to sign the JWT are matching. You can check this on &lt;A href="https://jwt.io" target="_blank"&gt;https://jwt.io&lt;/A&gt; if you set the encoding to RS-256 and paste both. Next, check that you provide the exact two attributes in the JWT payload that you configured in the Virtual Proxy as the one holding the userid and userdirectory. Also check the logs under C:\ProgramData\Qlik\Sense\Log\Proxy\Trace&lt;BR /&gt;&lt;BR /&gt;From the below community link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/App-Development/JWT-Auth-Error-400-Contact-your-system-administrator/td-p/1596214" target="_blank"&gt;https://community.qlik.com/t5/App-Development/JWT-Auth-Error-400-Contact-your-system-administrator/td-p/1596214&lt;/A&gt;</description>
      <pubDate>Thu, 20 Jul 2023 19:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-400-while-introducing-JWT-Authentication/m-p/2095853#M18874</guid>
      <dc:creator>Ray_Strother</dc:creator>
      <dc:date>2023-07-20T19:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 while introducing JWT Authentication</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-400-while-introducing-JWT-Authentication/m-p/2095915#M18876</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/203504"&gt;@Mira_io&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As Ray also said, you should see why it's failing if you check the Qlik Proxy logs in C:\programdata\qlik\sense\log\proxy\trace\servername_audit_proxy.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There should be a line with WARN or ERROR at the exact time when you're trying to access the hub.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If it's error 400, it could also be that the server hostname you're using to access the hub through this virtual proxy is not added to the Host allow list in the virtual proxy settings.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 01:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-400-while-introducing-JWT-Authentication/m-p/2095915#M18876</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2023-07-21T01:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 while introducing JWT Authentication</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Error-400-while-introducing-JWT-Authentication/m-p/2096040#M18877</link>
      <description>&lt;P&gt;Thank you very much for the fast responses!&lt;/P&gt;
&lt;P&gt;Indeed I had a problem with the host name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I usually access the hub through smth like this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://xyz.mycity.de/hub/" target="_blank"&gt;https://xyz.mycity.de/hub/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To follow the instructions, I added the prefix jwt:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://xyz.mycity.de/jwt/hub/" target="_blank"&gt;https://xyz.mycity.de/jwt/hub/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;However this did not work. In the Qlik Proxy logs I saw that the server name is only "xyz".&lt;/P&gt;
&lt;P&gt;Adding the full name xyz.mycity.de to the Host allowed list had no effect.&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;
&lt;P&gt;Mira&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 08:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Error-400-while-introducing-JWT-Authentication/m-p/2096040#M18877</guid>
      <dc:creator>Mira_io</dc:creator>
      <dc:date>2023-07-21T08:40:46Z</dc:date>
    </item>
  </channel>
</rss>

