<?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: How to seamlessly access an ArcGIS Online map no-shared to public?  in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-seamlessly-access-an-arcgis-online-map-no/m-p/667894#M62353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Allen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to include the &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/identitymanager-amd.html"&gt;IdentityManager &lt;/A&gt;module in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This module returns a singleton class that is automatically instantiated into &lt;CODE&gt;esri.id&lt;/CODE&gt; when the module containing this class is imported into the application. This module provides the framework and helper methods required to implement a solution for managing user credentials for the following resources:&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;ArcGIS Server resources secured using token-based authentication. Note that only ArcGIS Server versions 10 SP 1 and greater are supported.&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Secured ArcGIS.com resources (i.e. web maps).&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2016 17:57:40 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2016-09-06T17:57:40Z</dc:date>
    <item>
      <title>How to seamlessly access an ArcGIS Online map no-shared to public?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-seamlessly-access-an-arcgis-online-map-no/m-p/667892#M62351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My company is new to ArcGIS Online (AGOL). We tested using JavaScript API to access or embed&amp;nbsp;an AGOL map shared only&amp;nbsp;within our organization, and found it did not work unless we change the map to share to Public. This does not work for us as we won't want people outside our organization to discover/access the map. Is there a workaround this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 17:38:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-seamlessly-access-an-arcgis-online-map-no/m-p/667892#M62351</guid>
      <dc:creator>AllenGuan1</dc:creator>
      <dc:date>2016-09-06T17:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to seamlessly access an ArcGIS Online map no-shared to public?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-seamlessly-access-an-arcgis-online-map-no/m-p/667893#M62352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you do something like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/portal_oauth_inline.html" title="https://developers.arcgis.com/javascript/3/jssamples/portal_oauth_inline.html"&gt;OAuth Basic | ArcGIS API for JavaScript 3.17&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then share the map only with the organization?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the users would have to log in to see the map.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 17:57:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-seamlessly-access-an-arcgis-online-map-no/m-p/667893#M62352</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-09-06T17:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to seamlessly access an ArcGIS Online map no-shared to public?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-seamlessly-access-an-arcgis-online-map-no/m-p/667894#M62353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Allen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to include the &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/identitymanager-amd.html"&gt;IdentityManager &lt;/A&gt;module in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This module returns a singleton class that is automatically instantiated into &lt;CODE&gt;esri.id&lt;/CODE&gt; when the module containing this class is imported into the application. This module provides the framework and helper methods required to implement a solution for managing user credentials for the following resources:&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;ArcGIS Server resources secured using token-based authentication. Note that only ArcGIS Server versions 10 SP 1 and greater are supported.&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Secured ArcGIS.com resources (i.e. web maps).&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 17:57:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-seamlessly-access-an-arcgis-online-map-no/m-p/667894#M62353</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2016-09-06T17:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to seamlessly access an ArcGIS Online map no-shared to public?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-seamlessly-access-an-arcgis-online-map-no/m-p/667895#M62354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jake and Rickey, thanks for the hint. Our AGOL is integrated with AD through OKTA (SAML). Not sure if&amp;nbsp;the&amp;nbsp;sample code&amp;nbsp;will work, but will give it a try. Here is the simple testing code that tries to access&amp;nbsp;a map shared to our organization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;&amp;nbsp; require([&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "esri/views/MapView",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "esri/WebMap",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "esri/config",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dojo/domReady!"&lt;BR /&gt;&amp;nbsp; ], function(MapView, WebMap, esriConfig, domReady){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; esriConfig.portalUrl = "&lt;A href="https://npu-portal.maps.arcgis.com"&gt;https://npu-portal.maps.arcgis.com&lt;/A&gt;"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var webmap = new WebMap({&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; portalItem: {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id: "0d5f519dea1642429d3b358327f7e920"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var view = new MapView({&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map: webmap,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; container: "viewDiv"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;BR /&gt;&amp;nbsp; });&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 18:56:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-seamlessly-access-an-arcgis-online-map-no/m-p/667895#M62354</guid>
      <dc:creator>AllenGuan1</dc:creator>
      <dc:date>2016-09-06T18:56:10Z</dc:date>
    </item>
  </channel>
</rss>

