<?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: &amp;amp;quot;esriags&amp;amp;quot; applicationName for sql server membership provider in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70719#M2745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, Gerado. &lt;/P&gt;&lt;P&gt;I'm trying to figure this out for 10.2.2 right now and they still seem to have the applicationName hardcoded. Pretty annoying. We have a large number of users stored in a SQL Server database using SQLServerMembership. I'm able to connect to that database through AGS, however, when I go to add roles/users, it adds it under another applicationID and applicationName. Seems like they can configure a real simple solution to this instead of making us run around all over the web looking for solutions. &lt;/P&gt;&lt;P&gt;I will keep you posted if I make any process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Ruchira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 21:43:55 GMT</pubDate>
    <dc:creator>RuchiraWelikala</dc:creator>
    <dc:date>2014-10-30T21:43:55Z</dc:date>
    <item>
      <title>&amp;quot;esriags&amp;quot; applicationName for sql server membership provider</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70713#M2739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where do I change this applicationName value which defaults to "esriags"? Im trying to use SQL server membership as security store. Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 21:24:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70713#M2739</guid>
      <dc:creator>GerardoGarcia</dc:creator>
      <dc:date>2013-02-06T21:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: "esriags" applicationName for sql server membership provider</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70714#M2740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think that it is embedded in code so it binds at applicationName = 'esriags'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 15:33:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70714#M2740</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-02-08T15:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: "esriags" applicationName for sql server membership provider</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70715#M2741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I think that it is embedded in code so it binds at applicationName = 'esriags'&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the feedback Domenico. You're right. Yesterday I stumbled upon a file and folder under the default arcgis server installation path (for 10.1 sp1). The path is C:\Program Files\ArcGIS\Server\framework\lib\ext. Here you will find 3 files: a single *.soe file and two *.jar files. If you open the .soe archive as a zip, you will find a few folders and files namely a "config.xml" (authored by "shre5185" :)) and AGSMembershipProvider.dll under the "Install" directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using a common decompiler, I've managed to locate where the defaults are coming from: There is the "AGSMembershipProvider" namespace which contains the "AGSSqlMembershipProvider" internal class. It inherits the .net "SqlMembershipProvider" and so all it's defaults that could usually be changed in a web.config file like "requiresUniqueEmail" and "minRequiredNonalphanumericCharacters".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've sent in a support ticket because at this point I don't know where to go from here, aside from generating my own "AGSMembershipProvider.dll" file which I'd rather not do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 17:04:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70715#M2741</guid>
      <dc:creator>GerardoGarcia</dc:creator>
      <dc:date>2013-02-08T17:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: "esriags" applicationName for sql server membership provider</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70716#M2742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gerardo, I decompiled this also and took a look. It appears all of the traditional web.config values get passed in from the JSON config with the except of applicationName, which appears to be hardcoded as "esriags".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So for example-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "type": "SQL_SERVER",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "properties": {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "connectionString": "Data Source=machine;Initial Catalog=test_ags_security;Integrated Security=SSPI",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "maxInvalidPasswordAttempts": "3",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "minRequiredPasswordLength": 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It works in my testing. Did Esri confirm this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 18:35:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70716#M2742</guid>
      <dc:creator>RyanKoehnen</dc:creator>
      <dc:date>2014-01-14T18:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: &amp;quot;esriags&amp;quot; applicationName for sql server membership provider</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70717#M2743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Were you able to find a solution to this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 21:07:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70717#M2743</guid>
      <dc:creator>RuchiraWelikala</dc:creator>
      <dc:date>2014-10-30T21:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: &amp;quot;esriags&amp;quot; applicationName for sql server membership provider</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70718#M2744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ryan and Ruchira,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Didn't know that the new "geonet"/esri forums auto-email you on an update to an old thread! Nice feature. I would've responded sooner to Ryan's questions but I haven't returned back to this problem since my last post here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, unfortunately, I never found a solution to this. We ended up using ArcGIS built-in users/roles but I've used a proxy with a generic arcgis user account that has privileges to the needed services. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imagine that a custom dll/MembershipProvider can be created which could be based off of the SqlMembershipProvider which would allow you to change the "applicationName" attribute (and any others), but for whatever reason, esri hard-coded it. If you care to find a solution, I would recommend investigating the above suggestion (creating custom provider).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still using server 10.1 sp1 so I don't know if this has changed in any newer releases, but I'll find out later. Plus, the ASP.NET folk have released newer/enhanced membership providers in the past couple of years that should be better (bing or google for asp.net Identity provider).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do find a solution, I'd ask for you to post here (if you don't mind). Thanks guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 21:30:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70718#M2744</guid>
      <dc:creator>GerardoGarcia</dc:creator>
      <dc:date>2014-10-30T21:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: &amp;quot;esriags&amp;quot; applicationName for sql server membership provider</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70719#M2745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, Gerado. &lt;/P&gt;&lt;P&gt;I'm trying to figure this out for 10.2.2 right now and they still seem to have the applicationName hardcoded. Pretty annoying. We have a large number of users stored in a SQL Server database using SQLServerMembership. I'm able to connect to that database through AGS, however, when I go to add roles/users, it adds it under another applicationID and applicationName. Seems like they can configure a real simple solution to this instead of making us run around all over the web looking for solutions. &lt;/P&gt;&lt;P&gt;I will keep you posted if I make any process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Ruchira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 21:43:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70719#M2745</guid>
      <dc:creator>RuchiraWelikala</dc:creator>
      <dc:date>2014-10-30T21:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: &amp;quot;esriags&amp;quot; applicationName for sql server membership provider</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70720#M2746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We ended up coding a custom identity provider in Java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Setting_up_a_custom_identity_store_using_Java/01540000058z000000/"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#/Setting_up_a_custom_identity_store_using_Java/01540000058z000000/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 21:50:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70720#M2746</guid>
      <dc:creator>RyanKoehnen</dc:creator>
      <dc:date>2014-10-30T21:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: &amp;quot;esriags&amp;quot; applicationName for sql server membership provider</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70721#M2747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice discussion guys. And yes, these things are annoying! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First related to Ryan's reply, you could probably follow the help section for ASP.NET which if you follow his link will be right below the Java link in the table of contents. The link is &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Setting_up_a_custom_identity_store_using_ASP_NET/0154000005v5000000/" title="http://resources.arcgis.com/en/help/main/10.2/index.html#/Setting_up_a_custom_identity_store_using_ASP_NET/0154000005v5000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, if you'd like to continue with what you have (existing sqlmembership store) you could change the applicationName you're currently using in the database (which by default I believe is "/") to "esriags", but, as long as this doesn't break or interfere with anything else you or your team has built. Then you could change the "applicationName" attribute in your web.config file which would then allow you to map all of your users/roles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Thanks for the feedback folks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 22:23:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70721#M2747</guid>
      <dc:creator>GerardoGarcia</dc:creator>
      <dc:date>2014-10-30T22:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: &amp;quot;esriags&amp;quot; applicationName for sql server membership provider</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70722#M2748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are interested I have developed a custom identity provider in .net : &lt;A href="http://nicogis.blogspot.it/2014/02/custom-identity-store-aspnet.html" title="http://nicogis.blogspot.it/2014/02/custom-identity-store-aspnet.html"&gt;NicoGis - Sviluppare in ambiente ArcGIS...: Custom Identity store ASP.NET&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.studioat.eu/downloads/arcgisservercustomprovider.zip"&gt;download solution &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 07:40:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/amp-quot-esriags-amp-quot-applicationname-for-sql/m-p/70722#M2748</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2014-10-31T07:40:53Z</dc:date>
    </item>
  </channel>
</rss>

