<?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: How to Display Different Data per User in an Embedded Dashboard in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-display-different-data-per-user-in-an/m-p/1584432#M41648</link>
    <description>&lt;P&gt;Add a filter to the dashboard for the regions. The user can set the filter so they only see the relavent data.&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/dashboards/latest/get-started/filter-data.htm" target="_blank"&gt;https://doc.arcgis.com/en/dashboards/latest/get-started/filter-data.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or, create one dashboard for each user and apply a different filter in each dashboard.&lt;/P&gt;&lt;P&gt;Bernie.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2025 13:49:22 GMT</pubDate>
    <dc:creator>berniejconnors</dc:creator>
    <dc:date>2025-02-12T13:49:22Z</dc:date>
    <item>
      <title>How to Display Different Data per User in an Embedded Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-display-different-data-per-user-in-an/m-p/1584382#M41644</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Is there a way in ArcGIS Enterprise 11.4 to configure access to our applications based on the user?&lt;/P&gt;&lt;P&gt;For example, we want to create a single map displaying points for different regions. In Dashboard, we will set up a simple interface with a map and some numerical indicators. Then, in Experience Builder, we will embed this Dashboard using an iframe.&lt;/P&gt;&lt;P&gt;Let’s say we have 10 users. We want each user to see only the data for their specific region.&lt;/P&gt;&lt;P&gt;Are there any methods to filter data based on who is accessing the interface?&lt;/P&gt;&lt;P&gt;We can consider any solutions. For example, custom widgets, ArcGIS REST JS. Anything that can help.&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 10:12:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-display-different-data-per-user-in-an/m-p/1584382#M41644</guid>
      <dc:creator>Nadia_Matsiuk</dc:creator>
      <dc:date>2025-02-12T10:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Different Data per User in an Embedded Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-display-different-data-per-user-in-an/m-p/1584432#M41648</link>
      <description>&lt;P&gt;Add a filter to the dashboard for the regions. The user can set the filter so they only see the relavent data.&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/dashboards/latest/get-started/filter-data.htm" target="_blank"&gt;https://doc.arcgis.com/en/dashboards/latest/get-started/filter-data.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or, create one dashboard for each user and apply a different filter in each dashboard.&lt;/P&gt;&lt;P&gt;Bernie.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 13:49:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-display-different-data-per-user-in-an/m-p/1584432#M41648</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2025-02-12T13:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Different Data per User in an Embedded Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-display-different-data-per-user-in-an/m-p/1584486#M41652</link>
      <description>&lt;P&gt;In addition, you might be interested in using &lt;A href="https://doc.arcgis.com/en/dashboards/latest/create-and-share/url-parameters.htm" target="_self"&gt;URL parameters&lt;/A&gt;. This would let you modify the URL so that the app only displays specific features, extents. A customised URL could be sent to each of your users to filter data for specific areas, or editors.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 16:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-display-different-data-per-user-in-an/m-p/1584486#M41652</guid>
      <dc:creator>David_McRitchie</dc:creator>
      <dc:date>2025-02-12T16:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Different Data per User in an Embedded Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-display-different-data-per-user-in-an/m-p/1585984#M41663</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/50014"&gt;@David_McRitchie&lt;/a&gt;&amp;nbsp;, thank you for your help!&lt;BR /&gt;Without this hint, I would have spent much more time figuring out which methods could work for this task. I explored and understood how URL parameters work for ArcGIS Dashboard. I successfully integrated this into Experience Builder dev using the embed widget.&lt;/P&gt;&lt;P&gt;I also realized that URL parameters can be used similarly for Experience Builder applications. I believe this is exactly what we want to implement in our projects!&lt;/P&gt;&lt;P&gt;At this stage, I am setting the necessary &lt;EM&gt;data_filter&lt;/EM&gt; in the URL bar, which successfully filters my interface. However, I see that users could simply change the parameter values and retrieve results for other data. To prevent this, I am using the embed widget in Experience Builder, which embeds my Experience Builder interface. This way, users cannot modify the URL parameters to intentionally or accidentally access other data.&lt;/P&gt;&lt;P&gt;However, we have one issue. I am also considering a custom widget that will check who is accessing the page upon loading (likely using &lt;EM&gt;SessionManager.getInstance()&lt;/EM&gt;) and verify whether they have selected their correct region. If everything is correct, the interface will be displayed and filtered accordingly to their assigned region.&lt;/P&gt;&lt;P&gt;Could you please advise if this approach is vulnerable in terms of user data security? Is it possible to track this request to SessionManager using &lt;EM&gt;F12&lt;/EM&gt; developer tools and exploit it for malicious purposes? In general, are we thinking correctly, or should we change our approach to implementing this solution in terms of &lt;U&gt;web security&lt;/U&gt;?&lt;BR /&gt;&lt;BR /&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 08:53:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-display-different-data-per-user-in-an/m-p/1585984#M41663</guid>
      <dc:creator>Nadia_Matsiuk</dc:creator>
      <dc:date>2025-02-17T08:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Different Data per User in an Embedded Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-display-different-data-per-user-in-an/m-p/1589040#M41712</link>
      <description>&lt;P&gt;Glad that was useful Nadia, good idea on using the embedded widget to prevent users from seeing other parts of the data layer.&lt;/P&gt;&lt;P&gt;The one thing I would flag with this approach that is users could pull the URL from web traffic. This would be a concern if any of the data needs to be private, in which case the usage of layer views would be advised.&lt;/P&gt;&lt;P&gt;In regards to Web Security this is not my area of expertise so I would discuss this with someone more knowledgeable. From my reading of&amp;nbsp;SessionManager.getInstance() I presume it will be using a token to communicate between the Server and Client so I would ensure token best practices are followed (such as ensuring tokens expire within an appropriate timeframe.&lt;/P&gt;&lt;P&gt;If someone were being malicious in this instance, then they could pluck a token from the network traffic and use it to spam requests against the service.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For this query I would recommend putting this on the ArcGIS SDK for JavaScript forum.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you have any other questions and I'll be glad to look&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 17:30:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-display-different-data-per-user-in-an/m-p/1589040#M41712</guid>
      <dc:creator>David_McRitchie</dc:creator>
      <dc:date>2025-02-25T17:30:31Z</dc:date>
    </item>
  </channel>
</rss>

