Does Databricks support the password grant type?

Syed-SnapLogic
New Contributor

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

Alberto_Umana
Databricks Employee
Databricks Employee

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