2019-10-04 04:39:21 +08:00
|
|
|
[role="xpack"]
|
|
|
|
[[native-realm]]
|
|
|
|
=== Native user authentication
|
|
|
|
|
|
|
|
The easiest way to manage and authenticate users is with the internal `native`
|
|
|
|
realm. You can use the REST APIs or Kibana to add and remove users, assign user
|
|
|
|
roles, and manage user passwords.
|
|
|
|
|
|
|
|
[[native-realm-configuration]]
|
|
|
|
==== Configuring a native realm
|
|
|
|
|
2019-11-16 07:33:12 +08:00
|
|
|
include::configuring-native-realm.asciidoc[]
|
2019-10-04 04:39:21 +08:00
|
|
|
|
|
|
|
[[managing-native-users]]
|
|
|
|
==== Managing native users
|
|
|
|
|
|
|
|
The {stack} {security-features} enable you to easily manage users in {kib} on the
|
|
|
|
*Management / Security / Users* page.
|
|
|
|
|
|
|
|
Alternatively, you can manage users through the `user` API. For more
|
|
|
|
information and examples, see
|
2019-10-17 22:19:17 +08:00
|
|
|
<<security-user-apis>>.
|