<?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: Restrict data access based on extent and privileges in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/restrict-data-access-based-on-extent-and/m-p/697836#M17918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Listen for ExtentChanged/ExtentChanging. If your user moves out of the extent, zoom/pan back.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 May 2010 15:28:07 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2010-05-27T15:28:07Z</dc:date>
    <item>
      <title>Restrict data access based on extent and privileges</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/restrict-data-access-based-on-extent-and/m-p/697835#M17917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone done anything with restricting data based on user privileges in a SL app?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to restrict the extents available to the user based on their privileges:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So for example: user A might have access to world data within a mapservice but user B only have access to European data within the same mapservice. So not layerlevel access but rather extent based access.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A can see a number of problems with this but also a few possibilities to achieve it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder if anyone have done anything similar?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 09:52:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/restrict-data-access-based-on-extent-and/m-p/697835#M17917</guid>
      <dc:creator>ErikNyberg</dc:creator>
      <dc:date>2010-05-27T09:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data access based on extent and privileges</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/restrict-data-access-based-on-extent-and/m-p/697836#M17918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Listen for ExtentChanged/ExtentChanging. If your user moves out of the extent, zoom/pan back.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 15:28:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/restrict-data-access-based-on-extent-and/m-p/697836#M17918</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-27T15:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data access based on extent and privileges</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/restrict-data-access-based-on-extent-and/m-p/697837#M17919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I guess I will store the different area extents in a database and then retrieve them when the app has loaded and then listen to the map extent move event and then check if the user has access or not to the new event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also need to make sure that the user cant access the information directly from the REST API to bypass the app security.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also interesting to see how the performance impact will be when it has to check each time the mapextent has changed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 15:36:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/restrict-data-access-based-on-extent-and/m-p/697837#M17919</guid>
      <dc:creator>ErikNyberg</dc:creator>
      <dc:date>2010-05-27T15:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data access based on extent and privileges</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/restrict-data-access-based-on-extent-and/m-p/697838#M17920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you need to lock down the service, it's probably better just to create different services, and secure them using token services. That way you don't really have to do anything on the client other than provide a login screen to get the token.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 15:37:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/restrict-data-access-based-on-extent-and/m-p/697838#M17920</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-27T15:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data access based on extent and privileges</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/restrict-data-access-based-on-extent-and/m-p/697839#M17921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's what I try to avoid since I then need to create one service per geographical area which will result in a lot of services to maintain..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 17:42:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/restrict-data-access-based-on-extent-and/m-p/697839#M17921</guid>
      <dc:creator>ErikNyberg</dc:creator>
      <dc:date>2010-05-27T17:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data access based on extent and privileges</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/restrict-data-access-based-on-extent-and/m-p/697840#M17922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Interesting discussion! ESRI should make a PAPER on Silverlight app and PERMISSIONS. Especially with the feature service now. Is there any chance? I also have to release edited by area, in my applications.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 02:25:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/restrict-data-access-based-on-extent-and/m-p/697840#M17922</guid>
      <dc:creator>YgorThomaz</dc:creator>
      <dc:date>2010-05-28T02:25:12Z</dc:date>
    </item>
  </channel>
</rss>

