fix: 
use `json_encode` instead of `implode` in updateUes

Compare changes
fix: json_encode
instead of implode
in updateUes
Attribute values might be array, which implode did not handle and thus the log message caused errors (not affecting functionality, but spamming logs).
Deploy on proxy IdP instance and make sure at least one array attribute, which value is not serialized into string, is configured to be updated.