You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-enterprise-integration-as2-message-settings.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
7
7
ms.author: divswa
8
8
ms.reviewer: estfan, azla
9
9
ms.topic: reference
10
-
ms.date: 08/23/2022
10
+
ms.date: 08/15/2023
11
11
---
12
12
13
13
# Reference for AS2 message settings in agreements for Azure Logic Apps
@@ -16,35 +16,34 @@ ms.date: 08/23/2022
16
16
17
17
This reference describes the properties that you can set in an AS2 agreement for specifying how to handle messages between [trading partners](logic-apps-enterprise-integration-partners.md). Set up these properties based on your agreement with the partner that exchanges messages with you.

24
24
25
25
| Property | Required | Description |
26
26
|----------|----------|-------------|
27
27
|**Override message properties**| No | Overrides the properties on incoming messages with your property settings. |
28
-
|**Message should be signed**| No | Specifies whether all incoming messages must be digitally signed. If you require signing, from the **Certificate** list, select an existing guest partner public certificate for validating the signature on the messages. If you don't have a certificate, learn more about [adding certificates](../logic-apps/logic-apps-enterprise-integration-certificates.md). |
29
-
|**Message should be encrypted**| No | Specifies whether all incoming messages must be encrypted. Non-encrypted messages are rejected. If you require encryption, from the **Certificate** list, select an existing host partner private certificate for decrypting incoming messages. If you don't have a certificate, learn more about [adding certificates](../logic-apps/logic-apps-enterprise-integration-certificates.md). |
28
+
|**Message should be signed**| No | Specifies whether all incoming messages must be digitally signed. If you require signing, from the **Certificate** list, select an existing guest partner public certificate for validating the signature on the messages. If you don't have a certificate, learn more about [adding certificates](logic-apps-enterprise-integration-certificates.md). |
29
+
|**Message should be encrypted**| No | Specifies whether all incoming messages must be encrypted. Non-encrypted messages are rejected. If you require encryption, from the **Certificate** list, select an existing host partner private certificate for decrypting incoming messages. If you don't have a certificate, learn more about [adding certificates](logic-apps-enterprise-integration-certificates.md). |
30
30
|**Message should be compressed**| No | Specifies whether all incoming messages must be compressed. Non-compressed messages are rejected. |
31
31
|**Disallow Message ID duplicates**| No | Specifies whether to allow messages with duplicate IDs. If you disallow duplicate IDs, select the number of days between checks. You can also choose whether to suspend duplicates. |
32
32
|**MDN Text**| No | Specifies the default message disposition notification (MDN) that you want sent to the message sender. |
33
-
|**Send MDN**| No | Specifies whether to send synchronous MDNs for received messages. |
33
+
|**Send MDN**| No | Specifies whether to send synchronous MDNs for received messages. |
34
34
|**Send signed MDN**| No | Specifies whether to send signed MDNs for received messages. If you require signing, from the **MIC Algorithm** list, select the algorithm to use for signing messages. |
35
35
|**Send asynchronous MDN**| No | Specifies whether to send MDNs asynchronously. If you select asynchronous MDNs, in the **URL** box, specify the URL for where to send the MDNs. |

43
42
44
43
| Property | Required | Description |
45
44
|----------|----------|-------------|
46
-
|**Enable message signing**| No | Specifies whether all outgoing messages must be digitally signed. If you require signing, select these values: <p>- From the **Signing Algorithm** list, select the algorithm to use for signing messages. <br>- From the **Certificate** list, select an existing host partner private certificate for signing messages. If you don't have a certificate, learn more about [adding certificates](../logic-apps/logic-apps-enterprise-integration-certificates.md). |
47
-
|**Enable message encryption**| No | Specifies whether all outgoing messages must be encrypted. If you require encryption, select these values: <p>- From the **Encryption Algorithm** list, select the guest partner public certificate algorithm to use for encrypting messages. <br>- From the **Certificate** list, select an existing guest partner public certificate for encrypting outgoing messages. If you don't have a certificate, learn more about [adding certificates](../logic-apps/logic-apps-enterprise-integration-certificates.md). |
45
+
|**Enable message signing**| No | Specifies whether all outgoing messages must be digitally signed. If you require signing, select these values: <br><br>- From the **Signing Algorithm** list, select the algorithm to use for signing messages. <br>- From the **Certificate** list, select an existing host partner private certificate for signing messages. If you don't have a certificate, learn more about [adding certificates](logic-apps-enterprise-integration-certificates.md). |
46
+
|**Enable message encryption**| No | Specifies whether all outgoing messages must be encrypted. If you require encryption, select these values: <br><br>- From the **Encryption Algorithm** list, select the guest partner public certificate algorithm to use for encrypting messages. <br>- From the **Certificate** list, select an existing guest partner public certificate for encrypting outgoing messages. If you don't have a certificate, learn more about [adding certificates](logic-apps-enterprise-integration-certificates.md). |
48
47
|**Enable message compression**| No | Specifies whether all outgoing messages must be compressed. |
49
48
|**Unfold HTTP headers**| No | Puts the HTTP `content-type` header onto a single line. |
50
49
|**Transmit file name in MIME header**| No | Specifies whether to include the file name in the MIME header. |
@@ -53,8 +52,7 @@ This reference describes the properties that you can set in an AS2 agreement for
53
52
|**Request asynchronous MDN**| No | Specifies whether to receive MDNs asynchronously. If you select asynchronous MDNs, in the **URL** box, specify the URL for where to send the MDNs. |
54
53
|**Enable NRR**| No | Specifies whether to require non-repudiation receipt (NRR). This communication attribute provides evidence that the data was received as addressed. |
55
54
|**SHA2 Algorithm format**| No | Specifies the MIC algorithm format to use for signing in the headers for the outgoing AS2 messages or MDN |
0 commit comments