[JBoss-user] [Security & JAAS/JBoss] - Remember me (automatic authentication)

2006-01-06 Thread runeteigen
Our web-application is using JAAS for authentication of users on JBoss 3.2.x. We use FORM-based authentication for the client and the built in DatabaseServerLoginModule to retrieve and verify credentials. Now we wish to implement remember-me functionality. By this I mean that the user has a ch

[JBoss-user] [Security & JAAS/JBoss] - Re: 403 - Access to the requested resource has been denied

2004-11-15 Thread runeteigen
Perhaps you need to look at your rolesQuery. The result-set from this query should return role-name and role-group-name (which I have hard-coded to 'Roles'). So maybe you could try something like: select RoleName, 'Roles' from UserRoles where username=? View the original post : http://www.jbo