Skip to content

Commit 98f8ee1

Browse files
committed
update the article
1 parent b8f6bc6 commit 98f8ee1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

support/entra/entra-id/app-integration/error-code-aadsts650056-misconfigured-app-graph.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ This error usually occurs due to one of the following reasons:
2323

2424
- The application does not have the required permissions to call Microsoft Graph APIs.
2525
- The admin has not consented to the permissions for the application on behalf of the tenant.
26-
- The application identifier specified in the request does not match the registered application identifier in Microsoft Entra ID.
2726

2827
## Solution 1: Verify application permissions and consent
2928

@@ -32,20 +31,20 @@ If your organization owns the application, follow these steps:
3231
1. Sign in to the [Azure portal](https://portal.azure.com), go to the **App registrations**, select your app registration, and then select **API permissions**.
3332
2. Make sure that the application has at least the **User.Read** delegated permission from **Microsoft Graph**.
3433
3. Check the **Status** to verify whether the permissions are consented to. For example:
35-
- If the permission is not consented to, it will appear as **Pending** or blank.
34+
- If the permission isn't consented to, it will appear as **Pending** or blank.
3635
- If successfully consented, it will appear as "Granted for [Tenant Name]".
3736

3837
Example of a consented permission:
3938

4039
:::image type="content" source="./media/error-code-aadsts650056-misconfigured-app-graph/graph-api-permissions.png" alt-text="Screenshot of adding Graph API permissions." :::
4140

42-
If your organization is not the application owner, follow these steps:
41+
If your organization isn't the application owner, follow these steps:
4342

44-
1. Sign in to the application by using Global Administrator account. You should see a consent screen prompting you to grant permissions. Ensure you check the box for **"Consent on behalf of your organization"** before proceeding.
43+
1. Sign in to the application by using Global Administrator account. You should see a consent screen prompting you to grant permissions. Make sure that you select the **Consent on behalf of your organization** option before proceeding.
4544

4645
Example of the consent screen:
4746
:::image type="content" source="./media/error-code-aadsts650056-misconfigured-app-graph/consent-permissions.png" alt-text="Screenshot of consent screen" :::
48-
2. If you do not see the consent screen, delete the application from the **Enterprise applications** section in Microsoft Entra ID and try signing in again.
47+
2. If you don't see the consent screen, delete the application from the **Enterprise applications** section in Microsoft Entra ID and try signing in again.
4948

5049
If the error persists, proceed to the next solution.
5150

0 commit comments

Comments
 (0)