Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shmsr committed Oct 28, 2024
1 parent 4915265 commit e96f879
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
11 changes: 3 additions & 8 deletions packages/salesforce/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,9 @@ The User ID of the registered user.

### Password

The password used to authenticate the user.
If your Salesforce instance uses a security token, it should be appended at the end of the password without spaces or any characters.
For example:
```
password = pass123
security_token = sectoken321
```
This field should be filled as `pass123sectoken321`
The password used to authenticate the user with your Salesforce instance.

When using a Salesforce instance with a security token, append the token directly to your password without spaces or special characters. For example, if your password is `password` and your security token is `12345`, enter: `password12345`.

### Token URL

Expand Down
3 changes: 3 additions & 0 deletions packages/salesforce/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- description: Improve the Salesforce integration documentation and field descriptions.
type: enhancement
link: https://github.com/elastic/integrations/pull/11452
- description: Update docs to reflect the use of optional security token.
type: enhancement
link: https://github.com/elastic/integrations/pull/11512
- version: "0.15.1"
changes:
- description: Improve the Salesforce integration documentation.
Expand Down
11 changes: 3 additions & 8 deletions packages/salesforce/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,9 @@ The User ID of the registered user.

### Password

The password used to authenticate the user.
If your Salesforce instance uses a security token, it should be appended at the end of the password without spaces or any characters.
For example:
```
password = pass123
security_token = sectoken321
```
This field should be filled as `pass123sectoken321`
The password used to authenticate the user with your Salesforce instance.

When using a Salesforce instance with a security token, append the token directly to your password without spaces or special characters. For example, if your password is `password` and your security token is `12345`, enter: `password12345`.

### Token URL

Expand Down

0 comments on commit e96f879

Please sign in to comment.