mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fixing security token auth doc link
This commit is contained in:
parent
47840b9d5b
commit
86e1b5668a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Token authentication allows users to login using the same Kibana provided login
|
|||
|
||||
The session cookies that are issued by the token authentication provider are stateful, and logging out of Kibana invalidates the session cookies for reuse.
|
||||
|
||||
Prior to configuring Kibana, ensure token support is enabled in Elasticsearch. See the {ref}/security-api-get-token.html#_description_86[Elasticsearch token API] documentation for more information.
|
||||
Prior to configuring Kibana, ensure token support is enabled in Elasticsearch. See the {ref}/security-api-get-token.html[Elasticsearch token API] documentation for more information.
|
||||
|
||||
To enable the token authentication provider in Kibana, set the following value in your `kibana.yml`:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue