<div dir="ltr">Hello All,<div><br></div><div>I have IDP and SP working well now. I am authenticating against a simple mysql database for testing. The mysql database contains a column for password and another for username. </div><div><br></div><div>But since it is not a good idea to store plain passwords, i want to add another column for a password salt. every user will have a randomly generated salt attached to his password for added security. </div><div><br></div><div>In a normal java web app, this can be easy. But in shibboleth, I am not sure how to add the salt to the password that the user will enter in the login form (before checking against the salted password stored in the DB)</div><div><br></div><div>Any Suggestions (other than using a custom jsp log in form)?</div><div><br></div><div>Thanks a lot</div><div>Kind Regards,</div><div>Yasser</div></div>