<?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: Using ownership-based access control. in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-ownership-based-access-control/m-p/306971#M7272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's recommended to enable SSL to secure the traffic from your Flex application to your server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See:&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/#/Securing_ArcGIS_Server_communication/0154000005v2000000/" title="http://resources.arcgis.com/en/help/main/10.2/#/Securing_ArcGIS_Server_communication/0154000005v2000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2014 17:54:39 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2014-07-18T17:54:39Z</dc:date>
    <item>
      <title>Using ownership-based access control.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-ownership-based-access-control/m-p/306968#M7269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm, trying to implement ownership-based access control, I confirudes my Feature server and it works perfect from rest directory(Login form appears correctly).&lt;/P&gt;&lt;P&gt;When I try to access to my FeatureServer (secured) from rest directory(".../arcgis/rest/services/Edit/Editing/FeatureServer/0") from Web Browser I had to use my User/password, this is fine and works great, when I execute submit from rest using user/password I CAN see password value encrypted and then I can view my FeatureServer.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem, I'm trying to use an example using Flex (&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/flex/sample-code/editsecureservice.htm" rel="nofollow" target="_blank"&gt;Edit secure service—ArcGIS API for Flex | ArcGIS for Developers&lt;/A&gt;) using my FeatureServer(secured),&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have customized my login window using &lt;/P&gt;&lt;P&gt;IdentityManager.instance.signInWindowClass= mySkins.supportClasses.customSignInWindow;&lt;/P&gt;&lt;P&gt;IdentityManager.instance.enabled = true;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is that I can NOT ENCRYPT PASSWORD value(it's visible when post executes), I thought that was just my code, I saw original &lt;/P&gt;&lt;P&gt;example and it works on the same way(PASSWORD is visible without encryption).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas? How can I encrypt password in Flex app just like when I access from Web Browser using my url:&lt;/P&gt;&lt;P&gt;".../arcgis/rest/services/Edit/Editing/FeatureServer/0"?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 00:00:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-ownership-based-access-control/m-p/306968#M7269</guid>
      <dc:creator>MiguelMartinez1</dc:creator>
      <dc:date>2014-07-18T00:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using ownership-based access control.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-ownership-based-access-control/m-p/306969#M7270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is it visible? Are you using HTTPS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 16:14:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-ownership-based-access-control/m-p/306969#M7270</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2014-07-18T16:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using ownership-based access control.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-ownership-based-access-control/m-p/306970#M7271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dasa Paddock,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's visible on rest directory from web browser(not using HTTPS) at:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://MyServer:6080/arcgis/rest/services/Edit/Editing/FeatureServer/0" rel="nofollow" target="_blank"&gt;http://MyServer:6080/arcgis/rest/services/Edit/Editing/FeatureServer/0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I navigate to URL page asks for user/password, when I click Login button password value is encrypted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 17:40:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-ownership-based-access-control/m-p/306970#M7271</guid>
      <dc:creator>MiguelMartinez1</dc:creator>
      <dc:date>2014-07-18T17:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using ownership-based access control.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-ownership-based-access-control/m-p/306971#M7272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's recommended to enable SSL to secure the traffic from your Flex application to your server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See:&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/#/Securing_ArcGIS_Server_communication/0154000005v2000000/" title="http://resources.arcgis.com/en/help/main/10.2/#/Securing_ArcGIS_Server_communication/0154000005v2000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 17:54:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-ownership-based-access-control/m-p/306971#M7272</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2014-07-18T17:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using ownership-based access control.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-ownership-based-access-control/m-p/306972#M7273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading the link...and I'll try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 19:55:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-ownership-based-access-control/m-p/306972#M7273</guid>
      <dc:creator>MiguelMartinez1</dc:creator>
      <dc:date>2014-07-18T19:55:05Z</dc:date>
    </item>
  </channel>
</rss>

