Skip to content

Commit ca48a65

Browse files
committed
Add partial updates for Request trigger OAuth
1 parent b49a7c3 commit ca48a65

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,9 +758,16 @@ To enable [Azure Active Directory OAuth](../active-directory/develop/about-micro
758758

759759
| Property | Required | Description |
760760
|----------|----------|-------------|
761-
|
761+
| **Policy name** | Yes | The name that you want to use for the authorization policy |
762+
| **Claims** | Yes | The list of claim types and values that incoming calls must use in the authentication tokens that they present to your logic app. The list requires at least the **Issuer** claim whose value must start with the Azure AD issuer ID, `https://sts.windows.net/`. <p><p>Standard claim types include **Issuer**, **Audience**, **Subject**, and the **JWT ID** type. You can also specify your own claim type and value. |
762763
|||
763764

765+
1. To add another standard claim, select **Add standard claim**, select the claim type, and specify the corresponding value. To add your own claim, select **Add custom claim**, and specify the values for your custom claim.
766+
767+
1. To add another authorization policy, select **Add policy**.
768+
769+
1. When you're done, select **Save**.
770+
764771
<a name="raw-authentication"></a>
765772

766773
### Raw authentication
-13.1 KB
Loading

0 commit comments

Comments
 (0)