Problem authenticating with shiro in grails app

Posted by xain on Stack Overflow See other posts from Stack Overflow or by xain
Published on 2010-01-19T18:28:50Z Indexed on 2010/05/01 21:47 UTC
Read the original article Hit count: 354

Filed under:
|

I have a grails 1.2 app and I want to use declarative security in order to restrict accesses based on roles. I decided to try shiro, installed the plugin, but when I try to authenticate, the message "Invalid username and/or password" shows up in the header. I check the db entry and the user is there with the sha'ed password. No messages are shown neither in the console nor in the stacktrace file. I added "warn 'org.jsecurity'" to Config.groovy with no results. Any hints/tricks to troubleshoot this ?

© Stack Overflow or respective owner

Related posts about grails

Related posts about shiro