<?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 Authorization in client application using ArcGIS API in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/authorization-in-client-application-using-arcgis/m-p/516060#M48133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our app consumes web map from ArcGIS Online and rest api from ArcGIS server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Assuming we have create, update, delete and access rights to them, what is the best way to do authorization within our app?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's say, in our app, we define multiple user groups. Each user group would have different rights to different layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Even in one layer, user group A could do read only, user group B have create and update rights, user group C would have all rights including delete. How to implement this feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To simplify the question, how to limit user rights from client application even client app have admin rights to consume service provided by ArcGIS online and ArcGIS server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Apr 2013 20:00:49 GMT</pubDate>
    <dc:creator>tonylife</dc:creator>
    <dc:date>2013-04-23T20:00:49Z</dc:date>
    <item>
      <title>Authorization in client application using ArcGIS API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/authorization-in-client-application-using-arcgis/m-p/516060#M48133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our app consumes web map from ArcGIS Online and rest api from ArcGIS server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Assuming we have create, update, delete and access rights to them, what is the best way to do authorization within our app?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's say, in our app, we define multiple user groups. Each user group would have different rights to different layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Even in one layer, user group A could do read only, user group B have create and update rights, user group C would have all rights including delete. How to implement this feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To simplify the question, how to limit user rights from client application even client app have admin rights to consume service provided by ArcGIS online and ArcGIS server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 20:00:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/authorization-in-client-application-using-arcgis/m-p/516060#M48133</guid>
      <dc:creator>tonylife</dc:creator>
      <dc:date>2013-04-23T20:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization in client application using ArcGIS API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/authorization-in-client-application-using-arcgis/m-p/516061#M48134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This question is probably better for the &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/forums/214-ArcGIS-10.1-for-Server-General"&gt;ArcGIS Server&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/forums/30-ArcGIS-Online"&gt;ArcGIS Online&lt;/A&gt;&lt;SPAN&gt; forum, depending on where you're creating these user groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the JS API side, you include the &lt;/SPAN&gt;&lt;A href="http://developers.arcgis.com/en/javascript/jsapi/identitymanager.html"&gt;identity manager&lt;/A&gt;&lt;SPAN&gt; in your app, users log in and the security settings from your service are honored when retrieving information from your serivce(s) and when edits are pushed back to your service(s).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 20:22:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/authorization-in-client-application-using-arcgis/m-p/516061#M48134</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2013-04-23T20:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization in client application using ArcGIS API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/authorization-in-client-application-using-arcgis/m-p/516062#M48135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We can set ArcGIS online web map to grant the user (client application) full access.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Resource provided by ArcGIS server is from our customer and we can't set up anything there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So let's focus on client side, just set up user access rights from our client application only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks swingley for your reply. What you mentioned for JS API side, to use Identity Manager, from my understanding, could handle the authentication (user login), but not authorization (user rights). Any thought? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 21:08:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/authorization-in-client-application-using-arcgis/m-p/516062#M48135</guid>
      <dc:creator>tonylife</dc:creator>
      <dc:date>2013-04-23T21:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization in client application using ArcGIS API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/authorization-in-client-application-using-arcgis/m-p/516063#M48136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The identity manager takes care of managing access to secure services. It passes through the credentials provided by the user and helps to manage access to services (retrieves and manages tokens used to access secure services). If a user provides credentials that only have read access, they will be able to display data from a service but attempts to edit will fail. If a user has create, insert, update and delete, they will be able to do all those things.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 21:31:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/authorization-in-client-application-using-arcgis/m-p/516063#M48136</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2013-04-23T21:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization in client application using ArcGIS API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/authorization-in-client-application-using-arcgis/m-p/516064#M48137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that Javascript API does rely on&amp;nbsp; ArcGIS server for authorization.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll change the direction and look into ArcGIS server part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 12:59:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/authorization-in-client-application-using-arcgis/m-p/516064#M48137</guid>
      <dc:creator>tonylife</dc:creator>
      <dc:date>2013-04-24T12:59:49Z</dc:date>
    </item>
  </channel>
</rss>

