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-aadsts500011-resource-principal-not-found.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,14 @@ This article describes a problem in which a user receives the error "AADSTS50001
17
17
18
18
## Symptoms
19
19
20
-
When a user try to to sign in to an application that has been integrated with Microsoft Entra ID, the error `AADSTS500011 - The resource principal named [resource URL] was not found in the tenant named [tenant ID]` is received.
20
+
When a user tries to to sign in to an application that uses Microsoft Entra ID authentication, the error `AADSTS500011 - The resource principal named [resource URL] was not found in the tenant named [tenant ID]` is received.
21
21
22
22
## Cause
23
23
24
-
This error occurs when the resource principal (the application or service) is not found in the tenant. This can happen if:
24
+
This error occurs when the resource principal (the application or service) is not found in the tenant. It occurs if:
25
25
26
-
- The resource application has not been provisioned by the administrator in the tenant.
27
-
- The resource application has not been consented to by any user in the tenant.
26
+
- The resource application isn't provisioned by the administrator in the tenant.
27
+
- The resource application isn't consented to by any user in the tenant.
28
28
- The resource URL is not configured correctly.
29
29
- The tenant ID is not correct.
30
30
@@ -36,18 +36,18 @@ To resolve this issue, follow these steps:
36
36
37
37
- Ensure that the application (resource principal) is registered correctly in your Microsoft Entra ID tenant.
38
38
39
-
- Go to the Azure Portal and navigate to Microsoft Entra ID > Enterprise applications.
39
+
- Go to the Azure portal and navigate to Microsoft Entra ID > Enterprise applications.
40
40
41
41
- Check if the application is listed and properly configured.
42
42
43
43
1.**Consent to the Application**:
44
44
- Ensure that the resource application has been consented to by an administrator or a user in the tenant.
45
45
46
-
- Go to the Azure Portal and navigate to Microsoft Entra > Enterprise applications.
46
+
- Go to the Azure ortal and navigate to Microsoft Entra > Enterprise applications.
47
47
- Find the application and ensure that it has the necessary permissions and consent.
48
48
49
49
1.**Check resource URL**:
50
-
- Verify if the resource URL that shows in error message matches the resource application you've provisioned in your tenant ID.
50
+
- Verify if the resource URL that shows in error message matches the resource application that you provisioned in your tenant ID.
51
51
52
52
- Ensure that the authentication request is sent using the correct resource URL.
0 commit comments