From d945fef29567f2029603213d4a2a4f38186abaf9 Mon Sep 17 00:00:00 2001 From: ejangi Date: Fri, 8 Nov 2019 17:19:25 +1000 Subject: [PATCH] Clarified that the Salesforce password needs to include the User's security token as well or Salesforce will reject the login attempt. --- docs/Salesforce-batchsink.md | 2 +- docs/Salesforce-batchsource.md | 2 +- docs/Salesforce-streamingsource.md | 2 +- docs/SalesforceMultiObjects-batchsource.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Salesforce-batchsink.md b/docs/Salesforce-batchsink.md index 1c32fde1..68738a84 100644 --- a/docs/Salesforce-batchsink.md +++ b/docs/Salesforce-batchsink.md @@ -15,7 +15,7 @@ Configuration **Username:** Salesforce username. -**Password:** Salesforce password. +**Password:** Salesforce password + security token (concatenated together with no spaces in between). **Consumer Key:** Application Consumer Key. This is also known as the OAuth client id. A Salesforce connected application must be created in order to get a consumer key. diff --git a/docs/Salesforce-batchsource.md b/docs/Salesforce-batchsource.md index e57625b3..8e558f78 100644 --- a/docs/Salesforce-batchsource.md +++ b/docs/Salesforce-batchsource.md @@ -16,7 +16,7 @@ Configuration **Username:** Salesforce username. -**Password:** Salesforce password. +**Password:** Salesforce password + security token (concatenated together with no spaces in between). **Consumer Key:** Application Consumer Key. This is also known as the OAuth client id. A Salesforce connected application must be created in order to get a consumer key. diff --git a/docs/Salesforce-streamingsource.md b/docs/Salesforce-streamingsource.md index 3e1d88d1..62069630 100644 --- a/docs/Salesforce-streamingsource.md +++ b/docs/Salesforce-streamingsource.md @@ -23,7 +23,7 @@ Configuration **Username:** Salesforce username. -**Password:** Salesforce password. +**Password:** Salesforce password + security token (concatenated together with no spaces in between). **Consumer Key:** Application Consumer Key. This is also known as the OAuth client id. A Salesforce connected application must be created in order to get a consumer key. diff --git a/docs/SalesforceMultiObjects-batchsource.md b/docs/SalesforceMultiObjects-batchsource.md index e1c4995e..9170beee 100644 --- a/docs/SalesforceMultiObjects-batchsource.md +++ b/docs/SalesforceMultiObjects-batchsource.md @@ -16,7 +16,7 @@ Configuration **Username:** Salesforce username. -**Password:** Salesforce password. +**Password:** Salesforce password + security token (concatenated together with no spaces in between). **Consumer Key:** Application Consumer Key. This is also known as the OAuth client id. A Salesforce connected application must be created in order to get a consumer key.