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-aadsts700003-device-object-not-found.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Error AADSTS700003 - Device object was not found in the tenant '{tenantName}' directory
3
-
description: Provides a solution to an issue where users experience the AADSTS700003 error when they try to sign in to an Azure application that can be used with Microsoft Entra ID.
3
+
description: Provides a solution to an issue where you experience the AADSTS700003 error when you try to sign in to an Azure application that can be used with Microsoft Entra ID.
@@ -9,11 +9,11 @@ ms.custom: sap:Issues Signing In to Applications
9
9
10
10
# Error AADSTS700003 - Device object was not found in the tenant '{tenantName}' directory
11
11
12
-
This article discusses how to resolve the "AADSTS700003" error that occurs when a user tries to sign in to an application that's integrated into Microsoft Entra ID.
12
+
This article discusses how to resolve the "AADSTS700003" error that occurs when you try to sign in to an application that's integrated into Microsoft Entra ID.
13
13
14
14
## Symptoms
15
15
16
-
When users try to sign in to an application that's integrated into Microsoft Entra ID, they receive an "AADSTS700003" error with one of the following error messages:
16
+
When your try to sign in to an application that's integrated into Microsoft Entra ID, you receive an "AADSTS700003" error with one of the following error messages:
17
17
18
18
> Device object was not found in the tenant '{tenantName}' directory.
19
19
@@ -23,13 +23,13 @@ Or
23
23
24
24
## Cause
25
25
26
-
This issues occurs because the device object is deleted on the user's home tenant. When a device is deleted, the "Delete device" activity type is recorded in [Microsoft Entra audit log](/entra/identity/monitoring-health/concept-audit-logs). In Microsoft Entra ID, there are three ways to register or join user devices:
26
+
This issues occurs because the device object is deleted on your home tenant. When a device is deleted, the "Delete device" activity type is recorded in [Microsoft Entra audit log](/entra/identity/monitoring-health/concept-audit-logs). In Microsoft Entra ID, there are three ways to register or join user devices:
27
27
28
28
- Microsoft Entra registered
29
29
- Microsoft Entra joined
30
30
- Microsoft Entra hybrid joined
31
31
32
-
Device registration or join creates a [device identity](/entra/identity/devices/overview). This device identity is used in scenarios such as [device-based Conditional Access policies](/entra/identity/conditional-access/concept-conditional-access-grant) and [Mobile Device Management with the Microsoft Intune](/mem/endpoint-manager-overview). When users get the AADSTS700003 error, the device object isn't found in the tenant.
32
+
Device registration or join creates a [device identity](/entra/identity/devices/overview). This device identity is used in scenarios such as [device-based Conditional Access policies](/entra/identity/conditional-access/concept-conditional-access-grant) and [Mobile Device Management with the Microsoft Intune](/mem/endpoint-manager-overview). When you get the AADSTS700003 error, the device object isn't found in the tenant.
0 commit comments