Skip to content

Commit

Permalink
Update _security/access-control/authentication-tokens.md
Browse files Browse the repository at this point in the history
Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford and kolchfa-aws authored Nov 14, 2023
1 parent 89f2ea6 commit b65267e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _security/access-control/authentication-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The on-behalf-of token contains the following claims:
The OpenSearch Security plugin is responsible for handling encryption and decryption processes. This approach ensures the protection of user information, even when traversing the trust boundary between OpenSearch and any third-party services.

### 3.0 API endpoint

Check failure on line 64 in _security/access-control/authentication-tokens.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.HeadingCapitalization] '3.0 API endpoint' is a heading and should be in sentence case. Raw Output: {"message": "[OpenSearch.HeadingCapitalization] '3.0 API endpoint' is a heading and should be in sentence case.", "location": {"path": "_security/access-control/authentication-tokens.md", "range": {"start": {"line": 64, "column": 5}}}, "severity": "ERROR"}
There will be an new API endpoint `POST /_plugins/_security/api/generateonbehalfoftoken` on the security plugin that will allow users to create a short-lived self-issued on-behalf-of token to perform certain actions on behalf of a user.
You can access the `POST /_plugins/_security/api/generateonbehalfoftoken` API endpoint on the security plugin in order to create a short-lived self-issued on-behalf-of token to perform certain actions on behalf of a user.

Check failure on line 65 in _security/access-control/authentication-tokens.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Security plugin' instead of 'security plugin'. Raw Output: {"message": "[Vale.Terms] Use 'Security plugin' instead of 'security plugin'.", "location": {"path": "_security/access-control/authentication-tokens.md", "range": {"start": {"line": 65, "column": 95}}}, "severity": "ERROR"}

To access this API endpoint, the request body should contain three API parameters:

Expand Down

0 comments on commit b65267e

Please sign in to comment.