What is the purpose of Payload Encrypted and Digitally Signed options when we set Session scope of a service to Without in vConnect?

Please explain when to check and uncheck these options ?

1 Like
  • Payload Encrypted: Ensures confidentiality of the data being transmitted by encrypting the payload.
  • Digitally Signed: Ensures data integrity and authenticity by verifying that the payload has not been tampered with and that it came from a trusted source.

When the session scope is set to Without, the service is stateless, so the encryption and digital signing mechanisms are vital for ensuring that each individual request is secure and trustworthy.

1 Like