diff --git a/snippets/general-shared-text/databricks-volumes-platform.mdx b/snippets/general-shared-text/databricks-volumes-platform.mdx index a1f45588..f9cbea8a 100644 --- a/snippets/general-shared-text/databricks-volumes-platform.mdx +++ b/snippets/general-shared-text/databricks-volumes-platform.mdx @@ -16,14 +16,14 @@ Also fill in the following fields based on your authentication type, depending o - **Token** : The Databricks personal access token value. -- For username and password (basic) authentication (AWS only): +- For OAuth machine-to-machine (M2M) authentication (AWS, Azure, and GCP): - - **Username** : The Databricks username value. - - **Password** : The associated Databricks password value. + - **Client ID** : The Databricks client ID value for the corresponding service principal. + - **Client Secret** : The associated Databricks service principal OAuth secret. The following authentication types are currently not supported: -- OAuth machine-to-machine (M2M) authentication (AWS, Azure, and GCP). +- Username and password (basic) authentication (AWS only). - OAuth user-to-machine (U2M) authentication (AWS, Azure, and GCP). - Azure managed identities (MSI) authentication (Azure only). - Microsoft Entra ID service principal authentication (Azure only).