<?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: What is the recommended methodology for deploying a WAB app that you don't want to share publicly? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603609#M16014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the steps given by you to create authentication app and copied all of the WAB apps subfolders and other files into my .net app folder structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run i get error as&amp;nbsp;&lt;IMG alt="Error" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/447947_DotNetError.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if i have to add anything other file or reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 May 2019 08:10:17 GMT</pubDate>
    <dc:creator>KafilBaig</dc:creator>
    <dc:date>2019-05-19T08:10:17Z</dc:date>
    <item>
      <title>What is the recommended methodology for deploying a WAB app that you don't want to share publicly?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603601#M16006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, here's my current methodology for creating WAB apps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Publish ArcGIS Server service(s) to ArcGIS Server (local).&lt;/P&gt;&lt;P&gt;2. Create web map on ArcGIS Online that uses the service(s) from step 1.&lt;/P&gt;&lt;P&gt;3. Use the Web Appbuilder (dev version) to create a web app that uses the web map from step 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Download the WAB app and deploy it on my local web server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, up until now, this has worked fairly well for us. The problem comes when I want to restrict access to resources published in a particular web map (until now, everything I've deployed via WAB has been publicly accessible). I have tried setting the "sharing" option in ArcGIS Online for the web map to specific ArcGIS Online "groups". I can get this to work only after registering the locally-served app with ArcGIS Online and editing the config.json to include the "appId" generated after this registration process (otherwise, I get errors when attempting to login -see bug description below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I am coming across is that I am limited by the number of logins/users/seats/etc we have as an "Organization" within ArcGIS Online. So, let's say I want to be able to share my app with 50 members of my organization. Then I need to have 50 logins to my "Organization" in ArcGIS Online. I guess I don't understand why this is the case. I mean, I'm hosting the ArcGIS Server services (ie the data) locally and hosting the web app locally, so why do I need 50 logins just to be able to share my app with my colleagues? Maybe I am missing something here. Can someone please enlighten me if so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*We are using Enterprise Logins in ArcGIS Online, so it's possible that the part where I have to register the downloaded WAB app is a result of that, as per the bug below (from ESRI):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 12px;"&gt;&lt;STRONG&gt;Defect ID:&amp;nbsp;&lt;/STRONG&gt;BUG-000099402&lt;BR clear="none" /&gt;&lt;STRONG&gt;Synopsis:&lt;/STRONG&gt;&amp;nbsp;Specifying credentials for an ArcGIS Online enterprise account to access applications created using Web AppBuilder for ArcGIS (Developer Edition) returns the following error, "The username or password you entered is incorrect."&lt;BR clear="none" /&gt;&lt;STRONG&gt;Status:&lt;/STRONG&gt;&amp;nbsp;Not in Current Product Plan&lt;BR clear="none" /&gt;&lt;STRONG&gt;Workaround:&amp;nbsp;&lt;/STRONG&gt;Use a built-in ArcGIS Online account when signing in to access the web application.&lt;BR clear="none" /&gt;&lt;STRONG&gt;Public Explanation:&lt;/STRONG&gt;&amp;nbsp;For supporting OAuth or SAML login, the app needs to be registered and add the appid to config.json file.&amp;nbsp;The guide is documented in readme.html file in the downloaded app, and the developers site:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 12px;"&gt;&lt;A data-saferedirecturl="https://www.google.com/url?hl=en&amp;amp;q=https://developers.arcgis.com/web-appbuilder/guide/xt-deploy-app.htm%23LI_D74BFE27BEA64CF19D1667B5E88E646C&amp;amp;source=gmail&amp;amp;ust=1507910775477000&amp;amp;usg=AFQjCNHuc8BxvuwDsk_1P3P3IzgODAwEaA" href="https://developers.arcgis.com/web-appbuilder/guide/xt-deploy-app.htm#LI_D74BFE27BEA64CF19D1667B5E88E646C" style="color: #1155cc;" target="_blank"&gt;https://developers.arcgis.com/web-appbuilder/guide/xt-deploy-app.htm#LI_D74BFE27BEA64CF19D1667B5E88E646C&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 19:57:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603601#M16006</guid>
      <dc:creator>JayGeisen</dc:creator>
      <dc:date>2017-10-12T19:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: What is the recommended methodology for deploying a WAB app that you don't want to share publicly?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603602#M16007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The way I do this is:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Do everything like you have been doing for a public app.&lt;/LI&gt;&lt;LI&gt;Develop a .Net user based authentication app (you can find many samples/walkthroughs online).&lt;/LI&gt;&lt;LI&gt;Take the .Net apps Default.aspx and add the WAB apps index.html code to it.&lt;/LI&gt;&lt;LI&gt;Copy all of the WAB apps subfolders and other files into your .Net apps folder structure.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does assume you have some .Net development skill.&lt;/P&gt;&lt;P&gt;I just thought I would throw this workflow out there for you to consider.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 12:35:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603602#M16007</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-13T12:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: What is the recommended methodology for deploying a WAB app that you don't want to share publicly?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603603#M16008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, Robert. I will have to look into this further.&amp;nbsp;Is this an alternative to using a proxy or would you do both?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 15:20:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603603#M16008</guid>
      <dc:creator>JayGeisen</dc:creator>
      <dc:date>2017-10-16T15:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the recommended methodology for deploying a WAB app that you don't want to share publicly?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603604#M16009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 15:21:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603604#M16009</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-16T15:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is the recommended methodology for deploying a WAB app that you don't want to share publicly?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603605#M16010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done something very similar, but have some additional questions...&lt;/P&gt;&lt;P&gt;My current setup:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ASP.NET MVC app functioning with ASP.NET Authentication and works great.&lt;/LI&gt;&lt;LI&gt;Webmap and Web AppBuilder app designed on ArcGIS Online.&lt;/LI&gt;&lt;LI&gt;Downloaded the WAB app from AGOL and deployed on our own server.&lt;UL&gt;&lt;LI&gt;All my downloaded WAB apps are in a common location, and a virtual folder is added to the MVC app to point to the WAB app location&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;The webmap on AGOL is not currently secured&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we go live, I want to secure the the webmap on AGOL, but then this will cause the AGOL OAuth dialog to prompt the user to enter AGOL creds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we avoid&amp;nbsp;prompting the users again to enter an AGOL cred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on a design pattern that would work here, would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warren M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 18:56:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603605#M16010</guid>
      <dc:creator>WarrenMedernach</dc:creator>
      <dc:date>2018-04-09T18:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: What is the recommended methodology for deploying a WAB app that you don't want to share publicly?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603606#M16011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Warren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You use a proxy with stored credentials in the proxy.config and because your MVC app is secured though .Net authentication the use of the proxy will be limited to those who have been authenticated already.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 19:02:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603606#M16011</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-04-09T19:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: What is the recommended methodology for deploying a WAB app that you don't want to share publicly?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603607#M16012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;Thank you, thank you, thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been avoiding the proxy configuration as I figured I didn't require it and I really didn't fully understand it. After some reading, digging, and more reading I now have a working sample setup and a better understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I do have some further questions about accessing different secured content on AGOL with different AGOL users.&amp;nbsp;&amp;nbsp;In the proxy.config I have the serverUrl pointing to our company AGOL root domain: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmycompany.maps.arcgis.com" rel="nofollow" target="_blank"&gt;https://mycompany.maps.arcgis.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the proxy serverUrl be configured to point to specific content/itemIds on AGOL?&lt;BR /&gt;IOW, is there a way to configure the proxy to point to Content-A with User-A, and Content-B with User-B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is my thinking flawed in this methodology?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your insight!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 19:58:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603607#M16012</guid>
      <dc:creator>WarrenMedernach</dc:creator>
      <dc:date>2018-04-11T19:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: What is the recommended methodology for deploying a WAB app that you don't want to share publicly?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603608#M16013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Warren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Absolutely you can make the serverURL more specific for a certain resource and a password and username can be defined in each serverURL entry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 14:20:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603608#M16013</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-04-12T14:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is the recommended methodology for deploying a WAB app that you don't want to share publicly?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603609#M16014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the steps given by you to create authentication app and copied all of the WAB apps subfolders and other files into my .net app folder structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run i get error as&amp;nbsp;&lt;IMG alt="Error" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/447947_DotNetError.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if i have to add anything other file or reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 May 2019 08:10:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603609#M16014</guid>
      <dc:creator>KafilBaig</dc:creator>
      <dc:date>2019-05-19T08:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is the recommended methodology for deploying a WAB app that you don't want to share publicly?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603610#M16015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kafil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sorry I have no experience doing this using typescript and that 's what your errors are talking about.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 May 2019 19:06:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/what-is-the-recommended-methodology-for-deploying/m-p/603610#M16015</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-05-19T19:06:50Z</dc:date>
    </item>
  </channel>
</rss>

