Skip to content

Commit

Permalink
Updates API Authentication section (#4068) (#4134)
Browse files Browse the repository at this point in the history
(cherry picked from commit 23c1dbe)

Co-authored-by: natasha-moore-elastic <[email protected]>
  • Loading branch information
mergify[bot] and natasha-moore-elastic authored Oct 31, 2023
1 parent 897b54d commit b073e19
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/siem-apis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,17 @@ NOTE: You can find space URL identifiers on
[float]
=== Authentication

Token-based authentication, using the same username and password used to log in
to the Kibana UI, is required to access the APIs.
The {elastic-sec} APIs support key- and token-based authentication.

[float]
==== Key-based authentication

To use key-based authentication, create an {kibana-ref}/api-keys.html[API key], then specify the key in the header of your API calls.

[float]
==== Token-based authentication

For token-based authentication, use the same username and password that you use to log in to the {kib} UI. In a given HTTP tool, and when available, you can select to use its **Basic Authentication** option, which is where the username and password are stored in order to be passed as part of the call.

[float]
=== API calls
Expand Down

0 comments on commit b073e19

Please sign in to comment.