I have a Grails/Flex project that I want to secure, but based on everything I've seen, I think I'll fall back to standard Spring instead of the Grails Acegi plugin.
Perhaps that means I might have to configure remoting between Flex/Grails in a similar manner as done with the Spring/BlazeDS project as well.
I have seen some articles on using standard Spring for security, but what about Flex/Grails remoting? I assume it can be setup based on the Spring (BlazeDS) Flex project. Does that seem reasonable and has anyone done that, or are there any known gotchas?
Thanks,
Larry


Reply With Quote