function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dhilip DussaDhilip Dussa 

Salesforce to Salesforce Integration JWT

Hi good morning,

I Need help on Salesforce JWT

I was done this to return Access token, after this i need to send any message to another Salesforce org can anyone please help me on this 

Thanks,
Dilip
AbhishekAbhishek (Salesforce Developers) 
The JWT enables identity and security information to be shared across security domains. Salesforce validates the JWT based on a signature using a previously configured certificate and additional parameters. Assuming that the JWT is valid and that the connected app has prior approval, Salesforce issues an access token.

https://www.sachinsf.com/how-to-generate-jwt-token-from-salesforce/

For further reference, you can check this too,

https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_auth_jwt_flow.htm

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.