Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.4] Updates API Authentication section (backport #4068) #4132

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions docs/siem-apis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,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