Skip to content

Commit 0356b17

Browse files
committed
Learn Editor: Update error-code-aadsts500011-resource-principal-not-found.md
1 parent ab62a4c commit 0356b17

1 file changed

Lines changed: 52 additions & 1 deletion

File tree

support/entra/entra-id/app-integration/error-code-aadsts500011-resource-principal-not-found.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,55 @@ ms.topic: # Add the ms.topic value
1313
ms.date: 01/16/2025
1414
---
1515

16-
AADSTS500011 - Resource Principal Not Found
16+
# AADSTS500011 - Resource Principal Not Found
17+
18+
This article describes a problem in which a user receives the error message "AADSTS500011 - The resource principal named [resource URL] was not found in the tenant named [tenant ID]."
19+
20+
## Symptoms
21+
22+
The user receives the error `AADSTS500011` when trying to sign in to an application that has been integrated with Microsoft Entra ID.
23+
24+
## Cause
25+
26+
This error occurs when the resource principal (the application or service) is not found in the tenant. This can happen if:
27+
1. The resource application has not been provisioned by the administrator in the tenant.
28+
29+
1. The resource application has not been consented to by any user in the tenant.
30+
31+
1. The [resource URL] is not correct.
32+
33+
1. The [tenant ID] is not correct.
34+
35+
## Resolution
36+
37+
To resolve this issue, follow these steps:
38+
39+
1. **Verify Resource Application Provisioning**:
40+
41+
- Ensure that the application (resource principal) is registered correctly in your Microsoft Entra ID tenant.
42+
43+
- Go to the Azure Portal and navigate to Microsoft Entra > Enterprise Application.
44+
45+
- Check if the application is listed and properly configured.
46+
47+
1. **Consent to the Application**:
48+
- Ensure that the resource application has been consented to by an administrator or a user in the tenant.
49+
50+
- Go to the Azure Portal and navigate to Microsoft Entra > Enterprise applications.
51+
- Find the application and ensure that it has the necessary permissions and consent.
52+
53+
1. **Check [resource URL]**:
54+
- Verify if the error message’s [Resource URL] matches the resource application you've provisioned in your tenant ID.
55+
56+
- Ensure that the authentication request is sent using the correct [resource URL].
57+
58+
1. **Check [tenant ID]**:
59+
- Verify if the error message’s [tenant ID] is the same as your tenant ID.
60+
61+
- Ensure that the authentication request is sent to the correct Microsoft Entra ID tenant.
62+
63+
## More information
64+
65+
For a full list of authentication and authorization error codes, see [Microsoft Entra authentication and authorization error codes](/azure/active-directory/develop/reference-error-codes).
66+
67+
To investigate individual errors, go to [https://login.microsoftonline.com/error](https://login.microsoftonline.com/error).

0 commit comments

Comments
 (0)