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: support/entra/entra-id/app-integration/error-code-aadsts650056-misconfigured-app-graph.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ This error usually occurs due to one of the following reasons:
23
23
24
24
- The application does not have the required permissions to call Microsoft Graph APIs.
25
25
- 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.
27
26
28
27
## Solution 1: Verify application permissions and consent
29
28
@@ -32,20 +31,20 @@ If your organization owns the application, follow these steps:
32
31
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**.
33
32
2. Make sure that the application has at least the **User.Read** delegated permission from **Microsoft Graph**.
34
33
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.
36
35
- If successfully consented, it will appear as "Granted for [Tenant Name]".
37
36
38
37
Example of a consented permission:
39
38
40
39
:::image type="content" source="./media/error-code-aadsts650056-misconfigured-app-graph/graph-api-permissions.png" alt-text="Screenshot of adding Graph API permissions." :::
41
40
42
-
If your organization is not the application owner, follow these steps:
41
+
If your organization isn't the application owner, follow these steps:
43
42
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.
45
44
46
45
Example of the consent screen:
47
46
:::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.
49
48
50
49
If the error persists, proceed to the next solution.
0 commit comments