Skip to content

Commit 788f1a7

Browse files
Merge pull request #242543 from ManoharLakkoju-MSFT/patch-53
(AzureCXP) fixes MicrosoftDocs/azure-docs#111189
2 parents ba9e65d + 90aee99 commit 788f1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/manage-apps/grant-consent-single-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ In the example, the resource enterprise application is Microsoft Graph of object
153153
1. Confirm that you've granted consent to the user by running the following request.
154154

155155
```http
156-
GET https://graph.microsoft.com/v1.0/oauth2PermissionGrants?$filter=clientId eq 'b0d9b9e3-0ecf-4bfd-8dab-9273dd055a94' and consentType eq 'principal'
156+
GET https://graph.microsoft.com/v1.0/oauth2PermissionGrants?$filter=clientId eq 'b0d9b9e3-0ecf-4bfd-8dab-9273dd055a94' and consentType eq 'Principal'
157157
```
158158

159159
1. Assign the app to the user. This ensures that the user can sign in if assignment is required, and ensures that app is available through the user's My Apps portal. In the following example, `resourceId`represents the client app to which the user is being assigned. The user will be assigned the default app role which is `00000000-0000-0000-0000-000000000000`.

0 commit comments

Comments
 (0)