AADSTS80002 – PTA authentication failures affecting multiple users

ETS Admin 0 Reputation points
2026-08-26T19:22:59.19+00:00

We are experiencing an authentication issue affecting multiple users when signing in to Outlook Mobile on both iOS and Android.

Users can successfully sign in to Outlook Web from their computers, but after changing their Microsoft 365 passwords, they are unable to authenticate through Outlook Mobile. Reinstalling Outlook, resetting passwords, and re-registering MFA did not resolve the issue.

Entra sign-in logs show:

AADSTS80002 – OnPremisePasswordValidatorRequestTimedout

"Password validation request timed out. We were unable to either send the authentication request to the internal Hybrid Identity Service."

The affected sign-in attempts are failing with single-factor authentication, so MFA does not appear to be the cause.

Our environment uses Pass-through Authentication with one Authentication Agent: PMPIL-DC01.pmpil.cloud.

We verified the following:

  • AD domain controller discovery is successful.
  • dcdiag NetLogons test passes.
  • dcdiag DNS test passes.
  • Microsoft Entra Connect synchronization is currently successful.
  • The Entra Connect scheduler is enabled and not suspended.
  • The Authentication Agent Windows service is running.
  • The PTA agent currently shows Active in the Microsoft Entra admin center.

However, the Authentication Agent logs show that the PTA listener went offline/faulted around the same time as an affected user's AADSTS80002 failure. The logs indicate that the connection was forcibly closed by the remote host.

We would like assistance determining whether there is an issue with the Pass-through Authentication Agent, the Hybrid Identity Service connection, network connectivity, or an authentication policy/configuration change in the tenant.

Please also check whether any authentication or Conditional Access policy changes occurred around the time this issue started.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-08-26T19:23:24.09+00:00

    The failure pattern points to Pass-through Authentication request timeout between Microsoft Entra ID and the on-premises Authentication Agent, not MFA.

    Most relevant facts from the symptoms:

    1. AADSTS80002 means the Authentication Agent password validation request timed out.
    2. A single active PTA agent is a single point of failure. If that agent faults or loses its cloud connection during sign-in, the request is dropped and is not handed off to another on-premises agent.
    3. Agent logs showing the PTA listener went offline/faulted and that the connection was forcibly closed by the remote host aligns with a PTA connectivity or agent health problem.

    Recommended troubleshooting path:

    1. In Microsoft Entra admin centerMicrosoft Entra Connect, confirm:
      • Pass-through Authentication is still Enabled.
      • The Authentication Agent status is Active.
    2. On PMPIL-DC01.pmpil.cloud, review PTA logs in these locations:
      • Event Viewer → Application and Service Logs\Microsoft\AzureAdConnect\AuthenticationAgent\Admin
      • Trace logs: %ProgramData%\Microsoft\Azure AD Connect Authentication Agent\Trace\
    3. For the failed sign-ins, correlate the timestamp in Entra sign-in logs with the agent trace entries. For PTA failures, the trace logs record the reason for the failed sign-in. If a numeric reason appears, decode it with:
         Net helpmsg <error number>
      
    4. Validate that Active Directory is reachable from the Authentication Agent during the failure window. For 80002, the documented resolution is to check whether Active Directory is reachable from the Authentication Agent.
    5. Validate outbound connectivity from the Authentication Agent server to the required Microsoft service URLs and ports. Registration and enablement failures caused by blocked ports use the same prerequisite requirement, and a listener going offline or losing connection is consistent with connectivity interruption.
    6. Because only one PTA agent is deployed, add at least one more Authentication Agent for high availability. This reduces sign-in impact if the current agent faults or disconnects.
    7. If users are restricted with the Active Directory Logon To setting, ensure servers hosting PTA agents are included in the allowed server list. PTA agents validate credentials through the Win32 LogonUser API, and missing PTA servers in that list can block sign-in.
    8. If the issue continues after connectivity checks, install and register a new Authentication Agent, then remove the current one only after the replacement is healthy. This is specifically documented for persistent agent-side decryption issues, and it is also the safest recovery path when the only agent appears unstable. Risk: removing the only working agent before a replacement is active can break all PTA sign-ins.
    9. If the problem persists, collect the agent logs and open a Microsoft support case. This is the documented next step for unexpected Authentication Agent errors. Include the error code, correlation ID, and timestamp from affected sign-ins.

    About checking recent authentication or Conditional Access policy changes:

    • The available guidance supports using Entra IDSign-ins to inspect failed sign-ins and their details.
    • The provided material does not include a supported method to determine whether a Conditional Access or authentication policy changed at the time the issue started.
    • Since the failures are occurring at single-factor stage with AADSTS80002, the strongest supported conclusion is PTA agent timeout/connectivity rather than MFA policy enforcement.

    Given the evidence already collected, the highest-priority actions are:

    1. Review PTA trace and event logs on PMPIL-DC01.pmpil.cloud at the exact failure times.
    2. Verify outbound connectivity from that server to required PTA service endpoints over port 443.
    3. Add a second PTA Authentication Agent.
    4. Escalate with collected logs if the listener continues to fault or go offline.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.