Universal Containers would like to integrate to an external system from Salesforce over a secure channel however the external system does not support HTTP-basic authentication. What approach should an integration Architect recommend that enables the external system to trust the data being received?
Select an option, then click Submit answer.
-
○
Digitally sign the Payload using a private key trusted by the external system.
-
○
Include a secret passphrase in the payload that is a validated by the external system.
-
○
Base64 encode the data to ensure untrusted 3rd parties don't see it.
-
○
Utilize a 3rd-party SSO solution to authenticate the session.