Is there a way to add salted hashing to my user authentication without breaking my former login server

I am presented with the following scenario:

I have a MySQL-Database with a table of users. The table has two fields: username and password. The password is stored as an unsalted hash.

An over 15 year old application uses th… Continue reading Is there a way to add salted hashing to my user authentication without breaking my former login server

Customer asking for a sign out that does not really sign out to obscure that the user is not signed out

I have a customer running my application with SAML SSO. This solution supports SLO (single logout). Due to their environment, a logout does not always sign the user out of the SAML IdP. This results in clicking “Sign Out” in … Continue reading Customer asking for a sign out that does not really sign out to obscure that the user is not signed out