<?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: custom java identity store for 10.1 in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/custom-java-identity-store-for-10-1/m-p/98596#M3829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;still struggling w/this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;stupid question time: is securing a service in the root folder a no-no? seems that makes arcGIS server unstable to the point that its crashing IIS default app pool &amp;amp; croaking my other app servers (coldfusion, etc.). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2013 14:40:21 GMT</pubDate>
    <dc:creator>PaulHastings1</dc:creator>
    <dc:date>2013-02-22T14:40:21Z</dc:date>
    <item>
      <title>custom java identity store for 10.1</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/custom-java-identity-store-for-10-1/m-p/98593#M3826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we're trying to integrate an existing, complex authentication system (using passwords, LDAP, google/facebook/etc authentication depending on the user) into arcGIS server. we don't actually need arcGIS manager to manage this as its an existing system w/working management tools in place. we were hoping that we could just implement the validateUser method, is this the case? or do we need to implement more methods?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 01:19:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/custom-java-identity-store-for-10-1/m-p/98593#M3826</guid>
      <dc:creator>PaulHastings1</dc:creator>
      <dc:date>2013-02-17T01:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: custom java identity store for 10.1</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/custom-java-identity-store-for-10-1/m-p/98594#M3827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have implemented a custom ASP.NET security provider so I can speak to that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server Manager exposes a set of functionality related to creating, authenticating, finding, etc. users &amp;amp; groups.&amp;nbsp; Some of the functionality is absolutely required, e.g. authenticate user, is user a member of a group, etc.&amp;nbsp; Other pieces are optional, e.g. create user.&amp;nbsp; I didn't implement creation functionality because I expect that to be done in another system but I did implement all the logic which allows the administrator to find/search users and groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I seem to recall that the samples had comments with regards to what was required and what was not but I don't think that they were precisely correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best of luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 14:40:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/custom-java-identity-store-for-10-1/m-p/98594#M3827</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-02-17T14:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: custom java identity store for 10.1</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/custom-java-identity-store-for-10-1/m-p/98595#M3828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for that, yes i was kind of working to that conclusion (tried to get away w/just validateUser method but the secured service wouldn't even start). the java example implements everything (except passwords or the server itself is hiding that somewhere else) &amp;amp; the docs aren't very informative (the install bits have nothing to do w/anything, several people read them &amp;amp; understood that arcgis manager was somehow involved--its not, just manually edit a config file).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;know its possible is half the battle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 16:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/custom-java-identity-store-for-10-1/m-p/98595#M3828</guid>
      <dc:creator>PaulHastings1</dc:creator>
      <dc:date>2013-02-17T16:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: custom java identity store for 10.1</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/custom-java-identity-store-for-10-1/m-p/98596#M3829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;still struggling w/this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;stupid question time: is securing a service in the root folder a no-no? seems that makes arcGIS server unstable to the point that its crashing IIS default app pool &amp;amp; croaking my other app servers (coldfusion, etc.). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 14:40:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/custom-java-identity-store-for-10-1/m-p/98596#M3829</guid>
      <dc:creator>PaulHastings1</dc:creator>
      <dc:date>2013-02-22T14:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: custom java identity store for 10.1</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/custom-java-identity-store-for-10-1/m-p/98597#M3830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I always secure the root folder such that only authenticated users have access.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See attached image.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 14:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/custom-java-identity-store-for-10-1/m-p/98597#M3830</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-02-22T14:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: custom java identity store for 10.1</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/custom-java-identity-store-for-10-1/m-p/98598#M3831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we've had a staging &amp;amp; a dev server (10.1) both start doing tequila shots if we mess w/services in the root.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i don't see anything in the docs but should we be securing folders instead of services?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 15:26:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/custom-java-identity-store-for-10-1/m-p/98598#M3831</guid>
      <dc:creator>PaulHastings1</dc:creator>
      <dc:date>2013-02-24T15:26:07Z</dc:date>
    </item>
  </channel>
</rss>

