deflate
option to false
.
Updating the options
object for a connection overrides the whole options
object. To keep previous connection options, get the existing options
object and add new key/values to it.
Endpoint: https://{yourDomain}/api/v2/connections/{yourConnectionId}
Payload:
signing_key
property to the options
object, as shown in the payload example below.
Updating the options
object for a connection overrides the whole options
object. To keep previous connection options, get the existing options
object and add new key/values to it.
Endpoint: https://{yourDomain}/api/v2/connections/{yourConnectionId}
Payload:
decryptionKey
property to the options
object, as shown in the payload example below.
Updating the options
object for a connection overrides the whole options
object. To keep previous connection options, get the existing options
object and add new key/values to it.
Endpoint: https://{yourDomain}/api/v2/connections/{yourConnectionId}
Payload:
signResponse"
key. Uncomment it (or add it, if required), then set its value to true
(the default value is false
). The configuration should look like this:
signingCert"
key. Uncomment it (or add it, if required), then set its value to the certificate you downloaded from the service provider. The configuration should look like this:
openssl
. Assuming that the certificate file is named certificate.pem
, you can run:
openssl x509 -in certificate.pem -pubkey -noout > public_key.pem
Once you get the certificate and public key files, you must turn them into strings to use them in an Action. The Action will look like this: