Skip to content

Commit 76ac339

Browse files
authored
Fix typos and improve clarity in documentation
1 parent 229e6ec commit 76ac339

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ This article describes a problem in which a user receives the error "AADSTS50001
1717

1818
## Symptoms
1919

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

2222
## Cause
2323

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

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.
2828
- The resource URL is not configured correctly.
2929
- The tenant ID is not correct.
3030

@@ -36,18 +36,18 @@ To resolve this issue, follow these steps:
3636

3737
- Ensure that the application (resource principal) is registered correctly in your Microsoft Entra ID tenant.
3838

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

4141
- Check if the application is listed and properly configured.
4242

4343
1. **Consent to the Application**:
4444
- Ensure that the resource application has been consented to by an administrator or a user in the tenant.
4545

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.
4747
- Find the application and ensure that it has the necessary permissions and consent.
4848

4949
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.
5151

5252
- Ensure that the authentication request is sent using the correct resource URL.
5353

0 commit comments

Comments
 (0)