Skip to content

Commit 579ccc0

Browse files
authored
Edit review
1 parent de3e75d commit 579ccc0

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

support/entra/entra-id/app-integration/error-code-aadsts700003-device-object-not-found.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,40 @@
11
---
2-
title: Error AADSTS700003 - Device object was not found in the tenant '{tenantName}' directory
2+
title: Error AADSTS700003 - Device Object Was Not Found in the Tenant Directory
33
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.
44
ms.service: entra-id
5-
ms.date: 02/12/2025
5+
ms.date: 02/14/2025
66
ms.reviewer: jutakata, willfid, bachoang, joaos, modawud, v-weizhu
77
ms.custom: sap:Issues Signing In to Applications
88
---
99

10-
# Error AADSTS700003 - Device object was not found in the tenant '{tenantName}' directory
10+
# Error AADSTS700003 - Device object was not found in the tenant '\<TenantName\>' directory
1111

1212
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.
1313

1414
## Symptoms
1515

1616
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:
1717

18-
> Device object was not found in the tenant '{tenantName}' directory.
19-
20-
Or
21-
22-
> Your organization has deleted this device.
18+
- Device object was not found in the tenant '\<TenantName\>' directory.
19+
- Your organization has deleted this device.
2320

2421
## Cause
2522

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:
23+
This issue occurs because the device object is deleted on your home tenant. When a device is deleted, the "Delete device" activity type is recorded in the [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:
2724

2825
- Microsoft Entra registered
2926
- Microsoft Entra joined
3027
- Microsoft Entra hybrid joined
3128

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.
29+
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 Microsoft Intune](/mem/endpoint-manager-overview). When you receive the AADSTS700003 error, the device object isn't found in the tenant.
3330

3431
## Solution
3532

36-
Engage the home tenant administrators to determine when and why your device object is deleted. Then, take the corresponding action depending on the device registration/join types, as shown in the following table:
33+
Engage the home tenant administrators to determine when and why your device object is deleted. Then, take the corresponding action depending on the device registration/join type, as shown in the following table:
3734

3835
| Device join type | Action |
3936
|--|--|
40-
| Microsoft Entra registered | For Windows 10/11 Microsoft Entra registered devices, Go to **Settings** > **Accounts** > **Access Work or School**. Select your work or school account on the screen. Select **Disconnect** to disconnect the device. Then, register the device to Microsoft Entra ID again.<br/><br/>For iOS and Android, you can use the Microsoft Authenticator application **Settings** > **Device Registration** and select **Unregister device**. Then, register the device to Microsoft Entra ID again.<br/><br/>For macOS, you can use the Microsoft Intune Company Portal application to unenroll the device from management and remove any registration. Then, register the device to Microsoft Entra ID again.<br/><br/> For more information, see [Microsoft Entra register FAQ](/entra/identity/devices/faq#how-do-i-remove-a-microsoft-entra-registered-state-for-a-device-locally).|
37+
| Microsoft Entra registered | For Windows 10/11 Microsoft Entra registered devices, go to **Settings** > **Accounts** > **Access Work or School**. Select your work or school account on the screen. Select **Disconnect** to disconnect the device. Then, register the device to Microsoft Entra ID again.<br/><br/>For iOS and Android, you can use the Microsoft Authenticator application and select **Settings** > **Device Registration** > **Unregister device**. Then, register the device to Microsoft Entra ID again.<br/><br/>For macOS, you can use the Microsoft Intune Company Portal application to unenroll the device from management and remove any registration. Then, register the device to Microsoft Entra ID again.<br/><br/> For more information, see [Microsoft Entra register FAQ](/entra/identity/devices/faq#how-do-i-remove-a-microsoft-entra-registered-state-for-a-device-locally).|
4138
| Microsoft Entra joined | Open a PowerShell console with the administrative right on the Windows device, and run the `dsregcmd /forcerecovery` command. Select **Sign in** to sign in with your Microsoft Entra ID account. |
4239
| Microsoft Entra hybrid joined | Open a PowerShell console with the administrative right on the Windows device, and run the `dsregcmd /leave` command. Then, reboot the device and sign in to the device with your domain credential. |
4340

0 commit comments

Comments
 (0)