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
+18-21Lines changed: 18 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
3
3
title: Error AADSTS500011 - Resource Principal Not Found
4
-
description: Describes a problem in which a user receives the error AADSTS500011 when trying to sign in to Microsoft Entra ID.
4
+
description: Describes a problem in which a user experiences an AADSTS500011 error when trying to sign in to Microsoft Entra ID.
5
5
author: custorod
6
6
ms.author: custorod
7
7
ms.service: entra-id
@@ -13,15 +13,17 @@ ms.custom: sap:Issues Signing In to Applications
13
13
14
14
# AADSTS500011 - Resource Principal Not Found
15
15
16
-
This article describes a problem in which a user receives the error "AADSTS500011" when trying to sign in to Microsoft Entra ID.
16
+
This article describes a problem in which users experiences an "AADSTS500011" error when they try to sign in to Microsoft Entra ID.
17
17
18
18
## Symptoms
19
19
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.
20
+
When users try to sign in to an application that uses Microsoft Entra ID authentication, they receive the following error message:
21
+
22
+
> `AADSTS500011 - The resource principal named [resource URL] was not found in the tenant named [tenant ID]`
21
23
22
24
## Cause
23
25
24
-
This error occurs when the resource principal (the application or service) is not found in the tenant. It occurs if:
26
+
This issue occurs if the resource principal (the application or service) is not found in the tenant. This issue occurs if:
25
27
26
28
- The resource application isn't provisioned by the administrator in the tenant.
27
29
- The resource application isn't consented to by any user in the tenant.
@@ -32,29 +34,24 @@ This error occurs when the resource principal (the application or service) is no
32
34
33
35
To resolve this issue, follow these steps:
34
36
35
-
1.**Verify Resource Application Provisioning**:
37
+
1.**Verify resource application provisioning**:
36
38
37
-
- Ensure that the application (resource principal) is registered correctly in your Microsoft Entra ID tenant.
38
-
39
-
- Go to the Azure portal and navigate to Microsoft Entra ID > Enterprise applications.
40
-
41
-
- Check if the application is listed and properly configured.
39
+
- Make sure that the application (resource principal) is registered correctly in your Microsoft Entra ID tenant.
40
+
- Go to the Azure portal, and navigate to Microsoft Entra ID > Enterprise applications.
41
+
- Check whether the application is listed and correctly configured.
42
42
43
-
1.**Consent to the Application**:
44
-
- Ensure that the resource application has been consented to by an administrator or a user in the tenant.
45
-
46
-
- Go to the Azure ortal and navigate to Microsoft Entra > Enterprise applications.
47
-
- Find the application and ensure that it has the necessary permissions and consent.
43
+
1.**Consent to application**:
44
+
- Make sure that the resource application has been consented to by an administrator or a user in the tenant.
45
+
- Go to the Azure portal, and navigate to Microsoft Entra > Enterprise applications.
46
+
- Find the application, and make sure that it has the necessary permissions and consent.
48
47
49
48
1.**Check resource URL**:
50
-
- Verify if the resource URL that shows in error message matches the resource application that you provisioned in your tenant ID.
51
-
52
-
- Ensure that the authentication request is sent using the correct resource URL.
49
+
- Verify that the resource URL that appears in the error message matches the resource application that you provisioned in your tenant ID.
50
+
- Make sure that the authentication request is sent by using the correct resource URL.
53
51
54
52
1.**Check tenant ID**:
55
-
- Verify if the tenant ID that shows in the error message is the same as your tenant ID.
56
-
57
-
- Ensure that the authentication request is sent to the correct Microsoft Entra ID tenant.
53
+
- Verify that the tenant ID that appears in the error message is the same as your tenant ID.
54
+
- Make sure that the authentication request is sent to the correct Microsoft Entra ID tenant.
0 commit comments