We are using that exact combination. Nothing special had to be done. We just have Flex use an HttpService to log in (point’s to your Acegi authentication endpoint), and Flex then uses the cookie that’s returned. After that, all SOAP calls are secured by Acegi. If you’re wanting to use Acegi to try to secure you’re actual SWF files, then you’d just need to put the url pattern of the .swf in the Aecegi configuration, so it will secure it.

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of flxcoder
Sent: Monday, July 24, 2006 10:08 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Acegi/Spring/Flex authentication

 

Any tips here? Is it possible to use acegi with Flex?

Thanks.

--- In [EMAIL PROTECTED]ups.com, "flxcoder" <[EMAIL PROTECTED].> 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.
>

__._,_.___

--
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




__,_._,___

Reply via email to