is there another way to authen to azure databricks using MSI on Java

touchyvivace
New Contributor II

Hi I am try to connect to azure databricks using MSI on Java but on a document

https://learn.microsoft.com/en-us/azure/databricks/dev-tools/auth/azure-mi

it said

The Databricks SDK for Java has not yet implemented Azure managed identities authentication.

anyone know that how can I use MSI to authen 

szymon_dybczak
Esteemed Contributor III

Hi @touchyvivace 

Unfortunately not, the documentation is up to date. In the Java SDK, MSI has not been implemented yet.

And here's an open issue on github:

[FEATURE] Add support for Azure Managed Identity authentication (system and user-assigned) ยท Issue #...

View solution in original post