MeltanoLabs / tap-salesforce

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

Remove `client_id` as a required param in PasswordCredentials - [merged] #21

Closed MeltyBot closed 2 years ago

MeltyBot commented 5 years ago

Merges 4-remove-client-id-from-password-auth -> master

Migrated from GitLab: https://gitlab.com/meltano/tap-salesforce/-/merge_requests/8


client_id was listed as a required param even though the value was not checked when authenticating with SalesForce using PasswordCredentials

Closes #4