Skip to content

Commit 1c33748

Browse files
Merge pull request #285651 from xuehongg/mybranch4
Adding data encipherment requirement to solve some permission error.
2 parents d01635e + 5d99ef6 commit 1c33748

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewer: estfan, azla
99
ms.topic: how-to
10-
ms.date: 03/05/2024
10+
ms.date: 08/27/2024
1111
---
1212

1313
# Add certificates to integration accounts for securing messages in workflows with Azure Logic Apps
@@ -56,6 +56,12 @@ If you're new to logic apps, review [What is Azure Logic Apps](logic-apps-overvi
5656
>
5757
> If you're using access policies with your key vault, considering
5858
> [migrating to the Azure role-based access control permission model](/azure/key-vault/general/rbac-migration).
59+
>
60+
> If you receive the error **"Please authorize logic apps to perform operations on key vault by granting access for the logic apps
61+
> service principal '7cd684f4-8a78-49b0-91ec-6a35d38739ba' for 'list', 'get', 'decrypt' and 'sign' operations."**, your
62+
> certificate might not have the **Key Usage** property set to **Data Encipherment**. If not, you might have to recreate the certificate
63+
> with the **Key Usage** property set to **Data Encipherment**. To check your certificate, open the certificate, select the
64+
> **Details** tab, and review the **Key Usage** property.
5965
6066
* [Add the corresponding public certificate](#add-public-certificate) to your key vault. This certificate appears in your [agreement's **Send** and **Receive** settings for signing and encrypting messages](logic-apps-enterprise-integration-agreements.md). For example, review [Reference for AS2 messages settings in Azure Logic Apps](logic-apps-enterprise-integration-as2-message-settings.md).
6167

0 commit comments

Comments
 (0)