<?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: Generate Token for hosted ArcGIS in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-token-for-hosted-arcgis/m-p/407439#M37543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this URL work?&amp;nbsp;&lt;A class="link-titled" href="https://www.arcgis.com/sharing/rest/generateToken" title="https://www.arcgis.com/sharing/rest/generateToken" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS Portal Directory&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's no HTML interface, but you should be able to POST user info to that URL with the parameters listed here:&amp;nbsp;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ts000000" title="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ts000000" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS REST API&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found some old code that seems to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;esriRequest&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fwww.arcgis.com%2Fsharing%2FgenerateToken" target="_blank"&gt;https://www.arcgis.com/sharing/generateToken&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; method&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"post"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp; query&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; f&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"json"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; username&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;name&amp;gt;'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; password&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;password&amp;gt;'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;// I guess this would be sampleserver8 for you&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; referer&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;&lt;SPAN&gt;'&amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fanalysis7.arcgis.com%2F" target="_blank"&gt;http://analysis7.arcgis.com/&lt;/A&gt;&lt;SPAN&gt;&amp;gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;then&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;response &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; r&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;data&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;token&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 18:31:37 GMT</pubDate>
    <dc:creator>ThomasSolow</dc:creator>
    <dc:date>2021-12-11T18:31:37Z</dc:date>
    <item>
      <title>Generate Token for hosted ArcGIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-token-for-hosted-arcgis/m-p/407436#M37540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of our client uses the hosted ArcGIS service. I am trying to use one of their feature services via the JS API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The URL of this feature server is something like this:&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked"&gt;https://services8.arcgis.com/&amp;lt;some code&amp;gt;/ArcGIS/rest/services/&amp;lt;service name&amp;gt;/FeatureServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this service is not public, I understand that we need to generate a token to access this resource. This is something we do with our hosted GIS Servers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For our hosted GIS server we use the token generation api at :&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked"&gt;https://&amp;lt;local server name&amp;gt;/ArCGIS/tokens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when we are not able to access this same API on the hosted server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have done quite a bit of googling and am seeing docs that mention a URL like /arcgis/tokens/generateToken&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/#/Generate_Token/02r3000000ts000000/"&gt;http://resources.arcgis.com/en/help/arcgis-rest-api/#/Generate_Token/02r3000000ts000000/&lt;/A&gt;&lt;A&gt; &amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgisonline.com/arcgis/sdk/rest/index.html#/Generate_Token/02ss00000059000000/"&gt;http://server.arcgisonline.com/arcgis/sdk/rest/index.html#/Generate_Token/02ss00000059000000/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This help doc shows the various options for security out of which one is Token based and it says it works with ArcGIS Online. So what are we doing wrong?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/documentation/core-concepts/security-and-authentication/" title="https://developers.arcgis.com/documentation/core-concepts/security-and-authentication/"&gt;ArcGIS Security and Authentication | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something that needs to be enabled on the account?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 12:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-token-for-hosted-arcgis/m-p/407436#M37540</guid>
      <dc:creator>YashvitNaik</dc:creator>
      <dc:date>2017-11-02T12:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Token for hosted ArcGIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-token-for-hosted-arcgis/m-p/407437#M37541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say generateToken doesn't work, what do you mean exactly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not completely sure how you're supposed to handle this for logging into ArcGIS Online but my expectation is that you could generate a token from a URL like:&amp;nbsp;&lt;A class="link-titled" href="https://sampleserver5.arcgisonline.com/arcgis/tokens/generateToken" title="https://sampleserver5.arcgisonline.com/arcgis/tokens/generateToken"&gt;Generate Token&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I've actually never done this manually (but I don't see any reason that you couldn't).&amp;nbsp; I've always used some combination of OAuthInfo and the Identity Manager, which are documented in the JS SDK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 15:36:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-token-for-hosted-arcgis/m-p/407437#M37541</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-11-02T15:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Token for hosted ArcGIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-token-for-hosted-arcgis/m-p/407438#M37542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With doesnt work I mean the URL&amp;nbsp;&lt;A class="link-titled" href="https://services8.arcgis.com/ArcGIS/tokens/generateToken" title="https://services8.arcgis.com/ArcGIS/tokens/generateToken"&gt;https://services8.arcgis.com/ArcGIS/tokens/generateToken&lt;/A&gt;&amp;nbsp;&amp;nbsp;doesnt exist at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample arcgisonline servers seems to have that api but not the production hosted ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont want to get into OAuth at the moment as that would involve quite some change and there are quite a few other clients that are happy with the token based login for their locally hosted GIS servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify, I am trying to generate the token&amp;nbsp;with a username and password.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 15:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-token-for-hosted-arcgis/m-p/407438#M37542</guid>
      <dc:creator>YashvitNaik</dc:creator>
      <dc:date>2017-11-02T15:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Token for hosted ArcGIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-token-for-hosted-arcgis/m-p/407439#M37543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this URL work?&amp;nbsp;&lt;A class="link-titled" href="https://www.arcgis.com/sharing/rest/generateToken" title="https://www.arcgis.com/sharing/rest/generateToken" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS Portal Directory&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's no HTML interface, but you should be able to POST user info to that URL with the parameters listed here:&amp;nbsp;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ts000000" title="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ts000000" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS REST API&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found some old code that seems to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;esriRequest&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fwww.arcgis.com%2Fsharing%2FgenerateToken" target="_blank"&gt;https://www.arcgis.com/sharing/generateToken&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; method&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"post"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp; query&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; f&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"json"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; username&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;name&amp;gt;'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; password&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;password&amp;gt;'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;// I guess this would be sampleserver8 for you&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; referer&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;&lt;SPAN&gt;'&amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fanalysis7.arcgis.com%2F" target="_blank"&gt;http://analysis7.arcgis.com/&lt;/A&gt;&lt;SPAN&gt;&amp;gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;then&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;response &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; r&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;data&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;token&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:31:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-token-for-hosted-arcgis/m-p/407439#M37543</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2021-12-11T18:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Token for hosted ArcGIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-token-for-hosted-arcgis/m-p/407440#M37544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I may have the same issue. I have a script that works on one ArcGIS Online organizational account to generate a token, however if I use that same script on another account it fails to generate the token. We manage multiple accounts so I have tried it with several and currently only one returns a token. Is there an org setting that needs to be changed? Everything else is the exact same. Running the same script from the same machine etc.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 05:16:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-token-for-hosted-arcgis/m-p/407440#M37544</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-12-14T05:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Token for hosted ArcGIS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-token-for-hosted-arcgis/m-p/407441#M37545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An update:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what the exact problem ended up being for the original poster on this thread, however I found this useful tidbit:&lt;/P&gt;&lt;P&gt;When using the &lt;SPAN style="background-color: #ffffff;"&gt;REST API&lt;/SPAN&gt; to generate a token the username is case sensitive. It's not case sensitive when manually signing into ArcGIS Online so in my case I didn't even realize that would be an issue in my script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/176923"&gt;ArcGIS Online generateToken does not work?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 06:23:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/generate-token-for-hosted-arcgis/m-p/407441#M37545</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-12-14T06:23:23Z</dc:date>
    </item>
  </channel>
</rss>

