I'm finding it very difficult in discovering the correct method to configure my app to work with the plug, I am using grails 1.3.6 and the Shiro plugin 1.1.3
I've setup my application according the quick-start guide on the plugin docs site but when I want to configure things further, i.e. set the login success URL I'm finding myself hitting roadblocks.
What I don't understand is after research I see 3 ways of setting options..
setting explicit options as single lines in config.groovy i.e. security.shiro.redirectUrl = "/blah"
Quite often I see this type of block on nabble and Stack Overflow but with no hint where it goes:
security { shiro { filter { successUrl:"/blah/" } } }
I tried this approach to set the successUrl but it has no effect.
- I've seen references to the SecurityFilters.groovy file but cannot see where I would put a successUrl in this file..
So if anyone can clear this up for me, that'd be great :-)
Thanks,