I am sorry but can you go to the 101 level with this one, I am not 
very up to speed with acegi, just to the point of getting it working.

Ok, in my previous jsp based project we did this

<bean id="authenticationProcessingFilter" 
class="org.acegisecurity.ui.webapp.AuthenticationProcessingFilter">
      <property name="authenticationManager"><ref 
bean="authenticationManager"/></property>
      <property name="authenticationFailureUrl"><value>/
acegilogin.jsp?login_error=1</value></property>
      <property name="defaultTargetUrl"><value>/</value></property>
      <property name="filterProcessesUrl"><value>/
j_acegi_security_check</value></property>
   </bean>

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

where /*.htm was to have the ROLE_USER. now its the same with flex, I 
use the same format httpservice urls, so the authentication/
authorization roles are similar, if the authentication object is not 
created, make sure the person logs in.

in the xml fragment above, say i have my main app at mainapp.htm 
which holds the mainapp.swf, so is this what i am to do

<property name="loginFormUrl"><value>/mainapp.htm</value></property>

and in the 
<property name="authenticationFailureUrl"><value>/mainapp.htm</
value></property>

is this something similar to what you have done. could you possibly 
paste your xml config-security.xml fragments.

sorry for the long-winded email, but since you have already done 
this, it will save me time and avoid going to the springframework 
forums.

Thanks .


--- In flexcoders@yahoogroups.com, "Allen Riddle" <[EMAIL PROTECTED]> wrote:
>
> 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:[EMAIL PROTECTED] 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 flexcoders@yahoogroups.com 
<mailto:flexcoders%40yahoogroups.com>
> , "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.AuthenticationProcessingFilterEntryPo
> int">
> > <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 --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/SktRrD/hOaOAA/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/
 


Reply via email to