<?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: How to decode JWT payload in Qlik Sense Cloud in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2487899#M2747</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44421"&gt;@kjun0306&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;Did you manage to use payload information to limit the data in an app for users? I'm trying to set this up myself, and I would like to use information from the payload in section access. For example I'm using the Idp sublect as the USERID field in the SA-table, I would like to use values from the JWT payload as the reduction field.&lt;/P&gt;
&lt;P&gt;Is this possible?&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2024 11:54:00 GMT</pubDate>
    <dc:creator>williamandersson</dc:creator>
    <dc:date>2024-10-18T11:54:00Z</dc:date>
    <item>
      <title>How to decode JWT payload in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2143091#M1597</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to use section access in Qlik Sense in cloud with JWT.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I retrieve user information from JWT payload?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 22:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2143091#M1597</guid>
      <dc:creator>kjun0306</dc:creator>
      <dc:date>2025-03-19T22:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to decode JWT payload in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2143116#M1598</link>
      <description>&lt;P&gt;If the login with the JWT is successful, the relevant information used to section access it already present in the user's metadata.&amp;nbsp; Section access can work of either the subject or email from the JWT or optionally groups if they have been provided in the JWT.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 03:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2143116#M1598</guid>
      <dc:creator>Leigh_Kennedy</dc:creator>
      <dc:date>2023-12-01T03:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to decode JWT payload in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2143459#M1604</link>
      <description>&lt;P&gt;Thank you! Couple more questions:&lt;/P&gt;
&lt;P&gt;1. Is it possible to use JWT with https?&lt;/P&gt;
&lt;P&gt;2. Users of my portal should be able to access Qlik Sense dashboard after they log in to my web app without Qlik Cloud account. How can I set that up?&lt;/P&gt;
&lt;P&gt;3. I need to use some user metadata such as user type. So I still think that I need to parse JWT payload. Would it be doable?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 17:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2143459#M1604</guid>
      <dc:creator>kjun0306</dc:creator>
      <dc:date>2023-12-01T17:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to decode JWT payload in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2143463#M1605</link>
      <description>&lt;P&gt;Here JWT authentication succeeded on http not with https.&amp;nbsp; &amp;nbsp;can&amp;nbsp; any one please help on how we can do authentication for HTTPS ?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 17:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2143463#M1605</guid>
      <dc:creator>Damu</dc:creator>
      <dc:date>2023-12-01T17:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to decode JWT payload in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2143475#M1606</link>
      <description>&lt;P&gt;A full example is provided here:&amp;nbsp;&amp;nbsp;&lt;A href="https://qlik.dev/authenticate/jwt/implement-jwt-authorization/" target="_blank"&gt;https://qlik.dev/authenticate/jwt/implement-jwt-authorization/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 18:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2143475#M1606</guid>
      <dc:creator>Leigh_Kennedy</dc:creator>
      <dc:date>2023-12-01T18:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to decode JWT payload in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2143497#M1608</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47022"&gt;@Leigh_Kennedy&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;The steps in this article are similar to what I have done except the way it generates public key. Is that the one makes it work with https?&lt;/P&gt;
&lt;P&gt;And I will need to make it work for the users of my portal without setting up their accounts in qlik cloud server and retrieve their information from payload.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 19:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2143497#M1608</guid>
      <dc:creator>kjun0306</dc:creator>
      <dc:date>2023-12-01T19:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to decode JWT payload in Qlik Sense Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2487899#M2747</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44421"&gt;@kjun0306&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;Did you manage to use payload information to limit the data in an app for users? I'm trying to set this up myself, and I would like to use information from the payload in section access. For example I'm using the Idp sublect as the USERID field in the SA-table, I would like to use values from the JWT payload as the reduction field.&lt;/P&gt;
&lt;P&gt;Is this possible?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 11:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-to-decode-JWT-payload-in-Qlik-Sense-Cloud/m-p/2487899#M2747</guid>
      <dc:creator>williamandersson</dc:creator>
      <dc:date>2024-10-18T11:54:00Z</dc:date>
    </item>
  </channel>
</rss>

