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.