A provider wants to share live, read-only Delta tables from a Unity Catalog-enabled workspace to external consumers who will query using non-Databricks tools (for example, pandas or Power BI). Which authentication approaches are supported for open Delta Sharing recipients?
Show answer & explanation
Correct answer: C
WHY C: Databricks open sharing supports token-based auth (bearer token credentials shared with the recipient) and OIDC federation (recipient exchanges IdP JWTs for short-lived Databricks OAuth tokens). This enables recipients to query from many platforms (Spark, pandas, Power BI, etc.). WHY NOT A: Sharing identifiers are used for Databricks-to-Databricks sharing, not open sharing. WHY NOT B: Open sharing does not require Databricks-to-Databricks OAuth identity; it explicitly targets non-Databricks clients using bearer-token or OIDC credentials. WHY NOT D: Kerberos/Hive metastore auth is unrelated to Delta Sharing's open protocol.