<?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: Login screen for web app builder hosted on IIS in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/login-screen-for-web-app-builder-hosted-on-iis/m-p/804771#M5606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so this is an old thread but I found it while researching the same idea &amp;amp; thought I would share the solution that worked for me. Use the standard windows forms authentication and rename the index.html to index.aspx and let ASPX manage it for you. Pretty straight-forward as long as you know how to use IIS's built-in forms authentication.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2017 20:58:20 GMT</pubDate>
    <dc:creator>MattRantala1</dc:creator>
    <dc:date>2017-05-10T20:58:20Z</dc:date>
    <item>
      <title>Login screen for web app builder hosted on IIS</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/login-screen-for-web-app-builder-hosted-on-iis/m-p/804768#M5603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to using web app builder, we are planning to add a couple of custom widgets to the builder.&lt;/P&gt;&lt;P&gt;However I am not able to understand with the current architecture of web app builder If we host it on IIS, is there a Login screen possible&lt;/P&gt;&lt;P&gt;for WAB similar to ArcGIS flex viewer login screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 10:42:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/login-screen-for-web-app-builder-hosted-on-iis/m-p/804768#M5603</guid>
      <dc:creator>IrisGreen</dc:creator>
      <dc:date>2015-11-13T10:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Login screen for web app builder hosted on IIS</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/login-screen-for-web-app-builder-hosted-on-iis/m-p/804769#M5604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; There was some custom development for in the Flex Viewer world to support a login page (if that is what you are referring to). Both Flex and WAB support Identify Manager for logging into secured map services. The use of a start page that has the user login for WAB is NOT otb feature and would have to be developed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 13:04:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/login-screen-for-web-app-builder-hosted-on-iis/m-p/804769#M5604</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-11-13T13:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Login screen for web app builder hosted on IIS</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/login-screen-for-web-app-builder-hosted-on-iis/m-p/804770#M5605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using services from your local ArcGIS Server and have secure services, you will be default get a login screen for the services (suggest having SSL set up for this). I'm not sure if you have this in place. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typically the topics have gone the other way on this forum....that us, to have secure services without having the user log in, so probably not as much info on Geonet For you topic.&amp;nbsp; You may want to look thru the various widgets already available &lt;A href="https://community.esri.com/migration-blogpost/2580"&gt;Web AppBuilder Developer Edition - Customization Resource List &lt;/A&gt;​&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in particular ​ '&lt;A href="https://community.esri.com/message/490900"&gt;Larrys Custom WAB Widgets and More&lt;/A&gt;&amp;nbsp; for functionality he has built into a tabbed splash screen.&amp;nbsp; This might give you some ideas on what you might want to build.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 14:20:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/login-screen-for-web-app-builder-hosted-on-iis/m-p/804770#M5605</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-11-13T14:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Login screen for web app builder hosted on IIS</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/login-screen-for-web-app-builder-hosted-on-iis/m-p/804771#M5606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so this is an old thread but I found it while researching the same idea &amp;amp; thought I would share the solution that worked for me. Use the standard windows forms authentication and rename the index.html to index.aspx and let ASPX manage it for you. Pretty straight-forward as long as you know how to use IIS's built-in forms authentication.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 20:58:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/login-screen-for-web-app-builder-hosted-on-iis/m-p/804771#M5606</guid>
      <dc:creator>MattRantala1</dc:creator>
      <dc:date>2017-05-10T20:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Login screen for web app builder hosted on IIS</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/login-screen-for-web-app-builder-hosted-on-iis/m-p/804772#M5607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not very useful if the authentication is&amp;nbsp;using the&amp;nbsp;AGS built in Identity store.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 07:37:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/login-screen-for-web-app-builder-hosted-on-iis/m-p/804772#M5607</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2018-02-14T07:37:00Z</dc:date>
    </item>
  </channel>
</rss>

