Toku. The only question that I have about your approach is how do I show the u/p form without leaving the page when my session expires? Also, it would be great if I could silently reauthenticate.
Any thoughts? --- Dmitry --- In [email protected], "Toku Mitzurugi" <[EMAIL PROTECTED]> wrote: > > I've been looking for some pre-written samples to work with but haven't > found any. I'm using CFMX on the back end and am working on a session > system to work with my flex objects. > > In summary this is how it will work. > > 1 - Flex App displays u/p form to user > 2 - Flex sends u/p data via SSL to CF authentication service (webservice, > etc) > 3 - CF authenticates the user and inserts a row with metadata into a session > table on the server with a GUID key. > 4 - CF returns the GUID key (token) back to the Flex App. > 5 - All subsequent calls to CF services will have the token as a parameter. > (CF will pull this data from the data store with each request) > > See any problems with this? > > > > > >From: "Allen Riddle" <[EMAIL PROTECTED]> > >Reply-To: [email protected] > >To: <[email protected]> > >Subject: RE: [flexcoders] Authentication - please help > >Date: Tue, 11 Jul 2006 08:35:40 -0500 > > > >Are you wanting authentication for your Flex views? If you need > >authentication for services you are trying to access over http, there > >are a couple good ones. If you have a Java back end, check out the open > >source project Acegi. It is a very fast growing open source project that > >has authentication, authorization, role based, etc. If you have a .NET > >back end, Google "forms authentication", it's built in. Hope that helps. > > > > > > > >________________________________ > > > >From: [email protected] [mailto:[EMAIL PROTECTED] On > >Behalf Of Dmitry Miller > >Sent: Monday, July 10, 2006 11:55 PM > >To: [email protected] > >Subject: [flexcoders] Authentication - please help > > > > > > > >I need to implement an authentication mechanism that would store user > >metadata in some sort of session. I have read some stuff on custom > >authentication but the information I found is rather vague. Can anyone > >clue me in or point to a good article on > > > >1. Custom authentication > >2. Working with Flex sessions > >3. How to throw authentication failed error from back end > > > >Thanks a lot, > > > >--- Dmitry > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

