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
# Error "The identity of the calling application could not be established"
10
10
11
-
This article provides a solution to the error message "The identity of the calling application could not be established" when using Microsoft Graph.
11
+
This article provides solutions to the error message "The identity of the calling application could not be established" when using Microsoft Graph.
12
12
13
13
## Symptoms
14
14
@@ -46,7 +46,7 @@ Ensure that you replace `<Application ID>` with your application's actual Applic
46
46
47
47
## Solution for Non-Partner scenario
48
48
49
-
If this isn't a Partner application, add the service principal to the tenant and consent to the permissions required by the application.
49
+
If the application isn't a Partner application, add the service principal to the tenant and consent to the permissions required by the application.
50
50
51
51
You can [build an admin consent URL](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#construct-the-url-for-granting-tenant-wide-admin-consent) like the following one:
0 commit comments