ClickHouse/docs/en/operations/external-authenticators/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
648 B
Markdown
Raw Normal View History

2021-02-08 13:48:43 +00:00
---
2022-08-28 14:53:34 +00:00
slug: /en/operations/external-authenticators/
sidebar_position: 48
sidebar_label: External User Authenticators and Directories
2022-08-29 16:19:50 +00:00
title: "External User Authenticators and Directories"
2021-02-08 13:48:43 +00:00
---
2021-02-08 17:29:45 +00:00
ClickHouse supports authenticating and managing users using external services.
2021-02-08 19:01:33 +00:00
The following external authenticators and directories are supported:
2021-02-08 17:29:45 +00:00
2021-02-09 15:09:38 +00:00
- [LDAP](./ldap.md#external-authenticators-ldap) [Authenticator](./ldap.md#ldap-external-authenticator) and [Directory](./ldap.md#ldap-external-user-directory)
2021-02-28 19:11:29 +00:00
- Kerberos [Authenticator](./kerberos.md#external-authenticators-kerberos)
- [SSL X.509 authentication](./ssl-x509.md#ssl-external-authentication)
2021-03-10 11:27:40 +00:00