<?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: Tableau - Service Principal access in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/tableau-service-principal-access/m-p/148502#M52902</link>
    <description>&lt;UL&gt;&lt;LI&gt;&lt;P&gt;If your requirement is “Tableau refreshes and access should not depend on any person”, then &lt;STRONG&gt;PAT for the SP (with rotation + least privilege)&lt;/STRONG&gt; is typically the right approach.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If your requirement is “each Tableau user should access data as themselves”, then &lt;STRONG&gt;OAuth (user identity)&lt;/STRONG&gt; is the right approach.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;OAuth in Tableau generally cannot “log in as a Service Principal” because OAuth is tied to a user authorization step; Service Principals are meant for headless flows, and Tableau’s OAuth UX doesn’t target that scenario. PAT is the standard workaround for SP/non-user accounts.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Feb 2026 11:20:48 GMT</pubDate>
    <dc:creator>bianca_unifeye</dc:creator>
    <dc:date>2026-02-16T11:20:48Z</dc:date>
    <item>
      <title>Tableau - Service Principal access</title>
      <link>https://community.databricks.com/t5/data-engineering/tableau-service-principal-access/m-p/148307#M52867</link>
      <description>&lt;P&gt;Can I access Tableau with Service Principal by OAuth, or I have to create Personal Access Token for the SP?&lt;BR /&gt;I can't find this in the docs..&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 11:21:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/tableau-service-principal-access/m-p/148307#M52867</guid>
      <dc:creator>yit337</dc:creator>
      <dc:date>2026-02-13T11:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau - Service Principal access</title>
      <link>https://community.databricks.com/t5/data-engineering/tableau-service-principal-access/m-p/148320#M52870</link>
      <description>&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/partners/bi/tableau" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/partners/bi/tableau&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You will need a token, please read best practices in the article above.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 13:23:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/tableau-service-principal-access/m-p/148320#M52870</guid>
      <dc:creator>bianca_unifeye</dc:creator>
      <dc:date>2026-02-13T13:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau - Service Principal access</title>
      <link>https://community.databricks.com/t5/data-engineering/tableau-service-principal-access/m-p/148331#M52874</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/193092"&gt;@bianca_unifeye&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I'm aware of the best practices. What confuses me is that when I open Tableau, I have two options to authenticate - OAuth and PAT. Currently I'm using the PAT generated from the Service Principal. But, when I try to login with the OAuth, it logs me with my user account, not the Service Principal. So, my question is: &lt;STRONG&gt;is it possible to login in Tableau with OAuth as Service Principal?&amp;nbsp;&lt;/STRONG&gt;Or do I have to create PAT for the SP, and login with it?&lt;/P&gt;&lt;P&gt;Best practices are to use OAuth to authenticate in Tableau - but how to do it for Service Principal?!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 14:19:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/tableau-service-principal-access/m-p/148331#M52874</guid>
      <dc:creator>yit337</dc:creator>
      <dc:date>2026-02-13T14:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau - Service Principal access</title>
      <link>https://community.databricks.com/t5/data-engineering/tableau-service-principal-access/m-p/148502#M52902</link>
      <description>&lt;UL&gt;&lt;LI&gt;&lt;P&gt;If your requirement is “Tableau refreshes and access should not depend on any person”, then &lt;STRONG&gt;PAT for the SP (with rotation + least privilege)&lt;/STRONG&gt; is typically the right approach.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If your requirement is “each Tableau user should access data as themselves”, then &lt;STRONG&gt;OAuth (user identity)&lt;/STRONG&gt; is the right approach.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;OAuth in Tableau generally cannot “log in as a Service Principal” because OAuth is tied to a user authorization step; Service Principals are meant for headless flows, and Tableau’s OAuth UX doesn’t target that scenario. PAT is the standard workaround for SP/non-user accounts.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 11:20:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/tableau-service-principal-access/m-p/148502#M52902</guid>
      <dc:creator>bianca_unifeye</dc:creator>
      <dc:date>2026-02-16T11:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau - Service Principal access</title>
      <link>https://community.databricks.com/t5/data-engineering/tableau-service-principal-access/m-p/149063#M53009</link>
      <description>&lt;P&gt;In Tableau’s Databricks connector, OAuth is user-based (U2M) — it always logs in as a person via SSO. It does not support logging in as a service principal through the interactive OAuth flow.&lt;BR /&gt;If you need a non-human identity (e.g., for scheduled refresh or to avoid dependency on a user account), you must use a PAT generated for the service principal/Headless (or a service principal–based token). OAuth in Tableau is not designed for SP login.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 10:34:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/tableau-service-principal-access/m-p/149063#M53009</guid>
      <dc:creator>KartikBhatnagar</dc:creator>
      <dc:date>2026-02-23T10:34:04Z</dc:date>
    </item>
  </channel>
</rss>

