<?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 Is there a way to link active directory users to feature services? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-link-active-directory-users-to/m-p/656001#M61196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a feature service with apply edits capabilities enabled; is it possible to create an active directory with users and whenever a user makes a change in the feature service link that change to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is akin to an ArcGIS Online web-map; where if a user makes a change to a feature service; the created user is recorded into the DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am however using ArcGIS JavaScript API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2014 23:00:39 GMT</pubDate>
    <dc:creator>GeoffreyWest</dc:creator>
    <dc:date>2014-11-03T23:00:39Z</dc:date>
    <item>
      <title>Is there a way to link active directory users to feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-link-active-directory-users-to/m-p/656001#M61196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a feature service with apply edits capabilities enabled; is it possible to create an active directory with users and whenever a user makes a change in the feature service link that change to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is akin to an ArcGIS Online web-map; where if a user makes a change to a feature service; the created user is recorded into the DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am however using ArcGIS JavaScript API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 23:00:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-link-active-directory-users-to/m-p/656001#M61196</guid>
      <dc:creator>GeoffreyWest</dc:creator>
      <dc:date>2014-11-03T23:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link active directory users to feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-link-active-directory-users-to/m-p/656002#M61197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geoffrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is possible.&amp;nbsp; First, you will want to enable &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//01m600000069000000"&gt;Editor Tracking&lt;/A&gt; on the feature class.&amp;nbsp; After editor tracking is enabled, you can publish the feature class as a feature service.&amp;nbsp; You will then want to configure your ArcGIS Server instance to use &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//015400000517000000"&gt;Windows Authentication&lt;/A&gt;‌ and then secure the web service.&amp;nbsp; When a user accesses the web application, they will be prompted for their Windows Credentials, and their edits will be tracked while editing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:38:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-link-active-directory-users-to/m-p/656002#M61197</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-11-04T12:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link active directory users to feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-link-active-directory-users-to/m-p/656003#M61198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jake, &lt;/P&gt;&lt;P&gt;Thanks for your response, how does this work with mobile devices? Say if a public user edits a feature (submits request) how is this stored?&amp;nbsp; Also if there is a Collector application working in parallel with the JS application, can this feature class maintain two creator fields? One in collector with the organizational user, and one that is public.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 18:18:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-link-active-directory-users-to/m-p/656003#M61198</guid>
      <dc:creator>GeoffreyWest</dc:creator>
      <dc:date>2014-11-04T18:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to link active directory users to feature services?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-link-active-directory-users-to/m-p/656004#M61199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order for a public user to edit a secure feature service, they would need to know the username/password to access the service.&amp;nbsp; You optionally can register the service with ArcGIS Online by going to Add Item &amp;gt; On the web.&amp;nbsp; When you specify the REST URL to a secure service, you will be prompted to store the credentials with the service, or have the users be prompted:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screen1.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/27398_screen1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether the user is prompted for the username/password, or it's stored with the service, that is the user that will be recorded when a feature is created/updated, regardless of what ArcGIS Online user account they are using.&amp;nbsp; The same holds true when using Collector.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:13:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-link-active-directory-users-to/m-p/656004#M61199</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-11-04T19:13:55Z</dc:date>
    </item>
  </channel>
</rss>

