<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Workload Identity Federation on ADO for account level provider in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/workload-identity-federation-on-ado-for-account-level-provider/m-p/163555#M5446</link>
    <description>&lt;P&gt;You are using:&lt;/P&gt;&lt;P&gt;Azure-style host: &lt;A href="https://accounts.azuredatabricks.net" target="_blank"&gt;https://accounts.azuredatabricks.net&lt;/A&gt;&lt;BR /&gt;Azure env vars: ARM_CLIENT_ID, ARM_TENANT_ID&lt;BR /&gt;Plus DATABRICKS_CLIENT_ID&lt;BR /&gt;That often makes the SDK try a different OIDC flow than intended (hitting /oidc/accounts/&amp;lt;id&amp;gt;/v1/token) and failing with EOF.&lt;/P&gt;&lt;P&gt;Also, your doc link is under .../aws/..., which may not match your Azure Databricks account setup.&lt;/P&gt;&lt;P&gt;Fix checklist&lt;BR /&gt;1) Use the correct cloud flow&lt;BR /&gt;If this is Azure Databricks, use Azure-specific auth guidance (not AWS path).&lt;/P&gt;&lt;P&gt;If this is actually Databricks on AWS, your account host should be:&lt;/P&gt;&lt;P&gt;&lt;A href="https://accounts.cloud.databricks.com" target="_blank"&gt;https://accounts.cloud.databricks.com&lt;/A&gt; and you should not use ARM_* vars.&lt;BR /&gt;2) Do not mix auth methods&lt;BR /&gt;Pick one method only. For Azure workload identity, avoid mixing with unrelated Databricks OAuth vars.&lt;/P&gt;&lt;P&gt;Try removing DATABRICKS_CLIENT_ID first and keep only the Azure WIF-required vars + Databricks host/account settings.&lt;/P&gt;&lt;P&gt;3) Minimal account-level env (Azure pattern)&lt;BR /&gt;DATABRICKS_HOST=&lt;A href="https://accounts.azuredatabricks.net" target="_blank"&gt;https://accounts.azuredatabricks.net&lt;/A&gt;&lt;BR /&gt;DATABRICKS_ACCOUNT_ID=&amp;lt;account_id&amp;gt;&lt;BR /&gt;Azure WIF vars from your pipeline/service connection (client/tenant/OIDC token)&lt;BR /&gt;Optional: set explicit auth type if your tooling supports it&lt;BR /&gt;4) Validate with CLI debug&lt;BR /&gt;Run below cli command -&lt;BR /&gt;databricks auth env --debug&lt;BR /&gt;Then test an account API call:&lt;/P&gt;&lt;P&gt;cli command -&lt;BR /&gt;databricks account users list --debug&lt;/P&gt;&lt;P&gt;5) If still EOF, check network/proxy&lt;BR /&gt;EOF can also be proxy/TLS interruption to accounts.azuredatabricks.net. Test from agent:&lt;/P&gt;&lt;P&gt;cli command -&lt;BR /&gt;curl -v &lt;A href="https://accounts.azuredatabricks.net" target="_blank"&gt;https://accounts.azuredatabricks.net&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If blocked, fix proxy/no_proxy/firewall rules.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jul 2026 19:34:51 GMT</pubDate>
    <dc:creator>zubisid19</dc:creator>
    <dc:date>2026-07-20T19:34:51Z</dc:date>
    <item>
      <title>Workload Identity Federation on ADO for account level provider</title>
      <link>https://community.databricks.com/t5/administration-architecture/workload-identity-federation-on-ado-for-account-level-provider/m-p/163547#M5445</link>
      <description>&lt;P&gt;I am using Workload Identity Federation for ADO pipelines to authenticate to databricks.&lt;/P&gt;&lt;P&gt;I followed&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/dev-tools/auth/provider-azure-devops" target="_blank"&gt;https://docs.databricks.com/aws/en/dev-tools/auth/provider-azure-devops&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It works with workspace url but doesn't work with account level url.&lt;/P&gt;&lt;P&gt;I get error: failed during request visitor: default auth: Post "&lt;A href="https://accounts.azuredatabricks.net/oidc/accounts/" target="_blank"&gt;https://accounts.azuredatabricks.net/oidc/accounts/&lt;/A&gt;&amp;lt;accountid&amp;gt;/v1/token": Post&amp;nbsp;"&lt;A href="https://accounts.azuredatabricks.net/oidc/accounts/" target="_blank"&gt;https://accounts.azuredatabricks.net/oidc/accounts/&lt;/A&gt;&amp;lt;accountid&amp;gt;/v1/token": EOF. Config: host=&lt;A href="https://accounts.azuredatabricks.net" target="_blank"&gt;https://accounts.azuredatabricks.net&lt;/A&gt;, account_id=&amp;lt;accountid&amp;gt;, azure_client_id=***, azure_tenant_id=&amp;lt;tenantid&amp;gt;, client_id=***. Env: ARM_CLIENT_ID, ARM_TENANT_ID, DATABRICKS_CLIENT_ID&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 17:09:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/workload-identity-federation-on-ado-for-account-level-provider/m-p/163547#M5445</guid>
      <dc:creator>eshwari</dc:creator>
      <dc:date>2026-07-20T17:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Workload Identity Federation on ADO for account level provider</title>
      <link>https://community.databricks.com/t5/administration-architecture/workload-identity-federation-on-ado-for-account-level-provider/m-p/163555#M5446</link>
      <description>&lt;P&gt;You are using:&lt;/P&gt;&lt;P&gt;Azure-style host: &lt;A href="https://accounts.azuredatabricks.net" target="_blank"&gt;https://accounts.azuredatabricks.net&lt;/A&gt;&lt;BR /&gt;Azure env vars: ARM_CLIENT_ID, ARM_TENANT_ID&lt;BR /&gt;Plus DATABRICKS_CLIENT_ID&lt;BR /&gt;That often makes the SDK try a different OIDC flow than intended (hitting /oidc/accounts/&amp;lt;id&amp;gt;/v1/token) and failing with EOF.&lt;/P&gt;&lt;P&gt;Also, your doc link is under .../aws/..., which may not match your Azure Databricks account setup.&lt;/P&gt;&lt;P&gt;Fix checklist&lt;BR /&gt;1) Use the correct cloud flow&lt;BR /&gt;If this is Azure Databricks, use Azure-specific auth guidance (not AWS path).&lt;/P&gt;&lt;P&gt;If this is actually Databricks on AWS, your account host should be:&lt;/P&gt;&lt;P&gt;&lt;A href="https://accounts.cloud.databricks.com" target="_blank"&gt;https://accounts.cloud.databricks.com&lt;/A&gt; and you should not use ARM_* vars.&lt;BR /&gt;2) Do not mix auth methods&lt;BR /&gt;Pick one method only. For Azure workload identity, avoid mixing with unrelated Databricks OAuth vars.&lt;/P&gt;&lt;P&gt;Try removing DATABRICKS_CLIENT_ID first and keep only the Azure WIF-required vars + Databricks host/account settings.&lt;/P&gt;&lt;P&gt;3) Minimal account-level env (Azure pattern)&lt;BR /&gt;DATABRICKS_HOST=&lt;A href="https://accounts.azuredatabricks.net" target="_blank"&gt;https://accounts.azuredatabricks.net&lt;/A&gt;&lt;BR /&gt;DATABRICKS_ACCOUNT_ID=&amp;lt;account_id&amp;gt;&lt;BR /&gt;Azure WIF vars from your pipeline/service connection (client/tenant/OIDC token)&lt;BR /&gt;Optional: set explicit auth type if your tooling supports it&lt;BR /&gt;4) Validate with CLI debug&lt;BR /&gt;Run below cli command -&lt;BR /&gt;databricks auth env --debug&lt;BR /&gt;Then test an account API call:&lt;/P&gt;&lt;P&gt;cli command -&lt;BR /&gt;databricks account users list --debug&lt;/P&gt;&lt;P&gt;5) If still EOF, check network/proxy&lt;BR /&gt;EOF can also be proxy/TLS interruption to accounts.azuredatabricks.net. Test from agent:&lt;/P&gt;&lt;P&gt;cli command -&lt;BR /&gt;curl -v &lt;A href="https://accounts.azuredatabricks.net" target="_blank"&gt;https://accounts.azuredatabricks.net&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If blocked, fix proxy/no_proxy/firewall rules.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 19:34:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/workload-identity-federation-on-ado-for-account-level-provider/m-p/163555#M5446</guid>
      <dc:creator>zubisid19</dc:creator>
      <dc:date>2026-07-20T19:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Workload Identity Federation on ADO for account level provider</title>
      <link>https://community.databricks.com/t5/administration-architecture/workload-identity-federation-on-ado-for-account-level-provider/m-p/163591#M5447</link>
      <description>&lt;P&gt;It was firewall issue, had to add new rule to allow it.&lt;BR /&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 08:25:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/workload-identity-federation-on-ado-for-account-level-provider/m-p/163591#M5447</guid>
      <dc:creator>eshwari</dc:creator>
      <dc:date>2026-07-21T08:25:00Z</dc:date>
    </item>
  </channel>
</rss>

