Skip to content

Commit 2e47e65

Browse files
committed
clarify array value is not supported for OAuth claims
1 parent 512e56b commit 2e47e65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/logic-apps/logic-apps-securing-a-logic-app.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, rarayudu, azla
77
ms.topic: how-to
8-
ms.date: 05/01/2022
8+
ms.date: 08/19/2022
99
ms.custom: ignite-fall-2021
1010
---
1111

@@ -669,6 +669,9 @@ In the [Azure portal](https://portal.azure.com), add one or more authorization p
669669
| **Claims** | Yes | The claim types and values that your logic app accepts from inbound calls. The claim value is limited to a [maximum number of characters](logic-apps-limits-and-config.md#authentication-limits). Here are the available claim types: <p><p>- **Issuer** <br>- **Audience** <br>- **Subject** <br>- **JWT ID** (JSON Web Token identifier) <p><p>At a minimum, the **Claims** list must include the **Issuer** claim, which has a value that starts with `https://sts.windows.net/` or `https://login.microsoftonline.com/` as the Azure AD issuer ID. For more information about these claim types, review [Claims in Azure AD security tokens](../active-directory/azuread-dev/v1-authentication-scenarios.md#claims-in-azure-ad-security-tokens). You can also specify your own claim type and value. |
670670
|||
671671

672+
> [!IMPORTANT]
673+
> Each claim can only be a single string value. Array value is not supported.
674+
672675
1. To add another claim, select from these options:
673676

674677
* To add another claim type, select **Add standard claim**, select the claim type, and specify the claim value.

0 commit comments

Comments
 (0)