Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Solving the Informatica Dilemma: On-Demand Briefing - Watch On Demand!
cancel
Showing results for 
Search instead for 
Did you mean: 
talend-dev
Contributor II
Contributor II

[Salesforce] Issues with Talend OAuth JWT Flow after Summer '25 release

Dear Community,

After Salesforce Summer '25 release in sandboxes, we started observing issues with INVALID_SESSION_ID being thrown when trying to queue any of the jobs.

The connection was established using the following knowledge article:

https://help.qlik.com/talend/en-US/components/8.0/salesforce/connecting-to-salesforce-using-oauth-jw...

The Connected App wasn't modified recently. What's interesting, connection test works fine but this INVALID_SESSION_ID error is thrown after the job is run, it's just the generic exception as shown below:

java.io.IOException: [UnexpectedErrorFault [ApiFault exceptionCode='INVALID_SESSION_ID'
exceptionMessage='Invalid Session ID found in SessionHeader: Illegal Session'
extendedErrorDetails='{[0]}'

Have you observed anything similar on your end after this Summer '25 update?

There are a couple known issues updated recently but none of them was directly related to Talend:

https://help.salesforce.com/s/issues#q=INVALID_SESSION_ID&sortCriteria=%40sflast_modified_date_exter...

Thank you in advance for any feedback 

Labels (1)
1 Solution

Accepted Solutions
talend-dev
Contributor II
Contributor II
Author

After discussion with Salesforce Support, it has been confirmed that it's needed to disable the following flag on the Connected App level:

"Issue JSON Web Token (JWT)-based access tokens for named users"

View solution in original post

3 Replies
KiranKumari_Biradar

Hello ,

As per the supported matrix saleforce connector supports API version till 57 with the latest patch release you can refer below 

https://help.qlik.com/talend/en-US/studio-user-guide/8.0-R2025-04/supported-systems-databases-and-bu...

 

And as per the salesforce as of Spring ‘25, the Salesforce API will be on version 63.0 this is not supported this could be one of the reason any possibility to create the app with lower version API and then test the job

talend-dev
Contributor II
Contributor II
Author

Hi @KiranKumari_Biradar,

Thank you for reply. Unfortunately, the API version is not the problem there because the connection remained with v57 and just stopped working after Summer '25 upgrade on our sandbox. We created a Connected App in Production org to ensure that exactly the same connection works fine on environment which is still on Spring '25.

To sum up:

  • sandbox (Summer '25), Talend connection API 57.0, issue persists
  • production (Spring '25), Talend connection API 57.0, works fine
talend-dev
Contributor II
Contributor II
Author

After discussion with Salesforce Support, it has been confirmed that it's needed to disable the following flag on the Connected App level:

"Issue JSON Web Token (JWT)-based access tokens for named users"