<?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: Authentication, user logins and Flex in a .NET framework in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458861#M10559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you want to implement this into your own application copy lines 24 through 137, add line 21 into your application tag (to set the current state to login) and within your code for your map add "includeIn="Viewer" That will set the default state of the application to Log in and then when the user logs in the state will change to viewer which is your map. &lt;BR /&gt;&lt;BR /&gt;The login would just allow users to get into your application, whatever you enable in your application is what they would have access to. If you want to enable editing of a feature layer there are some nice samples available, like this &lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Default_Editor/01nq0000001r000000/"&gt;one&lt;/A&gt;, if you are using ArcServer 10.1 there is also some new security features like this &lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Edit_secure_service/01nq00000074000000/"&gt;one&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I took this approach and got the log in screen to pop-up but if goes away real quick and the map I am trying to secure pops up. So the login screen loads, but is bypassed very quickly. I tried to change "includeIn="Viewer" but that just error-ed out when I tried to compile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing something? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2013 14:25:17 GMT</pubDate>
    <dc:creator>JustinNettleton</dc:creator>
    <dc:date>2013-01-16T14:25:17Z</dc:date>
    <item>
      <title>Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458854#M10552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anybody have any article, tutorial or link to instructions on how to integrate FLEX in a .NET environment, specially with respect to&amp;nbsp; authentication? How do we create user logins (which the user could create his own login and password) with Flex in a .NET environment? I looked all over the web and can't find anything on this topic.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 17:15:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458854#M10552</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2012-10-10T17:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458855#M10553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There was some code posted in the old forum that showed people how to handle a simple log in screen, but it was pulled because to many people were having issues implementing the .net webservice and modifying the index.mxml in the flexivewer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All you would need to do it compile the .net webservice in visual studios and place it in a web directory in IIS. Then edit the index.mxml in the flexviewer (or whatever application you are using) to include the code from the attached file. In line 89 of the attached index.mxml you will need to change the URL to your newly compiled webservice. I take no credit for this code, I downloaded it and was able to implement it in my environment. This will get you started with securing flex applications, but the administrator will need to create the usernames and password.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 19:00:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458855#M10553</guid>
      <dc:creator>AaronNash1</dc:creator>
      <dc:date>2012-10-12T19:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458856#M10554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is awesome!!! Thank you so much for this! I am starting to learn how to use VS so this is perfect! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I am not using flex viewer&amp;nbsp; so if I want to allow users to view my application do I just deleted the code to get access to flexviewer ( lines 135 forward) and include the code for my web application ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, the login would just to get to the web application and not to edit any feature layers, right? Is there a way to implement editing of the feature layers so the logged users can edit it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 19:57:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458856#M10554</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2012-10-12T19:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458857#M10555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I did was a create a .NET wrapper application and simply host the flex application in one of the aspx pages. There is another thread about flex login here:&lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/25899-Login-Screen-for-the-Flexviewer?p=168298#post168298"&gt;http://forums.arcgis.com/threads/25899-Login-Screen-for-the-Flexviewer?p=168298#post168298&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 08:46:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458857#M10555</guid>
      <dc:creator>grahamcooke</dc:creator>
      <dc:date>2012-10-15T08:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458858#M10556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is awesome!!! Thank you so much for this! I am starting to learn how to use VS so this is perfect! &lt;BR /&gt;&lt;BR /&gt; I am not using flex viewer&amp;nbsp; so if I want to allow users to view my application do I just deleted the code to get access to flexviewer ( lines 135 forward) and include the code for my web application ?&lt;BR /&gt;Also, the login would just to get to the web application and not to edit any feature layers, right? Is there a way to implement editing of the feature layers so the logged users can edit it?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to implement this into your own application copy lines 24 through 137, add line 21 into your application tag (to set the current state to login) and within your code for your map add "includeIn="Viewer" That will set the default state of the application to Log in and then when the user logs in the state will change to viewer which is your map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The login would just allow users to get into your application, whatever you enable in your application is what they would have access to. If you want to enable editing of a feature layer there are some nice samples available, like this &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Default_Editor/01nq0000001r000000/"&gt;one&lt;/A&gt;&lt;SPAN&gt;, if you are using ArcServer 10.1 there is also some new security features like this &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Edit_secure_service/01nq00000074000000/"&gt;one&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 10:50:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458858#M10556</guid>
      <dc:creator>AaronNash1</dc:creator>
      <dc:date>2012-10-15T10:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458859#M10557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What I did was a create a .NET wrapper application and simply host the flex application in one of the aspx pages. There is another thread about flex login here:&lt;A href="http://forums.arcgis.com/threads/25899-Login-Screen-for-the-Flexviewer?p=168298#post168298"&gt;http://forums.arcgis.com/threads/25899-Login-Screen-for-the-Flexviewer?p=168298#post168298&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Graham,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am very interested to see how you did it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You say in&amp;nbsp; your previous thread: "If anyone is interested I can make the .NET code available together with the stored procedures for creating the authorisation tables in SQLServer,". Could you make it available to me? Thanks!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 12:21:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458859#M10557</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2012-10-16T12:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458860#M10558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you again Aaron. I will try that and see how it goes! Cheers!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 12:22:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458860#M10558</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2012-10-16T12:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458861#M10559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you want to implement this into your own application copy lines 24 through 137, add line 21 into your application tag (to set the current state to login) and within your code for your map add "includeIn="Viewer" That will set the default state of the application to Log in and then when the user logs in the state will change to viewer which is your map. &lt;BR /&gt;&lt;BR /&gt;The login would just allow users to get into your application, whatever you enable in your application is what they would have access to. If you want to enable editing of a feature layer there are some nice samples available, like this &lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Default_Editor/01nq0000001r000000/"&gt;one&lt;/A&gt;, if you are using ArcServer 10.1 there is also some new security features like this &lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Edit_secure_service/01nq00000074000000/"&gt;one&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I took this approach and got the log in screen to pop-up but if goes away real quick and the map I am trying to secure pops up. So the login screen loads, but is bypassed very quickly. I tried to change "includeIn="Viewer" but that just error-ed out when I tried to compile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing something? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 14:25:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458861#M10559</guid>
      <dc:creator>JustinNettleton</dc:creator>
      <dc:date>2013-01-16T14:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458862#M10560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; See this thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/25899-Login-Screen-for-the-Flexviewer?p=139178&amp;amp;viewfull=1#post139178"&gt;http://forums.arcgis.com/threads/25899-Login-Screen-for-the-Flexviewer?p=139178&amp;amp;viewfull=1#post139178&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 15:28:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458862#M10560</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-01-16T15:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458863#M10561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert, actually fixed my problem but this thread answers some other questions I had.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 17:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458863#M10561</guid>
      <dc:creator>JustinNettleton</dc:creator>
      <dc:date>2013-01-16T17:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458864#M10562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I download the folder Aaron gently shared.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I follow indications here and on this thread: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/25899-Login-Screen-for-the-Flexviewer?p=134959&amp;amp;viewfull=1#post134959"&gt;http://forums.arcgis.com/threads/25899-Login-Screen-for-the-Flexviewer?p=134959&amp;amp;viewfull=1#post134959&lt;/A&gt;&lt;SPAN&gt;, especially what Phillip gave as install instructions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Modify my index.mxml as explained (add the part of code to display the login form, validate functions and replace the localhost by my server name...)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Paste the ArcGIS_Security folder on my wwwroot&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Give IIS_IUSRS read/write permissions in IIS Manager&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Convert this folder in application (still in IIS Manager)&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;But I still have 'Internal Database Error'. I don't really know what I did wrong, if anybody could help me, it would be great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI I'm working on ArcGIS Viewer for Flex 3.2 on source code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 13:37:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458864#M10562</guid>
      <dc:creator>BenjaminMercier</dc:creator>
      <dc:date>2013-06-25T13:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458865#M10563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try copying the flex and security site to your webserver, I had similar issues when trying it on my local machine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 10:42:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458865#M10563</guid>
      <dc:creator>AaronNash1</dc:creator>
      <dc:date>2013-07-01T10:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458866#M10564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Aaron,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Indeed, my project is, for now, deployed on my local IIS machine and not in the IIS server of the entreprise. I hoped that it wasn't the problem because I have to finish to develop the application before deploying it on the webserver...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll come back on this threads in few weeks, when I'll be able to try it on the general web server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks you for the advise.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Last question, does anybody managed to mix this authentification with the security by tokens from ArcGIS Server? I mean that I'd like to put this double security and in the same time have only one form for authentification. For the moment if I put token security I have one form for the .NET component authentification and then the flex form authentifiction to be able to show the secured layer. Is it possible to do both in the same form at the beginning?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Benjamin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 10:58:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458866#M10564</guid>
      <dc:creator>BenjaminMercier</dc:creator>
      <dc:date>2013-07-01T10:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458867#M10565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have not done the anything with using OAuth, but I did change the way a user authenticates in the flexviewer by using pop-up manager for the login form. Does not use a webservice and allows me to have specific users for every website. Attached is a modified index.mxml file, the code for the popup, and an xml file for usernames and passwords. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just replace the index.mxml file (or modify yours), add the data.xml file in the same location as the index.mxml, and copy the PasswordMode.mxml to the com\esri\viewer folder. A little easier than using a webservice&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 14:23:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458867#M10565</guid>
      <dc:creator>AaronNash1</dc:creator>
      <dc:date>2013-07-01T14:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458868#M10566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Aaron,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for this security advice. It works well, I guess I just have to create the TitleWindow_Close skinClass in com.esri.viewer to customize the opening PopUp in order to delete the close button, am I right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This could be a great solution for authentification, but in another way, using a webservice for authentification should be better for me, it could permit me to associate a file config.xml which should be loaded with the user authentified. This can't be possible with your popup authentification except if I pass this config in URL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But if I can 'mix' that popup with an arcgis Security token it could be enough for us, is that possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But indeed, for people who don't have the same needs as mine, it's a really easier way to be authentified in the application, so thanks you a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you ever thought about SSL security??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for all your quick answers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 07:02:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458868#M10566</guid>
      <dc:creator>BenjaminMercier</dc:creator>
      <dc:date>2013-07-02T07:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458869#M10567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you are right, attached is the titlewindow_close skin, that removes the close button. I have never needed to do enhanced security using SSL. One of my colleagues created a new ArcServer instance and set it up on an internal port that was blocked to external traffic. That allowed him to serve up protected web services on our production webserver without having to enable security in ArcServer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 12:00:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458869#M10567</guid>
      <dc:creator>AaronNash1</dc:creator>
      <dc:date>2013-07-02T12:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458870#M10568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I will manage with that, and wait to put my webservice and application on the webserver because I really would like to associate an authentified user to an specific config.xml without using URL parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help and advises.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 13:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458870#M10568</guid>
      <dc:creator>BenjaminMercier</dc:creator>
      <dc:date>2013-07-02T13:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458871#M10569</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;&lt;/P&gt;&lt;P&gt;I have a complied version of flexviewer 3.6 . Can anyone suggest me how to put a logoin screen in that . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 09:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458871#M10569</guid>
      <dc:creator>saurabhgupta2</dc:creator>
      <dc:date>2014-09-09T09:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication, user logins and Flex in a .NET framework</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458872#M10570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Adding the login screen requires a recompile of the Viewer source code after changes have been made so you can not use the compiled viewer for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 13:31:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/authentication-user-logins-and-flex-in-a-net/m-p/458872#M10570</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-09-09T13:31:52Z</dc:date>
    </item>
  </channel>
</rss>

