thanks for following up. here is the message. the message number was 44891 and url was http://groups.yahoo.com/group/flexcoders/message/ 44059
Re: Acegi/Spring/Flex authentication 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 [email protected], "Allen Riddle" <[EMAIL PROTECTED]> wrote: > > Hey, whoever posted the thread about getting Acegi integration, I > apologize. I accidentally deleted all my messages, and lost the thread. > Incidentally, I can't find the thread on yahoo, so can you please send > me your last post on here so I can see if I can help. Thanks. > > > > Allen Riddle > > Sofware Development > > x3217 > ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/WktRrD/lOaOAA/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/

