@jaggernat
So for instance, somehow through the examples, I ended up with a bean declaration in security-config.xml like this:
Though I've yet to figure out accessing/leveraging the entryPoint bean in MXML. Do you have any samples or links you can share?Code:<http auto-config="true"> <intercept-url pattern="/index.jsp*" access="IS_AUTHENTICATED_ANONYMOUSLY"/> <intercept-url pattern="/ldaplogin.jsp" access="IS_AUTHENTICATED_ANONYMOUSLY"/> <intercept-url pattern="/app-flex/**" access="ROLE_USER" /> <form-login login-page='/index.jsp' default-target-url='/app-flex/Main.html' always-use-default-target='true' /> </http> <beans:bean id="entryPoint" class="org.springframework.flex.security3.FlexAuthenticationEntryPoint"/>
Thanks,
Brian


Reply With Quote
