Search code examples
databricksazure-databricksidp

Is it possible to use a non-AAD IdP with Azure Databricks?


Is it possible to use an alternative (Non-AAD) Identity Provider (IdP) with Azure Databricks? Or is AAD the only option?

I ask because in the Databricks native documentation, the IdP shows OneLogin, Okta, etc.

But in the Azure Databricks docs, the IdP shows Azure Active Directory.


Solution

  • Azure Databricks could be used only with AAD, you can't setup direct SSO integration with other IdP (same for other Azure services). The "native" documentation that you're referring is applicable only for AWS.

    But it's possible to setup federation between 3rd party IdPs and AAD (doc), so users could be authenticated by other IdP, and then Azure Databricks will get user's identity from AAD.