From 24f0ee0fa489362bb958089ba1e1a21689e7b6f9 Mon Sep 17 00:00:00 2001 From: Davide Lettieri Date: Sat, 23 Aug 2025 19:06:40 +0200 Subject: [PATCH 1/2] Fix typo in parameter documentation for secret Signed-off-by: Davide Lettieri --- launcher-csharp/ConnectWebhookHMACValidation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher-csharp/ConnectWebhookHMACValidation.cs b/launcher-csharp/ConnectWebhookHMACValidation.cs index 269a14a9..3a609688 100644 --- a/launcher-csharp/ConnectWebhookHMACValidation.cs +++ b/launcher-csharp/ConnectWebhookHMACValidation.cs @@ -13,7 +13,7 @@ public static class ConnectWebhookHmacValidation /// /// Validates the payload that was recevied in the body (raw content) of the Connect webhook message /// - /// HMAC key from the Conenct page in DocuSign + /// HMAC key from the Connect page in DocuSign /// Raw Content of the webhook message without wrapping or formatting /// Value of the x-docusign-signature-1 header of the webhook request /// True if the payload was verified with the secret From c31db71bfdfa36aeb4df5591b8569585bb8f89ba Mon Sep 17 00:00:00 2001 From: Inbar Gazit Date: Sat, 23 Aug 2025 10:42:57 -0700 Subject: [PATCH 2/2] Mock commit to trigger ADO Mock commit to trigger ADO Signed-off-by: Inbar Gazit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7b232a89..a890668d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ When the token expires, the user is asked to re-authenticate. The refresh token * Authentication with Docusign via [JSON Web Token (JWT) Grant](https://developers.docusign.com/platform/auth/jwt/). When the token expires, it updates automatically. - ## eSignature API For more information about the scopes used for obtaining authorization to use the eSignature API, see [Required scopes](https://developers.docusign.com/docs/esign-rest-api/esign101/auth#required-scopes).