|
20 | 20 | [Azure](https://learn.microsoft.com/azure/databricks/dev-tools/auth/), |
21 | 21 | or [GCP](https://docs.gcp.databricks.com/dev-tools/auth/index.html). |
22 | 22 |
|
23 | | - For the [Unstructured UI](/ui/overview) or the [Unstructured API](/api-reference/overview), only Databricks OAuth machine-to-machine (M2M) authentication is supported for |
24 | | - [AWS](https://docs.databricks.com/dev-tools/auth/oauth-m2m.html), |
25 | | - [Azure](https://learn.microsoft.com/azure/databricks/dev-tools/auth/oauth-m2m), and |
26 | | - [GCP](https://docs.gcp.databricks.com/dev-tools/auth/oauth-m2m.html). |
27 | | - You will need the the **Client ID** (or **UUID** or **Application** ID) and OAuth **Secret** (client secret) values for the corresponding service principal. |
28 | | - Note that for Azure, only Databricks managed service principals are supported. Microsoft Entra ID managed service principals are not supported. |
| 23 | + For the [Unstructured UI](/ui/overview) or the [Unstructured API](/api-reference/overview), the following Databricks authentication types are supported: |
| 24 | + |
| 25 | + - Databricks OAuth machine-to-machine (M2M) authentication for |
| 26 | + [AWS](https://docs.databricks.com/dev-tools/auth/oauth-m2m.html), |
| 27 | + [Azure](https://learn.microsoft.com/azure/databricks/dev-tools/auth/oauth-m2m), or |
| 28 | + [GCP](https://docs.gcp.databricks.com/dev-tools/auth/oauth-m2m.html). |
| 29 | + |
| 30 | + You will need the the **Client ID** (or **UUID** or **Application** ID) and OAuth **Secret** (client secret) values for the corresponding service principal. |
| 31 | + Note that for Azure, only Databricks managed service principals are supported. Microsoft Entra ID managed service principals are not supported. |
29 | 32 |
|
30 | | - The following video shows how to create a Databricks managed service principal: |
| 33 | + The following video shows how to create a Databricks managed service principal: |
31 | 34 |
|
32 | | - <iframe |
33 | | - width="560" |
34 | | - height="315" |
35 | | - src="https://www.youtube.com/embed/wBmqv5DaA1E" |
36 | | - title="YouTube video player" |
37 | | - frameborder="0" |
38 | | - allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" |
39 | | - allowfullscreen |
40 | | - ></iframe> |
| 35 | + <iframe |
| 36 | + width="560" |
| 37 | + height="315" |
| 38 | + src="https://www.youtube.com/embed/wBmqv5DaA1E" |
| 39 | + title="YouTube video player" |
| 40 | + frameborder="0" |
| 41 | + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" |
| 42 | + allowfullscreen |
| 43 | + ></iframe> |
41 | 44 |
|
| 45 | + - Databricks personal access token authentication for |
| 46 | + [AWS](https://docs.databricks.com/dev-tools/auth/pat.html), |
| 47 | + [Azure](https://learn.microsoft.com/azure/databricks/dev-tools/auth/pat), or |
| 48 | + [GCP](https://docs.gcp.databricks.com/dev-tools/auth/pat.html). |
| 49 | + |
| 50 | + You will need the personal access token's value. |
| 51 | + |
| 52 | + The following video shows how to create a Databricks personal access token: |
| 53 | + |
| 54 | + <iframe |
| 55 | + width="560" |
| 56 | + height="315" |
| 57 | + src="https://www.youtube.com/embed/OzEU2miAS6I" |
| 58 | + title="YouTube video player" |
| 59 | + frameborder="0" |
| 60 | + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" |
| 61 | + allowfullscreen |
| 62 | + ></iframe> |
| 63 | + |
42 | 64 | For [Unstructured Ingest](/ingestion/overview), the following Databricks authentication types are supported: |
43 | 65 |
|
44 | 66 | - For Databricks personal access token authentication for |
|
0 commit comments