[jboss-user] [Security] - JAAS Security and FLEX 3 problem

2009-11-10 Thread fjaouen
Hi, I am currently doing a migration of a Flex Web application from JBoss 4.0.5 to JBoss 5.0.1. In short term, in my application the security is managed by Flex (using services-config.xml) and there is no security stuff in my web.xml, neither in my jboss-web.xml (no security-domain specified).

[jboss-user] [Security & JAAS/JBoss] - Implement digestCallback into login-config.xml

2008-02-19 Thread fjaouen
Password in my database is encrypted with SHA-1 and a salt is add after the password. I want to be able to validate my password using org.jboss.security.auth.spi.DatabaseServerLoginModule and used SHA-1 in the hashAlgorithm. But I need also to add my salt to the password. I see I can do it us

[jboss-user] [Security & JAAS/JBoss] - Re: Implement digestCallback into login-config.xml

2008-02-28 Thread fjaouen
Hi, I progress but I'm still blocked... My JBoss config is: guest java:/jdbc/accovia/e2e SELECT age_nom_cle FROM age WHERE age_cd=? SELECT age_roles_cd, 'Roles' FROM age_roles WHERE age_cd=?