You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/operations/external-authenticators/tokens.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,6 @@ To define an access token processor, add `token_processors` section to `config.x
24
24
<azuure>
25
25
<provider>azure</provider>
26
26
<username_claim>claim_name</username_claim>
27
-
<client_id>CLIENT_ID</client_id>
28
-
<tenant_id>TENANT_ID</tenant_id>
29
27
</azuure>
30
28
</token_processors>
31
29
</clickhouse>
@@ -39,10 +37,7 @@ Different providers have different sets of parameters.
39
37
40
38
-`provider` -- name of identity provider. Mandatory, case-insensitive. Supported options: "Google", "Azure", "OpenID".
41
39
-`username_claim` -- name of claim (field) that will be treated as ClickHouse user name. Optional, default: "sub".
42
-
-`cache_lifetime` -- maximum lifetime of cached token (in seconds). Optional, default: 3600.
43
-
-`email_filter` -- Regex for validation of user emails. Optional parameter, only for Google IdP.
44
-
-`client_id` -- Azure AD (Entra ID) client ID. Optional parameter, used only for Azure IdP.
45
-
-`tenant_id` -- Azure AD (Entra ID) tenant ID. Optional parameter, used only for Azure IdP.
40
+
-`cache_lifetime` -- maximum lifetime of cached token (in seconds). Optional, default: 3600.
46
41
-`groups_claim` -- Name of claim (field) that contains list of groups user belongs to. This claim will be looked up in the token itself (in case token is a valid JWT, e.g. in Keycloak) or in response from `/userinfo`. Optional parameter.
47
42
-`configuration_endpoint` -- URI of `.well-known/openid-configuration`. Optional parameter, useful only for OIDC-compliant providers (e.g. Keycloak).
48
43
-`userinfo_endpoint` -- URI of userinfo endpoint. Optional parameter.
0 commit comments