Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions snippets/general-shared-text/databricks-volumes-platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down