JAAS + authentification from database
- by AhmedDrira
i am traying to performe an authentification from data base using JAAS
i v configured the login-config.xml like this
<application-policy name="e-procurment_domaine">
<authentication>
<login-module code="org.jboss.security.auth.spi.DatabaseServerLoginModule" flag="required">
<module-option name =…