<?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: Website Security in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/website-security/m-p/843125#M9598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ha… No I totally get it.  At this point my security works fine on the Flex sites, but my new JAVA sites fail when I try to load my index.asp.  Really I was looking for tips, tricks, and to confirm that the process was the same for JAVA vs Flex sites.  Initially I thought it should be but then I ran into the problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2015 11:29:39 GMT</pubDate>
    <dc:creator>NicholasBarger</dc:creator>
    <dc:date>2015-04-17T11:29:39Z</dc:date>
    <item>
      <title>Website Security</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/website-security/m-p/843123#M9596</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 believe I had read in a previous post that you use some sort of custom front end for website security.&amp;nbsp; We use the same thing for our Flex sites, but I have not had much success with the JAVA sites yet.&amp;nbsp; We use .asp code to verify username and password information against a SQL Database.&amp;nbsp; With the FLEX we were able to add an include statement into our default.asp (formerly default.html).&amp;nbsp; However, the JAVA sites seem to not react well to this.&amp;nbsp; I converted the index.html to index.asp and tried to add the include statement.&amp;nbsp; With or without the include statement my index.asp page does not want to load...it hangs up on the load bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I was wondering if you had any pointers on getting security setup on the JAVA sites?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 16:58:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/website-security/m-p/843123#M9596</guid>
      <dc:creator>NicholasBarger</dc:creator>
      <dc:date>2015-04-16T16:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Website Security</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/website-security/m-p/843124#M9597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I definitely have a JS API app setup with ASP.net front end forms authentication. There is not a lot to this if you understand ASP.net forms authentication. All you do is take your main JS appp html file and copy the contents into a new web form in ASP.net, work through all the specifics of the html dtd stuff in .Net, and add your login.aspx (best to search the web for a walk through on forms authentication). Sorry I can share the code (why else would I need authentication if it wasn't sensitive).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 18:58:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/website-security/m-p/843124#M9597</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-04-16T18:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Website Security</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/website-security/m-p/843125#M9598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ha… No I totally get it.  At this point my security works fine on the Flex sites, but my new JAVA sites fail when I try to load my index.asp.  Really I was looking for tips, tricks, and to confirm that the process was the same for JAVA vs Flex sites.  Initially I thought it should be but then I ran into the problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 11:29:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/website-security/m-p/843125#M9598</guid>
      <dc:creator>NicholasBarger</dc:creator>
      <dc:date>2015-04-17T11:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Website Security</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/website-security/m-p/843126#M9599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Are you just trying to rename your index.html to index.aspx? If that is the case then that is your issue. You need to start an asp.net website project and add a new web form and then copy the contents of the body tag in your index.html over into your new index.aspx web from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 17:17:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/website-security/m-p/843126#M9599</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-04-17T17:17:21Z</dc:date>
    </item>
  </channel>
</rss>

