<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - How to implement a secure authentication model to a Flex 4 / CF9 app?</title>
    <link>https://forums.adobe.com/community/coldfusion/coldfusion_flash_integration?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Wed, 11 Jan 2012 18:54:49 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2012-01-11T18:54:49Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: How to implement a secure authentication model to a Flex 4 / CF9 app?</title>
      <link>https://forums.adobe.com/message/4133222?tstart=0#4133222</link>
      <description>&lt;!-- [DocumentBodyStart:a9da07a8-6d8e-4ba9-8095-1c2713a4c309] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi - did you find a solution ? I am on the same way and am interested in that topic.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a9da07a8-6d8e-4ba9-8095-1c2713a4c309] --&gt;&lt;img src='/beacon?t=1415918307283' /&gt;</description>
      <pubDate>Wed, 11 Jan 2012 18:54:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4133222?tstart=0#4133222</guid>
      <dc:date>2012-01-11T18:54:49Z</dc:date>
      <clearspace:dateToText>2 years 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to implement a secure authentication model to a Flex 4 / CF9 app?</title>
      <link>https://forums.adobe.com/message/3997942?tstart=0#3997942</link>
      <description>&lt;!-- [DocumentBodyStart:bc50e271-2f7a-4a1b-bad8-69c947a73c25] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;does it have to do with RemoteObject setRemoteCredentials &amp;amp; cflogin?&lt;/p&gt;&lt;p&gt;am I getting warm?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bc50e271-2f7a-4a1b-bad8-69c947a73c25] --&gt;</description>
      <pubDate>Sun, 30 Oct 2011 14:57:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/3997942?tstart=0#3997942</guid>
      <dc:date>2011-10-30T14:57:34Z</dc:date>
      <clearspace:dateToText>3 years 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to implement a secure authentication model to a Flex 4 / CF9 app?</title>
      <link>https://forums.adobe.com/message/3997936?tstart=0#3997936</link>
      <description>&lt;!-- [DocumentBodyStart:a083283c-d4f8-4d29-a210-9f043a100217] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;this is truely surprising&lt;/p&gt;&lt;p&gt;such a generic situation, an application with user authentication&lt;/p&gt;&lt;p&gt;yes, true, it is a flex client and a coldfusion server&lt;/p&gt;&lt;p&gt;so? how do you implement it in this scenario?&lt;/p&gt;&lt;p&gt;not a clear answer in sight&lt;/p&gt;&lt;p&gt;as if it was such an isoteric question...&lt;/p&gt;&lt;p&gt;so quite... &lt;/p&gt;&lt;p&gt;I hope it's the weekend...&lt;/p&gt;&lt;p&gt;come on people!!!&lt;/p&gt;&lt;p&gt;give us a hand! wil ya?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span aria-label="Plain" class="emoticon-inline emoticon_plain" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a083283c-d4f8-4d29-a210-9f043a100217] --&gt;</description>
      <pubDate>Sun, 30 Oct 2011 13:55:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/3997936?tstart=0#3997936</guid>
      <dc:date>2011-10-30T13:55:19Z</dc:date>
      <clearspace:dateToText>3 years 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to implement a secure authentication model to a Flex 4 / CF9 app?</title>
      <link>https://forums.adobe.com/message/3991294?tstart=0#3991294</link>
      <description>&lt;!-- [DocumentBodyStart:726cdf90-154f-4a3c-99fe-eb4a62adb856] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;observing the network communication between the flex client and the server&lt;/p&gt;&lt;p&gt;I realized each AMF packet actually has a header that contains a&amp;nbsp; JSESSIONID variable by default&lt;/p&gt;&lt;p&gt;first of all - how can I access this token on the AMF packet header from a cfc method?&lt;/p&gt;&lt;p&gt;and second - do I need to add this token once a user had been authenticated on the cf9 side to some session dictionary containing all authenticated users?&lt;/p&gt;&lt;p&gt;what is the simplest way to validate each cfc method agaist this session dictionary?&lt;/p&gt;&lt;p&gt;do I need to implement it manually on each cfc method I've created?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I realize I'm guessing my way around here&lt;/p&gt;&lt;p&gt;and sure this is quite a generic question&lt;/p&gt;&lt;p&gt;not wanting to re-invent the wheel, yet trying to avoid over complexity&lt;/p&gt;&lt;p&gt;would really appreciate some clarity&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p&gt;cosmits&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:726cdf90-154f-4a3c-99fe-eb4a62adb856] --&gt;</description>
      <pubDate>Wed, 26 Oct 2011 15:17:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/3991294?tstart=0#3991294</guid>
      <dc:date>2011-10-26T15:17:06Z</dc:date>
      <clearspace:dateToText>3 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to implement a secure authentication model to a Flex 4 / CF9 app?</title>
      <link>https://forums.adobe.com/message/3991209?tstart=0#3991209</link>
      <description>&lt;!-- [DocumentBodyStart:b0fa5cc1-568c-41d8-a188-eda3becbd1a7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p&gt;been searching without finding a lot of clarity on the matter&lt;/p&gt;&lt;p&gt;I'm building a flex application that communicates through flash remoting with CF9 cfc methods&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to make sure my some cfc methods are accessible only by authenticated users&lt;/p&gt;&lt;p&gt;how do I prevent from someone bypassing the flex interface and calling them directly?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm looking for the simplest way to implement it&lt;/p&gt;&lt;p&gt;I'd prefer not to use cookies&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is then an easy built-in mechanism / tutorial to implement?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;it sounds like it make sense to authenticate a user and have cf return an accsess token that would be kept on the server&lt;/p&gt;&lt;p&gt;so does it mean that each flex call to cf should include this token?&lt;/p&gt;&lt;p&gt;what about the cfc's? do I need to construct a central cfc to rout all calls and check the access token before routing &amp;amp; processing any DB query?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would REALLY appeciate a clean minimal solution&lt;/p&gt;&lt;p&gt;thanks a million&lt;/p&gt;&lt;p&gt;cosmits&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b0fa5cc1-568c-41d8-a188-eda3becbd1a7] --&gt;</description>
      <pubDate>Wed, 26 Oct 2011 14:52:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/3991209?tstart=0#3991209</guid>
      <dc:date>2011-10-26T14:52:10Z</dc:date>
      <clearspace:dateToText>3 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

