You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoftgraph/docs-conceptual/how-to-grant-revoke-api-permissions.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,13 +123,14 @@ To create a delegated permission grant, you need the following information:
123
123
1.**ResourceId** - object ID of the service principal representing the resource app in the tenant.
124
124
1.**Scope** - space-delimited list of permission claim values, for example `User.Read.All`.
125
125
126
-
In this example, the object ID of the resource service principal is `2cab1707-656d-40cc-8522-3178a184e03d`. You grant the `Group.Read.All` scope to the service principal and grant consent on behalf of all users in the tenant.
126
+
In this example, you grant the `Group.Read.All` scope to the service principal and grant consent on behalf of all users in the tenant.
0 commit comments