Description
When editing an user / group / any object with an encrypted attribute, the value is treated as plain text.
How to reproduce:
- create an Encrypted schema sharedPassword
- create an user, and set the secret value for sharedPassword
- edit such user from the admin console: the value for sharedPassword will be the encrypted string
As a result, when clicking on Finish, the encrypted value will be sent again to the core, which will then encrypt it again.
Attachments
Issue Links
- requires
-
SYNCOPE-948 Optionally provide schema information with attribute values
- Closed