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.

19 lines
814 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"
pagination_next: 'en/operations/external-authenticators/kerberos'
2021-02-08 13:48:43 +00:00
---
import SelfManaged from '@site/docs/en/_snippets/_self_managed_only_no_roadmap.md';
<SelfManaged />
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)