To enforce data integrity and authenticity of a message, it would be nice to automatically add sub field of the JWT to message (header or key). later we could use this sub field of message to link Payload to trusted ClientId
Without this level of integrity, a client could impersonate as other client and send fallacy data.
To enforce
data integrity and authenticity of a message, it would be nice to automatically addsubfield of the JWT to message (header or key). later we could use thissubfield of message to linkPayloadto trustedClientIdWithout this level of integrity, a client could impersonate as other client and send fallacy data.