I am trying to use the JWT flow with SFDX. However I am continuously getting the "ERROR: client identifier invalid." I am trying to the below command:
sfdx force:auth:jwt:grant -r https://ap5.salesforce.com -i xxxxxxxxx -f server.key -u rahul@xxxxxx.xxx
I referred to Jeff Douglas blog where it was mentioned to use the actual POD. However still getting the error. Could someone help.
Thanks & Regards,
Rahul Raghunathan
답변 1개

Hi Rahul,
check the below article that might help
https://help.salesforce.com/articleView?id=remoteaccess_oauth_jwt_flow.htm&type=5
Hope that helps, Thanks!