<?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 &amp;quot;Anonymous Guest&amp;quot; user appearing to be viewing notebook in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4694467#M9321</link>
    <description>&lt;P&gt;One of my colleagues was developing a notebook when they noticed an 'Anonymous Guest' user appearing to view their notebook.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are using Entra ID security groups with specific users, so I'd have expected to see a real user appearing here.&lt;BR /&gt;Before I raise a support ticket (we have sensitive data), does anyone have any pointers as to what might be happening here?&lt;/P&gt;</description>
    <pubDate>Thu, 15 May 2025 13:35:29 GMT</pubDate>
    <dc:creator>spencer_sa</dc:creator>
    <dc:date>2025-05-15T13:35:29Z</dc:date>
    <item>
      <title>"Anonymous Guest" user appearing to be viewing notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4694467#M9321</link>
      <description>&lt;P&gt;One of my colleagues was developing a notebook when they noticed an 'Anonymous Guest' user appearing to view their notebook.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are using Entra ID security groups with specific users, so I'd have expected to see a real user appearing here.&lt;BR /&gt;Before I raise a support ticket (we have sensitive data), does anyone have any pointers as to what might be happening here?&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 13:35:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4694467#M9321</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2025-05-15T13:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: "Anonymous Guest" user appearing to be viewing notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4695211#M9332</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="679603" data-lia-user-login="spencer_sa" class="lia-mention lia-mention-user"&gt;spencer_sa&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;The “&lt;STRONG&gt;Anonymous Guest&lt;/STRONG&gt;” user appearing in your notebook session likely indicates that someone is accessing the notebook &lt;STRONG&gt;without proper authentication&lt;/STRONG&gt;, possibly via a &lt;STRONG&gt;shared link&lt;/STRONG&gt; or &lt;STRONG&gt;incomplete identity federation&lt;/STRONG&gt;. Given that you're using &lt;STRONG&gt;Microsoft Entra ID (formerly Azure AD)&lt;/STRONG&gt; for access control, this should not normally happen if everything is correctly configured.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Possible Reasons:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Notebook Shared Publicly (or via Anonymous Link)&lt;/STRONG&gt;&lt;BR /&gt;If the notebook (or the workspace it's in) was shared via a link that doesn't enforce authentication, anyone with that link can access it — and they will appear as “Anonymous Guest.”&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Session Glitch or Temporary Auth Issue&lt;/STRONG&gt;&lt;BR /&gt;Sometimes, users with expired sessions or authentication tokens may temporarily appear as "Anonymous Guest" if the system hasn't re-authenticated them properly.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;External Users with Incomplete Federation&lt;/STRONG&gt;&lt;BR /&gt;If an external user (not in your Entra tenant) was invited but hasn’t fully accepted or federated their identity, they might show up this way.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Bug or Misconfiguration in Access Policies&lt;/STRONG&gt;&lt;BR /&gt;There could be a misconfiguration in access settings (e.g., public workspace setting, broken Entra integration), especially if using custom roles or groups.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How to Investigate and Fix:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt; Check Access Control Settings&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;LI&gt;Go to your &lt;STRONG&gt;Azure portal &amp;gt; Entra ID &amp;gt; Enterprise Applications&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Review access settings for the application (likely Synapse, Fabric, or similar).&lt;/LI&gt;
&lt;LI&gt;Make sure &lt;STRONG&gt;only named users or groups&lt;/STRONG&gt; are assigned access.&lt;/LI&gt;
&lt;/UL&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;&lt;STRONG&gt; Check Notebook Sharing Settings&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;LI&gt;Go to the workspace and check the sharing or access permissions for the specific notebook.&lt;/LI&gt;
&lt;LI&gt;Ensure &lt;STRONG&gt;no "Anyone with the link"&lt;/STRONG&gt; or anonymous access options are enabled.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;3.Audit Logs&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use &lt;STRONG&gt;Microsoft Purview&lt;/STRONG&gt; or &lt;STRONG&gt;Azure Monitor&lt;/STRONG&gt; to:&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;Review sign-ins and access logs.&lt;/LI&gt;
&lt;LI&gt;Search for any “Anonymous Guest” sign-in events.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;See &lt;STRONG&gt;who accessed&lt;/STRONG&gt; what, when, and from which IP address.&lt;/LI&gt;
&lt;/UL&gt;
&lt;OL start="4"&gt;
&lt;LI&gt;&lt;STRONG&gt; Force Authentication&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;LI&gt;Ensure that access to your notebooks requires &lt;STRONG&gt;Microsoft Entra sign-in&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Disable any “preview” or legacy access mechanisms that might bypass SSO.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;5.Enforce Conditional Access&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Set conditional access policies to &lt;STRONG&gt;block unknown or unmanaged devices&lt;/STRONG&gt; or &lt;STRONG&gt;require MFA&lt;/STRONG&gt; for all sessions.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommended Action:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Revoke shared access links&lt;/STRONG&gt;, if any exist.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Immediately disable guest or anonymous access&lt;/STRONG&gt; from the Azure portal (or Fabric/Synapse settings).&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Official Microsoft Docs for Reference&lt;/STRONG&gt;:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/entra/id-governance/manage-guest-access-with-access-reviews" target="_blank"&gt;Manage guest access with access reviews - Microsoft Entra ID Governance | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/entra/identity/users/users-restrict-guest-permissions" target="_blank"&gt;Restrict guest user access permissions - Microsoft Entra ID | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/entra/external-id/b2b-fundamentals" target="_blank"&gt;Microsoft Entra B2B best practices and recommendations - Microsoft Entra External ID | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/entra/architecture/governance-deployment-guest-access" target="_blank"&gt;Microsoft Entra ID Governance deployment guide to govern guest and partner access - Microsoft Entra | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you found this post helpful, please '&lt;STRONG&gt;consider giving it Kudos'&lt;/STRONG&gt; and marking it as the '&lt;STRONG&gt;accepted solution'&lt;/STRONG&gt; to assist other members in finding it more easily.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 04:54:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4695211#M9332</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-05-16T04:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: "Anonymous Guest" user appearing to be viewing notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4700031#M9428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="679603" data-lia-user-login="spencer_sa" class="lia-mention lia-mention-user"&gt;spencer_sa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;If your issue has been resolved, please consider marking the most helpful reply as the &lt;STRONG&gt;accepted solution&lt;/STRONG&gt;. This helps other community members who may encounter the same issue to find answers more efficiently.&lt;/P&gt;
&lt;P&gt;If you're still facing challenges, feel free to let us know—we’ll be glad to assist you further.&lt;/P&gt;
&lt;P&gt;Looking forward to your response.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LakshmiNarayana.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 12:05:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4700031#M9428</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-05-20T12:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: "Anonymous Guest" user appearing to be viewing notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4704778#M9530</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="679603" data-lia-user-login="spencer_sa" class="lia-mention lia-mention-user"&gt;spencer_sa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If your question has been answered, kindly mark the appropriate response as the &lt;STRONG&gt;Accepted Solution&lt;/STRONG&gt;. This small step goes a long way in helping others with similar issues.&lt;/P&gt;
&lt;P&gt;We appreciate your collaboration and support!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LakshmiNarayana&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 08:33:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4704778#M9530</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-05-23T08:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: "Anonymous Guest" user appearing to be viewing notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4706668#M9577</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="679603" data-lia-user-login="spencer_sa" class="lia-mention lia-mention-user"&gt;spencer_sa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If your issue has been resolved, please mark the most helpful reply as the &lt;STRONG&gt;Accepted Solution&lt;/STRONG&gt; to close the thread. This helps ensure the discussion remains useful for other community members.&lt;/P&gt;
&lt;P&gt;Thank you for your attention, and we look forward to your confirmation.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LakshmiNarayana&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 05:22:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4706668#M9577</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-05-26T05:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: "Anonymous Guest" user appearing to be viewing notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4707226#M9595</link>
      <description>&lt;P&gt;It's not resolved.&amp;nbsp; None of the items are what's happening save for the glitch and as it's not a concrete point I can safely use, I'll raise a support ticket for it.&lt;BR /&gt;I was checking on here first in case anyone had seen it themselves.&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 10:22:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4707226#M9595</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2025-05-26T10:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: "Anonymous Guest" user appearing to be viewing notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4709926#M9693</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="679603" data-lia-user-login="spencer_sa" class="lia-mention lia-mention-user"&gt;spencer_sa&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Just checking in to see if you had a chance to raise the support ticket we talked about earlier. Let me know if you’ve already done it or if you need any help with the process.&lt;/P&gt;
&lt;P&gt;Happy to assist if needed!&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If this post helped resolve your issue, please consider giving it&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;and marking it as the&amp;nbsp;&lt;STRONG&gt;Accepted Solution&lt;/STRONG&gt;. This not only acknowledges the support provided but also helps other community members find relevant solutions more easily.&lt;/P&gt;
&lt;P&gt;We appreciate your engagement and thank you for being an active part of the community.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;BR /&gt;LakshmiNarayana&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 06:48:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4709926#M9693</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-05-28T06:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: "Anonymous Guest" user appearing to be viewing notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4711813#M9731</link>
      <description>&lt;P&gt;The support ticket has been raised and being worked upon by MS engineers.&lt;BR /&gt;We've already confirmed that the access permissions have no guests and are not permissive, and that there is no sharing/linking going on.&lt;BR /&gt;We were fortunate in that the issue manifested whilst in a Teams call with the engineer, so it was immediately evident.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 09:21:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4711813#M9731</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2025-05-29T09:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: "Anonymous Guest" user appearing to be viewing notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4720923#M9924</link>
      <description>&lt;P&gt;Follow up post-support call and with a great deal of thanks to the product team.&lt;BR /&gt;Firstly, all of the access was set up correctly.&amp;nbsp; We control access via EntraID security groups and there were only 12 people who could have accessed it - no sharing or links.&lt;BR /&gt;Support confirmed that only 2 people (me and the other user) had accessed the notebook.&lt;BR /&gt;&lt;BR /&gt;Another piece of anecdotal evidence was that the other user logged out for the day and exactly at this point the Anonymous Guest appeared.&lt;BR /&gt;&lt;BR /&gt;The cause is down to when a user has ran a job and the left the session, the tooltip that shows who is in a notebook with you no longer 'knows' who the user is when querying Graph API.&amp;nbsp; So it displays 'Anonymous Guest' where maybe 'Can't get user details' might be more accurate - and it has to display something.&lt;BR /&gt;&lt;BR /&gt;[Note:&amp;nbsp; I've Accepted the Solution so the support ticket response is visible as part of the issue in case others see it.]&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:20:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/quot-Anonymous-Guest-quot-user-appearing-to-be-viewing-notebook/m-p/4720923#M9924</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2025-06-05T07:20:47Z</dc:date>
    </item>
  </channel>
</rss>

