<?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>article Qlik Talend ESB tRestRequest Component Integration with Auth0 JWT Bearer Token in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-ESB-tRestRequest-Component-Integration-with-Auth0/ta-p/2533884</link>
    <description>&lt;P&gt;When you need to integrate auth0 JWT Bear Token auth with Talend tRestRequest component, it is possible to use&lt;STRONG&gt; JWT Bearer Token&lt;/STRONG&gt; with Keystore Type : &lt;STRONG&gt;Java Keystore *.jks&lt;/STRONG&gt; to achive this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;How To&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Please follow the some similar steps from&amp;nbsp;&lt;A href="https://help.qlik.com/talend/en-US/mediation-components/8.0/mediation-apache-cxf/obtaining-a-jwt-from-microsoft-entra-id" target="_blank" rel="noopener"&gt;Obtaining a JWT from Microsoft Entra ID | Qlik Help &lt;/A&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open &lt;A href="https://dev-xxxx.us.auth0.com/.well-known/jwks.json" target="_blank" rel="noopener"&gt;https://dev-xxxx.us.auth0.com/.well-known/jwks.json&lt;/A&gt; in a Web browser. &lt;BR /&gt;Reference:&amp;nbsp;&lt;A title="https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-set" href="https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-set" target="_self"&gt;json-web-key-sets| auth0.com&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Copy the String value from the x5c field of the matched key and save it to a text file.&lt;BR /&gt;Convert the text file to an talend-esb.cer file, for example:
&lt;PRE class="ckeditor_codeblock"&gt;-----BEGIN CERTIFICATE-----&lt;BR /&gt;MGLqj98VNLoXaFfpJCBpgB4JaKs&lt;BR /&gt;-----END CERTIFICATE-----&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Import this trusted key into your keystore JKS using Java keytool.
&lt;PRE class="ckeditor_codeblock"&gt;keytool -import -keystore talend-esb.jks -storepass changeit -alias talend-esb talend-esb.cer -noprompt&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Use this &lt;STRONG&gt;talend-esb.jks &lt;/STRONG&gt;in tRestRequest with the following configurations
&lt;PRE class="ckeditor_codeblock"&gt;Security: JWT Bearer Token&lt;BR /&gt;Keystore File: &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;/path_to/talend-esb.jks&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;Keystore Password : changeit&lt;BR /&gt;Keystore Alias : talend-esb&lt;BR /&gt;Audience: "&lt;A href="https://dev-xxxx.us.auth0.com/api/v2/" target="_blank" rel="noopener"&gt;https://dev-xxxx.us.auth0.com/api/v2/&lt;/A&gt;"&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Use the bear token fetched from&amp;nbsp; &lt;A href="https://dev-xxxx.us.auth0.com/oauth/token" target="_blank" rel="noopener"&gt;https://dev-xxxx.us.auth0.com/oauth/token&lt;/A&gt; to send request to tRestRequest defined endpoint for testing.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend Studio" id="qlik_TalendStudio"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend ESB" id="qlik_TalendESB"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 21 Oct 2025 09:08:14 GMT</pubDate>
    <dc:creator>wei_guo</dc:creator>
    <dc:date>2025-10-21T09:08:14Z</dc:date>
    <item>
      <title>Qlik Talend ESB tRestRequest Component Integration with Auth0 JWT Bearer Token</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-ESB-tRestRequest-Component-Integration-with-Auth0/ta-p/2533884</link>
      <description>&lt;P&gt;When you need to integrate auth0 JWT Bear Token auth with Talend tRestRequest component, it is possible to use&lt;STRONG&gt; JWT Bearer Token&lt;/STRONG&gt; with Keystore Type : &lt;STRONG&gt;Java Keystore *.jks&lt;/STRONG&gt; to achive this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;How To&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Please follow the some similar steps from&amp;nbsp;&lt;A href="https://help.qlik.com/talend/en-US/mediation-components/8.0/mediation-apache-cxf/obtaining-a-jwt-from-microsoft-entra-id" target="_blank" rel="noopener"&gt;Obtaining a JWT from Microsoft Entra ID | Qlik Help &lt;/A&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open &lt;A href="https://dev-xxxx.us.auth0.com/.well-known/jwks.json" target="_blank" rel="noopener"&gt;https://dev-xxxx.us.auth0.com/.well-known/jwks.json&lt;/A&gt; in a Web browser. &lt;BR /&gt;Reference:&amp;nbsp;&lt;A title="https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-set" href="https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-set" target="_self"&gt;json-web-key-sets| auth0.com&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Copy the String value from the x5c field of the matched key and save it to a text file.&lt;BR /&gt;Convert the text file to an talend-esb.cer file, for example:
&lt;PRE class="ckeditor_codeblock"&gt;-----BEGIN CERTIFICATE-----&lt;BR /&gt;MGLqj98VNLoXaFfpJCBpgB4JaKs&lt;BR /&gt;-----END CERTIFICATE-----&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Import this trusted key into your keystore JKS using Java keytool.
&lt;PRE class="ckeditor_codeblock"&gt;keytool -import -keystore talend-esb.jks -storepass changeit -alias talend-esb talend-esb.cer -noprompt&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Use this &lt;STRONG&gt;talend-esb.jks &lt;/STRONG&gt;in tRestRequest with the following configurations
&lt;PRE class="ckeditor_codeblock"&gt;Security: JWT Bearer Token&lt;BR /&gt;Keystore File: &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;/path_to/talend-esb.jks&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;Keystore Password : changeit&lt;BR /&gt;Keystore Alias : talend-esb&lt;BR /&gt;Audience: "&lt;A href="https://dev-xxxx.us.auth0.com/api/v2/" target="_blank" rel="noopener"&gt;https://dev-xxxx.us.auth0.com/api/v2/&lt;/A&gt;"&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Use the bear token fetched from&amp;nbsp; &lt;A href="https://dev-xxxx.us.auth0.com/oauth/token" target="_blank" rel="noopener"&gt;https://dev-xxxx.us.auth0.com/oauth/token&lt;/A&gt; to send request to tRestRequest defined endpoint for testing.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend Studio" id="qlik_TalendStudio"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend ESB" id="qlik_TalendESB"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 21 Oct 2025 09:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-ESB-tRestRequest-Component-Integration-with-Auth0/ta-p/2533884</guid>
      <dc:creator>wei_guo</dc:creator>
      <dc:date>2025-10-21T09:08:14Z</dc:date>
    </item>
  </channel>
</rss>

