Skip to content

Commit a4307c4

Browse files
authored
Update error description and resolution steps
Edit review per CI 3530
1 parent 76ac339 commit a4307c4

1 file changed

Lines changed: 18 additions & 21 deletions

File tree

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

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
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.
55
author: custorod
66
ms.author: custorod
77
ms.service: entra-id
@@ -13,15 +13,17 @@ ms.custom: sap:Issues Signing In to Applications
1313

1414
# AADSTS500011 - Resource Principal Not Found
1515

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.
1717

1818
## Symptoms
1919

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]`
2123
2224
## Cause
2325

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:
2527

2628
- The resource application isn't provisioned by the administrator in the tenant.
2729
- 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
3234

3335
To resolve this issue, follow these steps:
3436

35-
1. **Verify Resource Application Provisioning**:
37+
1. **Verify resource application provisioning**:
3638

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.
4242

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.
4847

4948
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.
5351

5452
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.
5855

5956
## More information
6057

0 commit comments

Comments
 (0)