<?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: Token service not working in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/token-service-not-working/m-p/586354#M22607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Contacted esri support. There is a bug, NIM088894, which states that the token generator from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;.&amp;lt;domain&amp;gt;.com/webadaptor/tokens does not work unless the Web Adapter name is 'arcgis'. I tried to genericize my URLs but in actuality my Web Adapter was not named "arcgis".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unistalling and reinstalling the Web Adapter using the name "arcgis" (lower case) fixed the problem. The original token service now works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Feb 2014 18:24:34 GMT</pubDate>
    <dc:creator>SteveBratt</dc:creator>
    <dc:date>2014-02-24T18:24:34Z</dc:date>
    <item>
      <title>Token service not working</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/token-service-not-working/m-p/586353#M22606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a 10.2 ArcGIS Server with SSL enabled. Both these token services work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The old URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://server.domain.com/arcgis/tokens/" rel="nofollow" target="_blank"&gt;https://server.domain.com/arcgis/tokens/&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the new URL (10.1+?): &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://server.domain.com/arcgis/admin/generatetoken" rel="nofollow" target="_blank"&gt;https://server.domain.com/arcgis/admin/generatetoken&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a 10.1 ArcGIS Server with SSL not enabled. Only one of these token services work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The old URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.domain.com/arcgis/tokens/" rel="nofollow" target="_blank"&gt;http://server.domain.com/arcgis/tokens/&lt;/A&gt;&lt;SPAN&gt; DOES NOT WORK and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the new URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.domain.com/arcgis/admin/generatetoken" rel="nofollow" target="_blank"&gt;http://server.domain.com/arcgis/admin/generatetoken&lt;/A&gt;&lt;SPAN&gt; does work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both ArcGIS Servers are configured to use a Web Adaptor ("arcgis").&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error for the failing in the token service UI is "Invalid request &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Usage: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.domain.com/arcgis/tokens?request=gettoken&amp;amp;username=username&amp;amp;password=password&amp;amp;" rel="nofollow" target="_blank"&gt;http://server.domain.com/arcgis/tokens?request=gettoken&amp;amp;username=username&amp;amp;password=password&amp;amp;&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Usage: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.domain.com/arcgis/tokens/generateToken?username=username&amp;amp;password=password&amp;amp;" rel="nofollow" target="_blank"&gt;http://server.domain.com/arcgis/tokens/generateToken?username=username&amp;amp;password=password&amp;amp;&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Usage: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.domain.com/arcgis/tokens/gettoken.html" rel="nofollow" target="_blank"&gt;http://server.domain.com/arcgis/tokens/gettoken.html&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and for the URL with passed parameters (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.domain.com/arcgis/tokens?request=gettoken&amp;amp;username=XXXXX&amp;amp;password=XXXXX&amp;amp;" rel="nofollow" target="_blank"&gt;http://server.domain.com/arcgis/tokens?request=gettoken&amp;amp;username=XXXXX&amp;amp;password=XXXXX&amp;amp;&lt;/A&gt;&lt;SPAN&gt;) is "Specified argument was out of the range of valid values. Parameter name: offset"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The user/pw is valid, as it works from the new URL and to access the secured folder in the REST directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Why are there 2 URLs for accessing the token service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Why doesn't the "old" token service URL work for the 10.1 server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 13:55:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/token-service-not-working/m-p/586353#M22606</guid>
      <dc:creator>SteveBratt</dc:creator>
      <dc:date>2014-02-20T13:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Token service not working</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/token-service-not-working/m-p/586354#M22607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Contacted esri support. There is a bug, NIM088894, which states that the token generator from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;.&amp;lt;domain&amp;gt;.com/webadaptor/tokens does not work unless the Web Adapter name is 'arcgis'. I tried to genericize my URLs but in actuality my Web Adapter was not named "arcgis".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unistalling and reinstalling the Web Adapter using the name "arcgis" (lower case) fixed the problem. The original token service now works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 18:24:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/token-service-not-working/m-p/586354#M22607</guid>
      <dc:creator>SteveBratt</dc:creator>
      <dc:date>2014-02-24T18:24:34Z</dc:date>
    </item>
  </channel>
</rss>

