Does Databricks support the password grant type?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2024 04:59 AM
Hi,
For my azure databricks instance, I am able to generate an access token using client_credentials and authorization_code grant types. I would like to know if Databricks supports the password grant type or not. Is there any document or reference to confirm whether it is supported or not? thanks
- Labels:
-
Workflows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2024 05:45 AM
Hello @Syed-SnapLogic,
Databricks does not support the password
grant type for generating access tokens. The supported grant types for generating access tokens in Databricks are client_credentials
and authorization_code
.
For more information, you can refer to the official documentation on authenticating access to Azure Databricks resources, which outlines the supported authentication methods and their use cases. Here is the relevant link: Authenticate access to Azure Databricks resources

