<?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: Issue with Workspace Identity Authentication in Fabric Data Pipeline Connector in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4848776#M8628</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="882998" data-lia-user-login="v-ssriganesh" class="lia-mention lia-mention-user"&gt;v-ssriganesh&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1340679" data-lia-user-login="tayloramy" class="lia-mention lia-mention-user"&gt;tayloramy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have given the Workspace Admin and using Workspace ID as Authentication, and my both pipelines are in same workspace.&amp;nbsp; Still facing the Unauthorized error.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Oct 2025 09:31:32 GMT</pubDate>
    <dc:creator>Dark_Aria</dc:creator>
    <dc:date>2025-10-13T09:31:32Z</dc:date>
    <item>
      <title>Issue with Workspace Identity Authentication in Fabric Data Pipeline Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4845510#M8611</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I’m encountering a problem when trying to use Workspace Identity for authentication with the Fabric Data Pipeline Connector.&lt;/P&gt;&lt;H3&gt;Background:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;When using the &lt;STRONG&gt;Developer’s OAuth 2.0&lt;/STRONG&gt; authentication method, if the developer changes their account password, the connector breaks.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;To avoid this, I tried switching to &lt;STRONG&gt;Workspace Identity&lt;/STRONG&gt; authentication.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;The problem:&lt;/H3&gt;&lt;P&gt;When I use Workspace Identity to authenticate the pipeline, I get the following error:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt; &lt;SPAN class=""&gt;"requestId"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"375296e6-9949-4291-83eb-45fd2c206deb"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;"errorCode"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"Unauthorized"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;"message"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"The caller is not authenticated to access this resource"&lt;/SPAN&gt; &lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; The pipeline I am triggering is in the same workspace as the main pipeline&lt;/P&gt;&lt;H3&gt;My question:&lt;/H3&gt;&lt;P&gt;Could someone please help me understand what might be wrong with my setup? What could be causing the Workspace Identity authentication to fail?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 12:02:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4845510#M8611</guid>
      <dc:creator>AdarshChekodu</dc:creator>
      <dc:date>2025-10-08T12:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Workspace Identity Authentication in Fabric Data Pipeline Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4845644#M8613</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1242405" data-lia-user-login="AdarshChekodu" class="lia-mention lia-mention-user"&gt;AdarshChekodu&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Unauthorized / The caller is not authenticated usually means the &lt;EM&gt;token the pipeline is running with&lt;/EM&gt; isn’t recognized for the target action or object. With &lt;STRONG&gt;Workspace Identity&lt;/STRONG&gt; that’s almost always one of: the identity isn’t enabled, it doesn’t have permissions on the target item(s), or the activity/connection isn’t actually set to use Workspace Identity.&lt;/P&gt;&lt;H3&gt;Troubleshooting steps&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Confirm Workspace Identity is enabled on the workspace.&lt;/STRONG&gt;&lt;BR /&gt;Workspace settings &amp;gt; Identity &amp;gt; turn on Workspace identity. See: &lt;A href="https://learn.microsoft.com/fabric/security/workspace-identity" target="_blank" rel="noopener"&gt;Workspace identity&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Use Workspace Identity in the activity/connection.&lt;/STRONG&gt;&lt;BR /&gt;In the pipeline activity that calls the other pipeline (e.g., &lt;EM&gt;Invoke pipeline&lt;/EM&gt; or &lt;EM&gt;HTTP&lt;/EM&gt;), select &lt;STRONG&gt;Workspace identity&lt;/STRONG&gt; as the authentication method.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Give the workspace identity permissions on the target pipeline and any referenced items.&lt;/STRONG&gt;&lt;BR /&gt;Even in the &lt;EM&gt;same&lt;/EM&gt; workspace, the identity must be able to execute the child pipeline (and anything it uses: notebooks, lakehouses, warehouses, connections). Add it as &lt;STRONG&gt;Contributor&lt;/STRONG&gt; (or at least a role that can run pipelines) on those items. Docs: &lt;A href="https://learn.microsoft.com/fabric/security/workspace-identity-authenticate" target="_blank" rel="noopener"&gt;Authenticate with workspace identity&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Tenant/admin settings sanity check.&lt;/STRONG&gt;&lt;BR /&gt;Make sure your Fabric admin has allowed service principals/managed identities as needed and that Fabric APIs are enabled for them if you also trigger via REST. Reference (APIs context): &lt;A href="https://learn.microsoft.com/fabric/data-factory/pipeline-rest-api-capabilities" target="_blank" rel="noopener"&gt;Pipeline REST API capabilities&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Re-test the &lt;EM&gt;Invoke pipeline&lt;/EM&gt; activity.&lt;/STRONG&gt;&lt;BR /&gt;There have been reports of failures when invoking pipelines using Workspace Identity; if you’re on that path and everything above is correct, you might be hitting a current limitation/bug. Community threads: &lt;A href="https://community.fabric.microsoft.com/t5/Service/Invoke-pipeline-using-Workspace-Identity-fails/m-p/4770245" target="_blank" rel="noopener"&gt;Invoke pipeline using Workspace Identity fails&lt;/A&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 14:19:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4845644#M8613</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-10-08T14:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Workspace Identity Authentication in Fabric Data Pipeline Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4845687#M8615</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1340679" data-lia-user-login="tayloramy" class="lia-mention lia-mention-user"&gt;tayloramy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks alot for your response.&lt;BR /&gt;&lt;BR /&gt;I have a doubt in point 3&lt;BR /&gt;&lt;BR /&gt;I belive what you are saying is tha we need to explicitly provide permission to the Workspace Identity to a Fabric Data Pipeline? Since we cant manage permission for and individual data pipeline we need to Add the Workspace Identity App-Reg to an AD group and provide it Contributor level access to the same Workspace (since both pipelines are in same workspace)&lt;BR /&gt;&lt;BR /&gt;Is my assumption above correct?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 14:48:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4845687#M8615</guid>
      <dc:creator>AdarshChekodu</dc:creator>
      <dc:date>2025-10-08T14:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Workspace Identity Authentication in Fabric Data Pipeline Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4845697#M8616</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1242405" data-lia-user-login="AdarshChekodu" class="lia-mention lia-mention-user"&gt;AdarshChekodu&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you create a workspace identity, it is not granted any workspace roles:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Notice that role is blank.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For it to be able to access items, it needs to be granted access. Granting it workspace contributor is the easiest way of doing this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 14:56:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4845697#M8616</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-10-08T14:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Workspace Identity Authentication in Fabric Data Pipeline Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4847293#M8622</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1242405" data-lia-user-login="AdarshChekodu" class="lia-mention lia-mention-user"&gt;AdarshChekodu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1340679" data-lia-user-login="tayloramy" class="lia-mention lia-mention-user"&gt;tayloramy&lt;/a&gt;&amp;nbsp;for sharing valuable insights.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please confirm if your query has been resolved by the provided solutions? This would be helpful for other members who may encounter similar issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for being part of the Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;SPAN data-teams="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 06:50:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4847293#M8622</guid>
      <dc:creator>v-ssriganesh</dc:creator>
      <dc:date>2025-10-10T06:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Workspace Identity Authentication in Fabric Data Pipeline Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4847723#M8623</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1340679" data-lia-user-login="tayloramy" class="lia-mention lia-mention-user"&gt;tayloramy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks alot; this seems to have fixed the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adarsh&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 15:42:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4847723#M8623</guid>
      <dc:creator>AdarshChekodu</dc:creator>
      <dc:date>2025-10-10T15:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Workspace Identity Authentication in Fabric Data Pipeline Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4848776#M8628</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="882998" data-lia-user-login="v-ssriganesh" class="lia-mention lia-mention-user"&gt;v-ssriganesh&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1340679" data-lia-user-login="tayloramy" class="lia-mention lia-mention-user"&gt;tayloramy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have given the Workspace Admin and using Workspace ID as Authentication, and my both pipelines are in same workspace.&amp;nbsp; Still facing the Unauthorized error.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 09:31:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4848776#M8628</guid>
      <dc:creator>Dark_Aria</dc:creator>
      <dc:date>2025-10-13T09:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Workspace Identity Authentication in Fabric Data Pipeline Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4849262#M8630</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1371657" data-lia-user-login="Dark_Aria" class="lia-mention lia-mention-user"&gt;Dark_Aria&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The OPs problem here was resolved and confirmed resolved by the OP.&amp;nbsp;&lt;BR /&gt;Can you spin up a new post with details specific to your environment so we can better help you?&lt;BR /&gt;Please include the following:&lt;BR /&gt;&lt;BR /&gt;Tenant settings for service principals accessing APIs&lt;BR /&gt;Screenshots of the workspace membership&lt;BR /&gt;If using a workspace identity, a screenshot of the workspace identity page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feel free to tag me in this new post and I can help you out the best I can.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 17:06:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Issue-with-Workspace-Identity-Authentication-in-Fabric-Data/m-p/4849262#M8630</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-10-13T17:06:03Z</dc:date>
    </item>
  </channel>
</rss>

