相关文章推荐
激动的书包  ·  libevent之event_base - ...·  1 月前    · 
听话的棒棒糖  ·  Openlayers API-Map - ...·  6 月前    · 
刚毅的皮带  ·  clion:项目格式_clion ...·  1 年前    · 

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge

This article provides troubleshooting guidance to help you resolve potential issues with devices that are running Windows 10 or newer and Windows Server 2016 or newer.

Hybrid Azure Active Directory (Azure AD) join supports the Windows 10 November 2015 update and later.

To troubleshoot other Windows clients, see Troubleshoot hybrid Azure AD-joined down-level devices .

This article assumes that you have configured hybrid Azure AD-joined devices to support the following scenarios:

  • Device-based Conditional Access
  • Enterprise state roaming
  • Windows Hello for Business
  • To troubleshoot the common device registration issues, use Device Registration Troubleshooter Tool .

    Troubleshoot join failures

    Step 1: Retrieve the join status

  • Open a Command Prompt window as an administrator.
  • Type dsregcmd /status .
  • +----------------------------------------------------------------------+
    | Device State                                                         |
    +----------------------------------------------------------------------+
        AzureAdJoined: YES
     EnterpriseJoined: NO
             DeviceId: 5820fbe9-60c8-43b0-bb11-44aee233e4e7
           Thumbprint: B753A6679CE720451921302CA873794D94C6204A
       KeyContainerId: bae6a60b-1d2f-4d2a-a298-33385f6d05e9
          KeyProvider: Microsoft Platform Crypto Provider
         TpmProtected: YES
         KeySignTest: : MUST Run elevated to test.
                  Idp: login.windows.net
             TenantId: 72b988bf-xxxx-xxxx-xxxx-2d7cd011xxxx
           TenantName: Contoso
          AuthCodeUrl: https://login.microsoftonline.com/msitsupp.microsoft.com/oauth2/authorize
       AccessTokenUrl: https://login.microsoftonline.com/msitsupp.microsoft.com/oauth2/token
               MdmUrl: https://enrollment.manage-beta.microsoft.com/EnrollmentServer/Discovery.svc
            MdmTouUrl: https://portal.manage-beta.microsoft.com/TermsOfUse.aspx
      dmComplianceUrl: https://portal.manage-beta.microsoft.com/?portalAction=Compliance
          SettingsUrl: eyJVcmlzIjpbImh0dHBzOi8va2FpbGFuaS5vbmUubWljcm9zb2Z0LmNvbS8iLCJodHRwczovL2thaWxhbmkxLm9uZS5taWNyb3NvZnQuY29tLyJdfQ==
       JoinSrvVersion: 1.0
           JoinSrvUrl: https://enterpriseregistration.windows.net/EnrollmentServer/device/
            JoinSrvId: urn:ms-drs:enterpriseregistration.windows.net
        KeySrvVersion: 1.0
            KeySrvUrl: https://enterpriseregistration.windows.net/EnrollmentServer/key/
             KeySrvId: urn:ms-drs:enterpriseregistration.windows.net
         DomainJoined: YES
           DomainName: CONTOSO
    +----------------------------------------------------------------------+
    | User State                                                           |
    +----------------------------------------------------------------------+
                 NgcSet: YES
               NgcKeyId: {C7A9AEDC-780E-4FDA-B200-1AE15561A46B}
        WorkplaceJoined: NO
          WamDefaultSet: YES
    WamDefaultAuthority: organizations
           WamDefaultId: https://login.microsoft.com
         WamDefaultGUID: {B16898C6-A148-4967-9171-64D755DA8520} (AzureAd)
             AzureAdPrt: YES
    

    Step 2: Evaluate the join status

    Review the fields in the following table, and make sure that they have the expected values:

    Field Expected value Description DomainJoined This field indicates whether the device is joined to an on-premises Active Directory.

    If the value is NO, the device can't do hybrid Azure AD-join. WorkplaceJoined This field indicates whether the device is registered with Azure AD as a personal device (marked as Workplace Joined). This value should be NO for a domain-joined computer that's also hybrid Azure AD-joined.

    If the value is YES, a work or school account was added before the completion of the hybrid Azure AD-join. In this case, the account is ignored when you're using Windows 10 version 1607 or later. AzureAdJoined This field indicates whether the device is joined. The value will be YES if the device is either an Azure AD-joined device or a hybrid Azure AD-joined device.

    If the value is NO, the join to Azure AD hasn't finished yet.

    Continue to the next steps for further troubleshooting.

    Step 3: Find the phase in which the join failed, and the error code

    For Windows 10 version 1803 or later

    Look for the "Previous Registration" subsection in the "Diagnostic Data" section of the join status output. This section is displayed only if the device is domain-joined and unable to hybrid Azure AD-join.

    The "Error Phase" field denotes the phase of the join failure, and "Client ErrorCode" denotes the error code of the join operation.

    +----------------------------------------------------------------------+
         Previous Registration : 2019-01-31 09:16:43.000 UTC
             Registration Type : sync
                   Error Phase : join
              Client ErrorCode : 0x801c03f2
              Server ErrorCode : DirectoryError
                Server Message : The device object by the given id (e92325d0-xxxx-xxxx-xxxx-94ae875d5245) isn't found.
                  Https Status : 400
                    Request Id : 6bff0bd9-820b-484b-ab20-2a4f7b76c58e
    +----------------------------------------------------------------------+
    

    For earlier Windows 10 versions

    Use Event Viewer logs to locate the phase and error code for the join failures.

  • In Event Viewer, open the User Device Registration event logs. They're stored under Applications and Services Log > Microsoft > Windows > User Device Registration.
  • Look for events with the following event IDs: 304, 305, and 307.
  • Step 4: Check for possible causes and resolutions

    Pre-check phase

    Possible reasons for failure:

  • The device has no line of sight to the domain controller.
  • The device must be on the organization's internal network or on a virtual private network with a network line of sight to an on-premises Active Directory domain controller.
  • Discover phase

    Possible reasons for failure:

  • The service connection point object is misconfigured or can't be read from the domain controller.
  • A valid service connection point object is required in the AD forest, to which the device belongs, that points to a verified domain name in Azure AD.
  • For more information, see the "Configure a service connection point" section of Tutorial: Configure hybrid Azure Active Directory join for federated domains.
  • Failure to connect to and fetch the discovery metadata from the discovery endpoint.
  • The device should be able to access https://enterpriseregistration.windows.net, in the system context, to discover the registration and authorization endpoints.
  • If the on-premises environment requires an outbound proxy, the IT admin must ensure that the computer account of the device can discover and silently authenticate to the outbound proxy.
  • Failure to connect to the user realm endpoint and do realm discovery (Windows 10 version 1809 and later only).
  • The device should be able to access https://login.microsoftonline.com, in the system context, to do realm discovery for the verified domain and determine the domain type (managed or federated).
  • If the on-premises environment requires an outbound proxy, the IT admin must ensure that the system context on the device can discover and silently authenticate to the outbound proxy.
  • Common error codes:

    Error code Reason Resolution DSREG_AUTOJOIN_ADCONFIG_READ_FAILED (0x801c001d/-2145648611) Unable to read the service connection point (SCP) object and get the Azure AD tenant information. Refer to the Configure a service connection point section. DSREG_AUTOJOIN_DISC_FAILED (0x801c0021/-2145648607) Generic discovery failure. Failed to get the discovery metadata from the data replication service (DRS). To investigate further, find the sub-error in the next sections. DSREG_AUTOJOIN_DISC_WAIT_TIMEOUT (0x801c001f/-2145648609) Operation timed out while performing discovery. Ensure that https://enterpriseregistration.windows.net is accessible in the system context. For more information, see the Network connectivity requirements section. DSREG_AUTOJOIN_USERREALM_DISCOVERY_FAILED (0x801c003d/-2145648579) Generic realm discovery failure. Failed to determine domain type (managed/federated) from STS. To investigate further, find the sub-error in the next sections.

    Common sub-error codes:

    To find the sub-error code for the discovery error code, use one of the following methods.

    Windows 10 version 1803 or later

    Look for "DRS Discovery Test" in the "Diagnostic Data" section of the join status output. This section is displayed only if the device is domain-joined and unable to hybrid Azure AD-join.

    +----------------------------------------------------------------------+
    | Diagnostic Data                                                      |
    +----------------------------------------------------------------------+
         Diagnostics Reference : www.microsoft.com/aadjerrors
                  User Context : UN-ELEVATED User
                   Client Time : 2019-06-05 08:25:29.000 UTC
          AD Connectivity Test : PASS
         AD Configuration Test : PASS
            DRS Discovery Test : FAIL [0x801c0021/0x80072ee2]
         DRS Connectivity Test : SKIPPED
        Token acquisition Test : SKIPPED
         Fallback to Sync-Join : ENABLED
    +----------------------------------------------------------------------+
    
    Earlier Windows 10 versions

    Use Event Viewer logs to look for the phase and error code for the join failures.

  • In Event Viewer, open the User Device Registration event logs. They're stored under Applications and Services Log > Microsoft > Windows > User Device Registration.
  • Look for event ID 201.
  • Network errors:

    Error code Reason Resolution WININET_E_CANNOT_CONNECT (0x80072efd/-2147012867) Connection with the server couldn't be established. Ensure network connectivity to the required Microsoft resources. For more information, see Network connectivity requirements. WININET_E_TIMEOUT (0x80072ee2/-2147012894) General network timeout. Ensure network connectivity to the required Microsoft resources. For more information, see Network connectivity requirements. WININET_E_DECODING_FAILED (0x80072f8f/-2147012721) Network stack was unable to decode the response from the server. Ensure that the network proxy isn't interfering and modifying the server response. DSREG_DISCOVERY_TENANT_NOT_FOUND (0x801c003a/-2145648582) The service connection point object is configured with the wrong tenant ID, or no active subscriptions were found in the tenant. Ensure that the service connection point object is configured with the correct Azure AD tenant ID and active subscriptions or that the service is present in the tenant. DSREG_SERVER_BUSY (0x801c0025/-2145648603) HTTP 503 from DRS server. The server is currently unavailable. Future join attempts will likely succeed after the server is back online. E_INVALIDDATA (0x8007000d/-2147024883) The server response JSON couldn't be parsed, likely because the proxy is returning an HTTP 200 with an HTML authorization page. If the on-premises environment requires an outbound proxy, the IT admin must ensure that the system context on the device can discover and silently authenticate to the outbound proxy.

    Authentication phase

    This content applies only to federated domain accounts.

    Reasons for failure:

  • Unable to get an access token silently for the DRS resource.
  • Windows 10 and Windows 11 devices acquire the authentication token from the Federation Service by using integrated Windows authentication to an active WS-Trust endpoint. For more information, see Federation Service configuration.
  • Common error codes:

    Use Event Viewer logs to locate the error code, sub-error code, server error code, and server error message.

  • In Event Viewer, open the User Device Registration event logs. They're stored under Applications and Services Log > Microsoft > Windows > User Device Registration.
  • Look for event ID 305.
  • Configuration errors:

    Error code Reason Resolution ERROR_ADAL_PROTOCOL_NOT_SUPPORTED (0xcaa90017/-894894057) The Azure AD Authentication Library (ADAL) authentication protocol isn't WS-Trust. The on-premises identity provider must support WS-Trust. ERROR_ADAL_FAILED_TO_PARSE_XML (0xcaa9002c/-894894036) The on-premises Federation Service didn't return an XML response. Ensure that the Metadata Exchange (MEX) endpoint is returning a valid XML. Ensure that the proxy isn't interfering and returning non-xml responses. ERROR_ADAL_COULDNOT_DISCOVER_USERNAME_PASSWORD_ENDPOINT (0xcaa90023/-894894045) Couldn't discover an endpoint for username/password authentication. Check the on-premises identity provider settings. Ensure that the WS-Trust endpoints are enabled and that the MEX response contains these correct endpoints. ERROR_ADAL_INTERNET_TIMEOUT (0xcaa82ee2/-894947614) General network timeout. Ensure that https://login.microsoftonline.com is accessible in the system context. Ensure that the on-premises identity provider is accessible in the system context. For more information, see Network connectivity requirements. ERROR_ADAL_INTERNET_CONNECTION_ABORTED (0xcaa82efe/-894947586) Connection with the authorization endpoint was aborted. Retry the join after a while, or try joining from another stable network location. ERROR_ADAL_INTERNET_SECURE_FAILURE (0xcaa82f8f/-894947441) The Transport Layer Security (TLS) certificate (previously known as the Secure Sockets Layer [SSL] certificate) sent by the server couldn't be validated. Check the client time skew. Retry the join after a while, or try joining from another stable network location. ERROR_ADAL_INTERNET_CANNOT_CONNECT (0xcaa82efd/-894947587) The attempt to connect to https://login.microsoftonline.com failed. Check the network connection to https://login.microsoftonline.com. ERROR_ADAL_SERVER_ERROR_INVALID_GRANT (0xcaa20003/-895352829) The SAML token from the on-premises identity provider wasn't accepted by Azure AD. Check the Federation Server settings. Look for the server error code in the authentication logs. ERROR_ADAL_WSTRUST_REQUEST_SECURITYTOKEN_FAILED (0xcaa90014/-894894060) The Server WS-Trust response reported a fault exception, and it failed to get assertion. Check the Federation Server settings. Look for the server error code in the authentication logs. ERROR_ADAL_WSTRUST_TOKEN_REQUEST_FAIL (0xcaa90006/-894894074) Received an error when trying to get access token from the token endpoint. Look for the underlying error in the ADAL log. ERROR_ADAL_OPERATION_PENDING (0xcaa1002d/-895418323) General ADAL failure. Look for the sub-error code or server error code from the authentication logs.

    Join phase

    Reasons for failure:

    Look for the registration type and error code from the following tables, depending on the Windows 10 version you're using.

    Windows 10 version 1803 or later

    Look for the "Previous Registration" subsection in the "Diagnostic Data" section of the join status output. This section is displayed only if the device is domain-joined and is unable to hybrid Azure AD-join.

    The "Registration Type" field denotes the type of join that's done.

    +----------------------------------------------------------------------+
         Previous Registration : 2019-01-31 09:16:43.000 UTC
             Registration Type : sync
                   Error Phase : join
              Client ErrorCode : 0x801c03f2
              Server ErrorCode : DirectoryError
                Server Message : The device object by the given id (e92325d0-7ac4-4714-88a1-94ae875d5245) is not found.
                  Https Status : 400
                    Request Id : 6bff0bd9-820b-484b-ab20-2a4f7b76c58e
    +----------------------------------------------------------------------+
    

    Earlier Windows 10 versions

    Use Event Viewer logs to locate the phase and error code for the join failures.

  • In Event Viewer, open the User Device Registration event logs. They're stored under Applications and Services Log > Microsoft > Windows > User Device Registration.
  • Look for event ID 204.
  • HTTP errors returned from DRS server:

    Error code Reason Resolution DSREG_E_DIRECTORY_FAILURE (0x801c03f2/-2145647630) Received an error response from DRS with ErrorCode: "DirectoryError". Refer to the server error code for possible reasons and resolutions. DSREG_E_DEVICE_AUTHENTICATION_ERROR (0x801c0002/-2145648638) Received an error response from DRS with ErrorCode: "AuthenticationError" and ErrorSubCode is not "DeviceNotFound". Refer to the server error code for possible reasons and resolutions. DSREG_E_DEVICE_INTERNALSERVICE_ERROR (0x801c0006/-2145648634) Received an error response from DRS with ErrorCode: "DirectoryError". Refer to the server error code for possible reasons and resolutions. NTE_BAD_KEYSET (0x80090016/-2146893802) The Trusted Platform Module (TPM) operation failed or was invalid. The failure likely results from a bad sysprep image. Ensure that the machine from which the sysprep image was created isn't Azure AD-joined, hybrid Azure AD-joined, or Azure AD-registered. TPM_E_PCP_INTERNAL_ERROR (0x80290407/-2144795641) Generic TPM error. Disable TPM on devices with this error. Windows 10 versions 1809 and later automatically detect TPM failures and complete hybrid Azure AD-join without using the TPM. TPM_E_NOTFIPS (0x80280036/-2144862154) TPM in FIPS mode isn't currently supported. Disable TPM on devices with this error. Windows 10 version 1809 automatically detects TPM failures and completes the hybrid Azure AD join without using the TPM. NTE_AUTHENTICATION_IGNORED (0x80090031/-2146893775) TPM is locked out. Transient error. Wait for the cool-down period. The join attempt should succeed after a while. For more information, see TPM fundamentals. WININET_E_TIMEOUT (0x80072ee2/-2147012894) General network time-out trying to register the device at DRS. Check network connectivity to https://enterpriseregistration.windows.net. WININET_E_NAME_NOT_RESOLVED (0x80072ee7/-2147012889) The server name or address couldn't be resolved. Check network connectivity to https://enterpriseregistration.windows.net. WININET_E_CONNECTION_ABORTED (0x80072efe/-2147012866) The connection with the server was terminated abnormally. Retry the join after a while, or try joining from another stable network location. DSREG_AUTOJOIN_ADCONFIG_READ_FAILED (0x801c001d/-2145648611) Event ID 220 is present in User Device Registration event logs. Windows can't access the computer object in Active Directory. A Windows error code might be included in the event. Error codes ERROR_NO_SUCH_LOGON_SESSION (1312) and ERROR_NO_SUCH_USER (1317) are related to replication issues in on-premises Active Directory. Troubleshoot replication issues in Active Directory. These replication issues might be transient, and they might go away after a while. DirectoryError Your request is throttled temporarily. Please try after 300 seconds. This error is expected, possibly because multiple registration requests were made in quick succession. Retry the join after the cool-down period DirectoryError AADSTS90002: Tenant UUID not found. This error might happen if there are no active subscriptions for the tenant. Check with your subscription administrator. The tenant ID in the service connection point object is incorrect. Ensure that the service connection point object is configured with the correct Azure AD tenant ID and active subscriptions or that the service is present in the tenant. DirectoryError The device object by the given ID isn't found. This error is expected for sync-join. The device object hasn't synced from AD to Azure AD Wait for the Azure AD Connect sync to finish, and the next join attempt after sync completion will resolve the issue. AuthenticationError The verification of the target computer's SID The certificate on the Azure AD device doesn't match the certificate that's used to sign in the blob during the sync-join. This error ordinarily means that sync hasn't finished yet. Wait for the Azure AD Connect sync to finish, and the next join attempt after the sync completion will resolve the issue.

    Step 5: Collect logs and contact Microsoft Support

  • Download the Auth.zip file.

  • Extract the files to a folder, such as c:\temp, and then go to the folder.

  • From an elevated Azure PowerShell session, run .\start-auth.ps1 -v -accepteula.

  • Select Switch Account to toggle to another session with the problem user.

  • Reproduce the issue.

  • Select Switch Account to toggle back to the admin session that's running the tracing.

  • From the elevated PowerShell session, run .\stop-auth.ps1.

  • Zip (compress) and send the folder Authlogs from the folder where the scripts were executed.

    Troubleshoot post-join authentication issues

    Step 1: Retrieve the PRT status by using dsregcmd /status

  • Open a Command Prompt window.

    To get the Primary Refresh Token (PRT) status, open the Command Prompt window in the context of the logged-in user.

  • Run dsregcmd /status.

    The "SSO state" section provides the current PRT status.

    If the AzureAdPrt field is set to NO, there was an error acquiring the PRT status from Azure AD.

  • If the AzureAdPrtUpdateTime is more than four hours, there's likely an issue with refreshing the PRT. Lock and unlock the device to force the PRT refresh, and then check to see whether the time has been updated.

    +----------------------------------------------------------------------+
    | SSO State                                                            |
    +----------------------------------------------------------------------+
                    AzureAdPrt : YES
          AzureAdPrtUpdateTime : 2020-07-12 22:57:53.000 UTC
          AzureAdPrtExpiryTime : 2019-07-26 22:58:35.000 UTC
           AzureAdPrtAuthority : https://login.microsoftonline.com/96fa76d0-xxxx-xxxx-xxxx-eb60cc22xxxx
                 EnterprisePrt : YES
       EnterprisePrtUpdateTime : 2020-07-12 22:57:54.000 UTC
       EnterprisePrtExpiryTime : 2020-07-26 22:57:54.000 UTC
        EnterprisePrtAuthority : https://corp.hybridadfs.contoso.com:443/adfs
    +----------------------------------------------------------------------+
    

    Step 2: Find the error code

    From the dsregcmd output

    The output is available from the Windows 10 May 2021 update (version 21H1).

    The "Attempt Status" field under the "AzureAdPrt" field will provide the status of the previous PRT attempt, along with other required debug information. For earlier Windows versions, extract the information from the Azure AD analytics and operational logs.

    +----------------------------------------------------------------------+
    | SSO State                                                            |
    +----------------------------------------------------------------------+
                    AzureAdPrt : NO
           AzureAdPrtAuthority : https://login.microsoftonline.com/96fa76d0-xxxx-xxxx-xxxx-eb60cc22xxxx
         AcquirePrtDiagnostics : PRESENT
          Previous Prt Attempt : 2020-07-18 20:10:33.789 UTC
                Attempt Status : 0xc000006d
                 User Identity : john@contoso.com
               Credential Type : Password
                Correlation ID : 63648321-fc5c-46eb-996e-ed1f3ba7740f
                  Endpoint URI : https://login.microsoftonline.com/96fa76d0-xxxx-xxxx-xxxx-eb60cc22xxxx/oauth2/token/
                   HTTP Method : POST
                    HTTP Error : 0x0
                   HTTP status : 400
             Server Error Code : invalid_grant
      Server Error Description : AADSTS50126: Error validating credentials due to invalid username or password.
    

    From the Azure AD analytics and operational logs

    Use Event Viewer to look for the log entries that are logged by the Azure AD CloudAP plug-in during PRT acquisition.

  • In Event Viewer, open the Azure AD Operational event logs. They're stored under Applications and Services Log > Microsoft > Windows > AAD.

    The CloudAP plug-in logs error events in the operational logs, and it logs the info events in the analytics logs. The analytics and operational log events are both required to troubleshoot issues.

  • Event 1006 in the analytics logs denotes the start of the PRT acquisition flow, and event 1007 in the analytics logs denotes the end of the PRT acquisition flow. All events in the Azure AD logs (analytics and operational) that are logged between events 1006 and 1007 were logged as part of the PRT acquisition flow.

  • Event 1007 logs the final error code.

    STATUS_LOGON_FAILURE (-1073741715/ 0xc000006d)
    STATUS_WRONG_PASSWORD (-1073741718/ 0xc000006a)
  • The device is unable to connect to the Azure AD authentication service.
  • Received an error response (HTTP 400) from the Azure AD authentication service or WS-Trust endpoint.
    Note: WS-Trust is required for federated authentication.
  • If the on-premises environment requires an outbound proxy, the IT admin must ensure that the computer account of the device can discover and silently authenticate to the outbound proxy.
  • Events 1081 and 1088 (Azure AD operational logs) would contain the server error code for errors originating from the Azure AD authentication service and error description for errors originating from the WS-Trust endpoint. Common server error codes and their resolutions are listed in the next section. The first instance of event 1022 (Azure AD analytics logs), preceding events 1081 or 1088, will contain the URL that's being accessed.
  • STATUS_REQUEST_NOT_ACCEPTED (-1073741616/ 0xc00000d0) Received an error response (HTTP 400) from the Azure AD authentication service or WS-Trust endpoint.
    Note: WS-Trust is required for federated authentication. Events 1081 and 1088 (Azure AD operational logs) would contain the server error code and error description for errors originating from Azure AD authentication service and WS-Trust endpoint, respectively. Common server error codes and their resolutions are listed in the next section. The first instance of event 1022 (Azure AD analytics logs), preceding events 1081 or 1088, will contain the URL that's being accessed. STATUS_NETWORK_UNREACHABLE (-1073741252/ 0xc000023c)
    STATUS_BAD_NETWORK_PATH (-1073741634/ 0xc00000be)
    STATUS_UNEXPECTED_NETWORK_ERROR (-1073741628/ 0xc00000c4)
  • Received an error response (HTTP > 400) from the Azure AD authentication service or WS-Trust endpoint.
    Note: WS-Trust is required for federated authentication.
  • Network connectivity issue to a required endpoint.
  • For server errors, events 1081 and 1088 (Azure AD operational logs) would contain the error code from the Azure AD authentication service and the error description from the WS-Trust endpoint. Common server error codes and their resolutions are listed in the next section.
  • For connectivity issues, event 1022 (Azure AD analytics logs) will contain the URL that's being accessed, and event 1084 (Azure AD operational logs) will contain the sub-error code from the network stack.
  • STATUS_NO_SUCH_LOGON_SESSION (-1073741729/ 0xc000005f) User realm discovery failed because the Azure AD authentication service was unable to find the user's domain.
  • The domain of the user's UPN must be added as a custom domain in Azure AD. Event 1144 (Azure AD analytics logs) will contain the UPN provided.
  • If the on-premises domain name is non-routable (jdoe@contoso.local), configure an Alternate Login ID (AltID). References: Prerequisites; Configure Alternate Login ID.
  • AAD_CLOUDAP_E_OAUTH_USERNAME_IS_MALFORMED (-1073445812/ 0xc004844c) The user's UPN isn't in the expected format.
    Notes:
  • For Azure AD-joined devices, the UPN is the text that's entered by the user in the LoginUI.
  • For hybrid Azure AD-joined devices, the UPN is returned from the domain controller during the login process.
  • User's UPN should be in the internet-style login name, based on the internet standard RFC 822. Event 1144 (Azure AD analytics logs) will contain the UPN provided.
  • For hybrid-joined devices, ensure that the domain controller is configured to return the UPN in the correct format. In the domain controller, whoami /upn should display the configured UPN.
  • If the on-premises domain name is non-routable (jdoe@contoso.local), configure Alternate Login ID (AltID). References: Prerequisites; Configure Alternate Login ID.
  • AAD_CLOUDAP_E_OAUTH_USER_SID_IS_EMPTY (-1073445822/ 0xc0048442) The user SID is missing in the ID token that's returned by the Azure AD authentication service. Ensure that the network proxy isn't interfering with and modifying the server response. AAD_CLOUDAP_E_WSTRUST_SAML_TOKENS_ARE_EMPTY (--1073445695/ 0xc00484c1) Received an error from the WS-Trust endpoint.
    Note: WS-Trust is required for federated authentication.
  • Ensure that the network proxy isn't interfering with and modifying the WS-Trust response.
  • Event 1088 (Azure AD operational logs) would contain the server error code and error description from the WS-Trust endpoint. Common server error codes and their resolutions are listed in the next section.
  • AAD_CLOUDAP_E_HTTP_PASSWORD_URI_IS_EMPTY (-1073445749/ 0xc004848b) The MEX endpoint is incorrectly configured. The MEX response doesn't contain any password URLs.
  • Ensure that the network proxy isn't interfering with and modifying the server response.
  • Fix the MEX configuration to return valid URLs in response.
  • AAD_CLOUDAP_E_HTTP_CERTIFICATE_URI_IS_EMPTY (-1073445748/ 0xc004848C) The MEX endpoint is incorrectly configured. The MEX response doesn't contain any certificate endpoint URLs.
  • Ensure that the network proxy isn't interfering with and modifying the server response.
  • Fix the MEX configuration in the identity provider to return valid certificate URLs in response.
  • WC_E_DTDPROHIBITED (-1072894385/ 0xc00cee4f) The XML response, from the WS-Trust endpoint, included a Document Type Definition (DTD). A DTD isn't expected in XML responses, and parsing the response will fail if a DTD is included.
    Note: WS-Trust is required for federated authentication.
  • Fix the configuration in the identity provider to avoid sending a DTD in the XML response.
  • Event 1022 (Azure AD analytics logs) will contain the URL that's being accessed that's returning an XML response with a DTD.
  • AADSTS50155: Device authentication failed
  • Azure AD is unable to authenticate the device to issue a PRT.
  • Confirm that the device hasn't been deleted or disabled in the Azure portal. For more information about this issue, see Azure Active Directory device management FAQ.
  • Follow the instructions for this issue in Azure Active Directory device management FAQ to re-register the device based on the device join type. AADSTS50034: The user account Account does not exist in the tenant id directory Azure AD is unable to find the user account in the tenant.
  • Ensure that the user is typing the correct UPN.
  • Ensure that the on-premises user account is being synced with Azure AD.
  • Event 1144 (Azure AD analytics logs) will contain the UPN provided.
  • AADSTS50126: Error validating credentials due to invalid username or password.
  • The username and password entered by the user in the Windows LoginUI are incorrect.
  • If the tenant has password hash sync enabled, the device is hybrid-joined, and the user just changed the password, it's likely that the new password hasn't synced with Azure AD.
  • To acquire a fresh PRT with the new credentials, wait for the Azure AD password sync to finish. ERROR_WINHTTP_TIMEOUT (12002)
    ERROR_WINHTTP_NAME_NOT_RESOLVED (12007)
    ERROR_WINHTTP_CANNOT_CONNECT (12029)
    ERROR_WINHTTP_CONNECTION_ERROR (12030) Common general network-related issues.
  • Events 1022 (Azure AD analytics logs) and 1084 (Azure AD operational logs) will contain the URL that's being accessed.
  • If the on-premises environment requires an outbound proxy, the IT admin must ensure that the computer account of the device can discover and silently authenticate to the outbound proxy.

    Get more network error codes.
  • Regular logs

  • Go to https://aka.ms/icesdptool to automatically download a .cab file containing the Diagnostic tool.
  • Run the tool and repro your scenario.
  • For Fiddler traces, accept the certificate requests that pop up.
  • The wizard will prompt you for a password to safeguard your trace files. Provide a password.
  • Finally, open the folder where all the collected logs are stored, such as %LOCALAPPDATA%\ElevatedDiagnostics\numbers.
  • Contact Support with contents of the latest .cab file.
  • Network traces

    When you're collecting network traces, it's important to not use Fiddler during repro.

  • Run netsh trace start scenario=internetClient_dbg capture=yes persistent=yes.
  • Lock and unlock the device. For hybrid-joined devices, wait a minute or more to allow the PRT acquisition task to finish.
  • Run netsh trace stop.
  • Share the nettrace.cab file with Support.
  • Known issues

  • If you're connected to a mobile hotspot or an external Wi-Fi network and you go to Settings > Accounts > Access Work or School, hybrid Azure AD-joined devices might show two different accounts, one for Azure AD and one for on-premises AD. This UI issue doesn't affect functionality.
  • Next steps

  • Troubleshoot devices by using the dsregcmd command.
  • Go to the Microsoft Error Lookup Tool.
  •