singer-io / tap-salesforce

Singer.io tap for the Salesforce API
GNU Affero General Public License v3.0
78 stars 69 forks source link

Salesforce JWT Authorization Flow #71

Open judahrand opened 4 years ago

judahrand commented 4 years ago

My use case (at the moment) does not allow me to use the Web Server Auth Flow which is currently being used in this tap. Would a pull request to implement JWT authorization be accepted?

Any advice or thoughts on how this should be configured would be welcomed. Should the tap work out which flow to use from what keys are defined in the config? Or should there be a specific config key to enable JWT auth flow?

(https://help.salesforce.com/articleView?id=remoteaccess_oauth_jwt_flow.htm&r=https%3A%2F%2Fwww.google.com%2F&type=5)

aaronsteers commented 3 years ago

@Jude188 - I came here looking for the same (JWT auth flow). By any chance did you get anywhere with this request (either here or on any other forks)?