native-realm.asciidoc 669 B

12345678910111213141516171819202122
  1. [role="xpack"]
  2. [[native-realm]]
  3. === Native user authentication
  4. The easiest way to manage and authenticate users is with the internal `native`
  5. realm. You can use the REST APIs or Kibana to add and remove users, assign user
  6. roles, and manage user passwords.
  7. [[native-realm-configuration]]
  8. ==== Configuring a native realm
  9. include::configuring-native-realm.asciidoc[]
  10. [[managing-native-users]]
  11. ==== Managing native users
  12. The {stack} {security-features} enable you to easily manage users in {kib} on the
  13. *Management / Security / Users* page.
  14. Alternatively, you can manage users through the `user` API. For more
  15. information and examples, see
  16. <<security-user-apis>>.