Skip to content

Commit b776bf5

Browse files
Merge pull request #214889 from FaithOmbongi/patch-3
Add link to permissionGrantPolicy in Graph
2 parents 7d31384 + e2e8d24 commit b776bf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/active-directory/manage-apps/manage-app-consent-policies.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: contperf-fy21q2
1717

1818
# Manage app consent policies
1919

20-
With [Microsoft Graph PowerShell](/powershell/microsoftgraph/get-started?view=graph-powershell-1.0&preserve-view=true), you can view and manage app consent policies.
20+
With [Microsoft Graph](/graph/overview) and [Microsoft Graph PowerShell](/powershell/microsoftgraph/get-started?view=graph-powershell-1.0&preserve-view=true), you can view and manage app consent policies.
2121

2222
An app consent policy consists of one or more "include" condition sets and zero or more "exclude" condition sets. For an event to be considered in an app consent policy, it must match *at least* one "include" condition set, and must not match *any* "exclude" condition set.
2323

@@ -136,6 +136,7 @@ The following table provides the list of supported conditions for app consent po
136136

137137
To learn more:
138138

139+
* [Manage app consent policies using Microsoft Graph](/graph/api/resources/permissiongrantpolicy)
139140
* [Configure user consent settings](configure-user-consent.md)
140141
* [Configure the admin consent workflow](configure-admin-consent-workflow.md)
141142
* [Learn how to manage consent to applications and evaluate consent requests](manage-consent-requests.md)

0 commit comments

Comments
 (0)