Skip to content

encrypt password in session (#2988)

Clément OUDOT requested to merge issue-2988-encrypt-password-in-session into v2.0

The goal is to encrypt password instead of storing it in clear text if the configuration requires to keep the password in session

The password can then be decrypted in a header, attribute or post field when it needs to be sent to another application

Merge request reports