Skip to content

Commit d07dcc6

Browse files
committed
Add info about AS2 SHA256 algorithms
1 parent 75a0727 commit d07dcc6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/logic-apps/logic-apps-enterprise-integration-as2.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ This article shows how to add the AS2 encoding and decoding actions to an existi
6262

6363
* If you use [Azure Key Vault](../key-vault/key-vault-overview.md) for certificate management, check that your vault keys permit the **Encrypt** and **Decrypt** operations. Otherwise, the encoding and decoding actions fail.
6464

65-
In the Azure portal, go to your key vault, view your vault key's **Permitted operations**, and confirm that the **Encrypt** and **Decrypt** operations are selected.
65+
In the Azure portal, go to the key in your key vault, review your key's **Permitted operations**, and confirm that the **Encrypt** and **Decrypt** operations are selected, for example:
6666

67-
![Check vault key operations](media/logic-apps-enterprise-integration-as2/vault-key-permitted-operations.png)
67+
![Check vault key operations](media/logic-apps-enterprise-integration-as2/key-vault-permitted-operations.png)
6868

6969
<a name="encode"></a>
7070

@@ -91,6 +91,10 @@ This article shows how to add the AS2 encoding and decoding actions to an existi
9191

9292
![Message encoding properties](./media/logic-apps-enterprise-integration-as2/as2-message-encoding-details.png)
9393

94+
> [!TIP]
95+
> If you experience problems when sending signed or encrypted messages, consider trying different SHA256 algorithm formats.
96+
> The AS2 specification doesn't provide any information about SHA256 formats, so each provider uses their own implementation or format.
97+
9498
<a name="decode"></a>
9599

96100
## Decode AS2 messages
45.9 KB
Loading

0 commit comments

Comments
 (0)