<?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: Load secured private layer with app login in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288313#M26522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudy, absolutely. See this page on app logins and using a proxy:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/documentation/core-concepts/security-and-authentication/#app-login"&gt;https://developers.arcgis.com/documentation/core-concepts/security-and-authentication/#app-login&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Apr 2019 20:30:48 GMT</pubDate>
    <dc:creator>Noah-Sager</dc:creator>
    <dc:date>2019-04-04T20:30:48Z</dc:date>
    <item>
      <title>Load secured private layer with app login</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288312#M26521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing angular/ruby on rails web application. For arcgis we are using javascript api. Is it possible to access private layers hosted on arcgis online with app id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;Layer.fromPortalItem({ &lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;portalItem&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;: { &lt;/SPAN&gt;&lt;SPAN class="" style="color: #006a00;"&gt;// autocasts new PortalItem()&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; id: &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"8444e275037549c1acab02d2626daaee"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; } }).then(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;&lt;SPAN class="" style="color: #aa0d91; font-weight: bold;"&gt;function&lt;/SPAN&gt;(&lt;SPAN class="" style="color: #5c2699;"&gt;layer&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;{ &lt;/SPAN&gt;&lt;SPAN class="" style="color: #006a00;"&gt;// add the layer to the map&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; map.add(layer); });&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 15:22:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288312#M26521</guid>
      <dc:creator>RubyStroschein</dc:creator>
      <dc:date>2019-04-04T15:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load secured private layer with app login</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288313#M26522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudy, absolutely. See this page on app logins and using a proxy:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/documentation/core-concepts/security-and-authentication/#app-login"&gt;https://developers.arcgis.com/documentation/core-concepts/security-and-authentication/#app-login&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 20:30:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288313#M26522</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2019-04-04T20:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Load secured private layer with app login</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288314#M26523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Noah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply. Do you have some sample code? Can I login using proxy?&lt;/P&gt;&lt;P&gt;This is stated in documentation:&lt;/P&gt;&lt;P style="color: #4c4c4c; background-color: #ffffff; margin-bottom: 1.5rem;"&gt;App login can be used to access any of these services:&lt;/P&gt;&lt;UL style="color: #4c4c4c; background-color: #ffffff; font-size: 0.9375rem; margin-left: 0.75rem; margin-bottom: 1.5rem;"&gt;&lt;LI style="margin: 0.375rem 0px 0.375rem 1.5rem;"&gt;Public content (basemaps, layers shared publicly);&lt;/LI&gt;&lt;LI style="margin: 0.375rem 0px 0.375rem 1.5rem;"&gt;&lt;A href="https://developers.arcgis.com/features/geocoding" style="color: #0079c1; text-decoration: none;"&gt;Geocoding&lt;/A&gt;;&lt;/LI&gt;&lt;LI style="margin: 0.375rem 0px 0.375rem 1.5rem;"&gt;&lt;A href="https://developers.arcgis.com/features/directions" style="color: #0079c1; text-decoration: none;"&gt;Routing and Directions&lt;/A&gt;;&lt;/LI&gt;&lt;LI style="margin: 0.375rem 0px 0.375rem 1.5rem;"&gt;Demographic Data (&lt;A href="https://developers.arcgis.com/features/geo-enrichment" style="color: #0079c1; text-decoration: none;"&gt;GeoEnrichment&lt;/A&gt;);&lt;/LI&gt;&lt;LI style="margin: 0.375rem 0px 0.375rem 1.5rem;"&gt;&lt;A href="http://www.arcgis.com/home/search.html?q=owner:esri" style="color: #0079c1; text-decoration: none;"&gt;Esri Premium Maps and Layers&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;which require a subscription;&lt;/LI&gt;&lt;LI style="margin: 0.375rem 0px 0.375rem 1.5rem;"&gt;&lt;A href="https://developers.arcgis.com/rest/elevation" style="color: #0079c1; text-decoration: none;"&gt;Elevation Analysis&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="color: #4c4c4c; background-color: #ffffff; margin-bottom: 1.5rem;"&gt;There are certain&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/documentation/core-concepts/security-and-authentication/limitations-of-application-authentication" style="color: #0079c1; text-decoration: none;"&gt;limitations and restrictions&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;using app login.&lt;/P&gt;&lt;P style="color: #4c4c4c; background-color: #ffffff; margin-bottom: 1.5rem;"&gt;&lt;/P&gt;&lt;H3 style="font-size: 1.69949rem; margin: 0px 0px 0.75rem;"&gt;Capabilities table&lt;/H3&gt;&lt;TABLE style="border: 1px solid #cccccc; font-size: 0.875rem; margin-bottom: 1.5rem;"&gt;&lt;THEAD style="background-color: #efefef; border-bottom: 1px solid #cccccc; font-size: 1rem;"&gt;&lt;TR style="border-bottom: none;"&gt;&lt;TH style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;Capability&lt;/TH&gt;&lt;TH style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;App login&lt;SUP style="font-size: 0.70721em;"&gt;[3]&lt;/SUP&gt;&lt;/TH&gt;&lt;TH style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;Named user login&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SUP style="font-size: 0.70721em;"&gt;[1]&lt;/SUP&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;&lt;A href="https://developers.arcgis.com/features/geocoding" style="color: #0079c1; text-decoration: none;"&gt;Geocoding&lt;/A&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SUP style="font-size: 0.70721em;"&gt;[2]&lt;/SUP&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;&lt;A href="https://developers.arcgis.com/features/directions" style="color: #0079c1; text-decoration: none;"&gt;Routing&lt;/A&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SUP style="font-size: 0.70721em;"&gt;[2]&lt;/SUP&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;&lt;A href="https://developers.arcgis.com/features/geo-enrichment/" style="color: #0079c1; text-decoration: none;"&gt;Demographic data&lt;/A&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SUP style="font-size: 0.70721em;"&gt;[2]&lt;/SUP&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;&lt;A href="https://www.arcgis.com/home/search.html?q=owner:esri" style="color: #0079c1; text-decoration: none;"&gt;Premium layers and imagery&lt;/A&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SUP style="font-size: 0.70721em;"&gt;[2]&lt;/SUP&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;&lt;A href="https://developers.arcgis.com/rest/elevation/" style="color: #0079c1; text-decoration: none;"&gt;Elevation analysis&lt;/A&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SUP style="font-size: 0.70721em;"&gt;[2]&lt;/SUP&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;&lt;A href="https://developers.arcgis.com/rest/analysis/" style="color: #0079c1; text-decoration: none;"&gt;Spatial analysis&lt;/A&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SUP style="font-size: 0.70721em;"&gt;[2]&lt;/SUP&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;Read public content&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;Read content owned by user&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;Read content shared with user&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SUP style="font-size: 0.70721em;"&gt;[2]&lt;/SUP&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;Create/update/delete user's content&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;Create/update/delete shared content&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SUP style="font-size: 0.70721em;"&gt;[2]&lt;/SUP&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: none;"&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;Share content with other users&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.5rem;"&gt;✓&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SUP style="font-size: 0.70721em;"&gt;[2]&lt;/SUP&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="margin-bottom: 1.5rem;"&gt;&lt;SMALL style="font-size: 0.70721em;"&gt;&lt;STRONG&gt;[1]&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Usage (if any) billed to a user's organization.&lt;/SMALL&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2019 08:15:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288314#M26523</guid>
      <dc:creator>RubyStroschein</dc:creator>
      <dc:date>2019-04-06T08:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load secured private layer with app login</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288315#M26524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm, I guess you're not allowed to app logins for private layers/services. Well, you're certainly allowed to use the &lt;A href="https://github.com/Esri/resource-proxy"&gt;Esri resource proxy&lt;/A&gt; for this use case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2019 00:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288315#M26524</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2019-04-09T00:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Load secured private layer with app login</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288316#M26525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I intend to try this. Can printtask service work with layers that go trough proxy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2019 10:41:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288316#M26525</guid>
      <dc:creator>RubyStroschein</dc:creator>
      <dc:date>2019-04-09T10:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Load secured private layer with app login</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288317#M26526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this should work fine. You may need to host your own printing service though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2019 15:35:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288317#M26526</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2019-04-09T15:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load secured private layer with app login</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288318#M26527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We managed to access protected layer using arcgis toke, it is easier to use than proxy.&lt;/P&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-weight: normal; font-size: 14px;"&gt;&lt;DIV style="color: #d4d4d4;"&gt;&lt;SPAN style="color: #d4d4d4;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV style="background-color: #1e1e1e; font-weight: normal;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;$http&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;get&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;'/esri_layer/token'&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;).&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;success&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #569cd6;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;resp&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #d4d4d4;"&gt;&lt;SPAN style="color: #9cdcfe;"&gt;w&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;IdentityManager&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa;"&gt;registerToken&lt;/SPAN&gt;&lt;SPAN&gt;({&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #d4d4d4;"&gt;&lt;SPAN style="color: #9cdcfe;"&gt;&amp;nbsp; server:&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;url&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #d4d4d4;"&gt;&lt;SPAN style="color: #9cdcfe;"&gt;&amp;nbsp; token:&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;resp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;access_token&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #d4d4d4;"&gt;&lt;SPAN style="color: #9cdcfe;"&gt;&amp;nbsp; expires:&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;resp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe;"&gt;expires&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #d4d4d4;"&gt;&lt;SPAN style="color: #9cdcfe;"&gt;&amp;nbsp; ssl:&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #569cd6;"&gt;true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #d4d4d4;"&gt;&lt;SPAN&gt; });&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Can printing service be used with Arcgis online developer account.&lt;/P&gt;&lt;P&gt;It seams that print service is not working properly for examples, they are failing to generate print&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-print/index.html"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-print/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/441550_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2019 15:45:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/load-secured-private-layer-with-app-login/m-p/288318#M26527</guid>
      <dc:creator>RubyStroschein</dc:creator>
      <dc:date>2019-04-09T15:45:50Z</dc:date>
    </item>
  </channel>
</rss>

