Skip to content

Commit 71bf97c

Browse files
committed
📝 Doc: update doc for azure entra pass thru
1 parent 8af24a3 commit 71bf97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Available configuration fields are as follows:
8080
| Server Hostname | Databricks Server Hostname (without http). i.e. `XXX.cloud.databricks.com` |
8181
| Server Port | Databricks Server Port (default `443`) |
8282
| HTTP Path | HTTP Path value for the existing cluster or SQL warehouse. i.e. `sql/1.0/endpoints/XXX` |
83-
| Authentication Method | PAT (Personal Access Token), M2M (Machine to Machine) OAuth or OAuth2 Client Credentials Authentication |
83+
| Authentication Method | PAT (Personal Access Token), M2M (Machine to Machine) OAuth, OAuth2 Client Credentials Authentication or Azure Entra Pass Thru |
8484
| Client ID | Databricks Service Principal Client ID. (only if OAuth / OAuth2 is chosen as Auth Method) |
8585
| Client Secret | Databricks Service Principal Client Secret. (only if OAuth / OAuth2 is chosen as Auth Method) |
8686
| Access Token | Personal Access Token for Databricks. (only if PAT is chosen as Auth Method) |
@@ -113,7 +113,7 @@ datasources:
113113
hostname: XXX.cloud.databricks.com
114114
httpPath: sql/1.0/endpoints/XXX
115115
port: 443
116-
authenticationMethod: dsn (=PAT) | m2m | oauth2_client_credentials
116+
authenticationMethod: dsn (=PAT) | m2m | oauth2_client_credentials | azure_entra_pass_thru
117117
clientId: ...
118118
externalCredentialsUrl: ...
119119
oauthScopes: api,read

0 commit comments

Comments
 (0)