<?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: Editor Tracking Within Web Application in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201237#M18661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your help.&amp;nbsp; I have decided to not use the proxy and am beginning to think that it is something in ArcGIS Server that will need reconfiguring. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2015 21:03:33 GMT</pubDate>
    <dc:creator>WesAskew</dc:creator>
    <dc:date>2015-01-07T21:03:33Z</dc:date>
    <item>
      <title>Editor Tracking Within Web Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201231#M18655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an internal web application that allows users to edit an SDE layer.&amp;nbsp; I have editor tracking enabled on the layer and would like for the editor field to be populated by the editor's organization domain name.&amp;nbsp; What is the best way of going about this?&amp;nbsp; Would any configuration need to be done in Server Manager?&amp;nbsp; Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 03:26:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201231#M18655</guid>
      <dc:creator>WesAskew</dc:creator>
      <dc:date>2015-01-07T03:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Tracking Within Web Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201232#M18656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your service secured? If your ArcGIS Server is using Windows domain as identity store then secure the service, add it to an ArcGIS Online map, and don't store credentials within a registered ArcGIS Online layer. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 05:13:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201232#M18656</guid>
      <dc:creator>TobiasFimpel1</dc:creator>
      <dc:date>2015-01-07T05:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Tracking Within Web Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201233#M18657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&amp;nbsp;&amp;nbsp; I have already built a custom application using the API and do not want to go through ArcGIS Online. The service will be secured in a protected rest services folder and will be accessed in the application by a proxy page.&amp;nbsp;&amp;nbsp; Our ArcGIS Server IS using Windows domain as the identity store.&amp;nbsp; Do you have any more suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 19:52:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201233#M18657</guid>
      <dc:creator>WesAskew</dc:creator>
      <dc:date>2015-01-07T19:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Tracking Within Web Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201234#M18658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see. I have not much expertise with proxy pages. Without proxy if you are using the javascript API and create a map with a secured layer users will automatically be prompted to enter their Windows domain name and the associated password on map load. Did you try that yet? What do you want your proxy page to do in terms of authentication? Someone with more expertise on using proxies would likely be able to help. Also, what version of ArcGIS Server are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 20:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201234#M18658</guid>
      <dc:creator>TobiasFimpel1</dc:creator>
      <dc:date>2015-01-07T20:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Tracking Within Web Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201235#M18659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using ArcGIS Server 10.2.&amp;nbsp; I found something here:&amp;nbsp; &lt;A href="http://gis.stackexchange.com/questions/73354/arcgis-javascript-api-with-windows-authentication" title="http://gis.stackexchange.com/questions/73354/arcgis-javascript-api-with-windows-authentication"&gt;ArcGIS Javascript API with Windows Authentication - Geographic Information Systems Stack Exchange&lt;/A&gt; which states that the proxy will cause issues when determining who makes the edits.&amp;nbsp; Since the application will be internal only, I have decided not to use the proxy.&amp;nbsp; Without the proxy, the editor field is populated with Esri_Anonymous.&amp;nbsp; I need this to display the domain name of the user who makes the edits.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 20:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201235#M18659</guid>
      <dc:creator>WesAskew</dc:creator>
      <dc:date>2015-01-07T20:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Tracking Within Web Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201236#M18660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The siteadmin username and password is stored in your proxy, correct? When your application makes its first call to the secured feature service it authenticates as user "siteadmin". How is ArcGIS Server supposed to get information about &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;the editor's organization domain name? It might not be possible (it also isn't possible when you use ArcGIS Online registered layers, with a stored AD password and thus essentially use ArcGIS Online as a proxy to get at your ArcGIS Server feature services.) I think if nobody knowledgeable on proxies replies to this thread you might have better luck with re-phrasing the discussion title to include "proxy", "authentication", etc. Sorry I don't have better info. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 20:57:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201236#M18660</guid>
      <dc:creator>TobiasFimpel1</dc:creator>
      <dc:date>2015-01-07T20:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Tracking Within Web Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201237#M18661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your help.&amp;nbsp; I have decided to not use the proxy and am beginning to think that it is something in ArcGIS Server that will need reconfiguring. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 21:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201237#M18661</guid>
      <dc:creator>WesAskew</dc:creator>
      <dc:date>2015-01-07T21:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Tracking Within Web Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201238#M18662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, let me know if you have any more questions...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 21:19:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-tracking-within-web-application/m-p/201238#M18662</guid>
      <dc:creator>TobiasFimpel1</dc:creator>
      <dc:date>2015-01-07T21:19:25Z</dc:date>
    </item>
  </channel>
</rss>

