<?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: WAB: How can I add website login/signup authentication to WAB site? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-how-can-i-add-website-login-signup/m-p/16986#M426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see, no worries. Would you consider the&amp;nbsp;following as good resources for everyone (like me) to start looking into?&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://support.microsoft.com/en-us/help/301240/how-to-implement-forms-based-authentication-in-your-asp-net-applicatio" title="https://support.microsoft.com/en-us/help/301240/how-to-implement-forms-based-authentication-in-your-asp-net-applicatio"&gt;https://support.microsoft.com/en-us/help/301240/how-to-implement-forms-based-authentication-in-your-asp-net-applicatio&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://msdn.microsoft.com/en-us/library/xdt4thhy.aspx" title="https://msdn.microsoft.com/en-us/library/xdt4thhy.aspx"&gt;How to: Implement Simple Forms Authentication&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jan 2018 15:23:32 GMT</pubDate>
    <dc:creator>FrancescoTonini2</dc:creator>
    <dc:date>2018-01-04T15:23:32Z</dc:date>
    <item>
      <title>WAB: How can I add website login/signup authentication to WAB site?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-how-can-i-add-website-login-signup/m-p/16982#M422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am using WAB Dev Edition and its templates to customize my own web app. I am trying to add a user signup/login component to my web app, and I would like to store that information (username and pwd) in my own DB. Since WAB is based off JS API 3.x and dojo, could anyone please help me understand how I should go about adding this piece to my web app, so that all components work with the existing template and ESRI's framework?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 14:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-how-can-i-add-website-login-signup/m-p/16982#M422</guid>
      <dc:creator>FrancescoTonini2</dc:creator>
      <dc:date>2018-01-04T14:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: WAB: How can I add website login/signup authentication to WAB site?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-how-can-i-add-website-login-signup/m-p/16983#M423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this thread for how I handle this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/203466-what-is-the-recommended-methodology-for-deploying-a-wab-app-that-you-dont-want-to-share-publicly"&gt;https://community.esri.com/thread/203466-what-is-the-recommended-methodology-for-deploying-a-wab-app-that-you-dont-want-to-share-publicly&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 14:57:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-how-can-i-add-website-login-signup/m-p/16983#M423</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-04T14:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: WAB: How can I add website login/signup authentication to WAB site?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-how-can-i-add-website-login-signup/m-p/16984#M424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert!&lt;/P&gt;&lt;P&gt;Are you recommending a .Net overarching authentication app because that integrates best with WAB-based apps (JS, dojo framework) vs. other routes like using&amp;nbsp;web frameworks like Express + Node? Of course using the MEAN bundle is much easier when starting from scratch, not when having the pre-made structure and libraries included with WAB, hence why my question for curiosity only...&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 15:17:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-how-can-i-add-website-login-signup/m-p/16984#M424</guid>
      <dc:creator>FrancescoTonini2</dc:creator>
      <dc:date>2018-01-04T15:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: WAB: How can I add website login/signup authentication to WAB site?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-how-can-i-add-website-login-signup/m-p/16985#M425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The .Net wrapper approach is the only one I have ever used so I don't have any input on Express + Node.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 15:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-how-can-i-add-website-login-signup/m-p/16985#M425</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-04T15:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: WAB: How can I add website login/signup authentication to WAB site?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-how-can-i-add-website-login-signup/m-p/16986#M426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see, no worries. Would you consider the&amp;nbsp;following as good resources for everyone (like me) to start looking into?&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://support.microsoft.com/en-us/help/301240/how-to-implement-forms-based-authentication-in-your-asp-net-applicatio" title="https://support.microsoft.com/en-us/help/301240/how-to-implement-forms-based-authentication-in-your-asp-net-applicatio"&gt;https://support.microsoft.com/en-us/help/301240/how-to-implement-forms-based-authentication-in-your-asp-net-applicatio&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://msdn.microsoft.com/en-us/library/xdt4thhy.aspx" title="https://msdn.microsoft.com/en-us/library/xdt4thhy.aspx"&gt;How to: Implement Simple Forms Authentication&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 15:23:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-how-can-i-add-website-login-signup/m-p/16986#M426</guid>
      <dc:creator>FrancescoTonini2</dc:creator>
      <dc:date>2018-01-04T15:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: WAB: How can I add website login/signup authentication to WAB site?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-how-can-i-add-website-login-signup/m-p/16987#M427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep those are good links&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 15:25:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/wab-how-can-i-add-website-login-signup/m-p/16987#M427</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-04T15:25:44Z</dc:date>
    </item>
  </channel>
</rss>

