If the scenario works with a JSP page, it will work with Flex. The player is simply inheriting the J2EE jsessionid from the browser. We use Filters and custom JAAS plugins all the time with Flex.
-- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In [email protected], "flxcoder" <[EMAIL PROTECTED]> wrote: > > Any tips here? Is it possible to use acegi with Flex? > > Thanks. > > > --- In [email protected], "flxcoder" <flxcoder@> wrote: > > > > Hi all. > > > > Maybe not a flex question but relevant. > > > > I am trying to authenticate flex into my middle tier by using > acegi. > > I am moderately familiar with acegi and the saying goes that the > > filter checks the entry point as > > > > <bean id="authenticationProcessingFilterEntryPoint" > > > class="org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint"> > > <property name="loginFormUrl"><value>/acegilogin.jsp</value></ > > property> > > <property name="forceHttps"><value>false</value></property> > > </bean> > > > > Question is then, has anyone integrated acegi with flex because in > > the above case maybe the loginFormUrl can be /acegiLogin.jsp where > > the jsp holds the main swf for flex. > > > > Looking for tips on where to start and where to head off with the > > integration. > > > > Thanks. > > > ------------------------ 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/

