Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Oct 21, 2025 5:08:14 AM
Xiaodi_Shi
Oct 21, 2025 5:05:56 AM
When you need to integrate auth0 JWT Bear Token auth with Talend tRestRequest component, it is possible to use JWT Bearer Token with Keystore Type : Java Keystore *.jks to achive this.
Please follow the some similar steps from Obtaining a JWT from Microsoft Entra ID | Qlik Help
-----BEGIN CERTIFICATE-----MGLqj98VNLoXaFfpJCBpgB4JaKs-----END CERTIFICATE-----
keytool -import -keystore talend-esb.jks -storepass changeit -alias talend-esb talend-esb.cer -noprompt
Security: JWT Bearer TokenKeystore File: /path_to/talend-esb.jksKeystore Password : changeitKeystore Alias : talend-esbAudience: "https://dev-xxxx.us.auth0.com/api/v2/"