The failure is caused by multifactor authentication being required for the Azure Windows VM Sign-In flow for that specific user. On Microsoft Entra joined Azure Virtual Desktop session hosts, that sign-in path is non-interactive in this scenario, so an MFA challenge cannot be completed and Windows sign-in fails with "The sign-in method you're trying to use isn't allowed."
The supported fix is:
- Keep legacy per-user MFA disabled for the affected user. That is required for Microsoft Entra joined session host VMs.
- Review Conditional Access policies affecting that user.
- In the Microsoft Entra admin center, go to Identity > Monitoring & health > Sign-in logs.
- Filter for the affected user and check failures for:
- Azure Virtual Desktop
- Windows Cloud Login
- Open the failed sign-in and use the Conditional Access tab to identify which policy is enforcing MFA or otherwise blocking the request.
- If MFA is being enforced for VM sign-in, exclude the Azure Windows VM Sign-In app from that Conditional Access policy if strong authentication at that app is not required.
- If the policy is intended to enforce MFA for Azure Virtual Desktop access, use Conditional Access for Azure Virtual Desktop as documented, rather than per-user MFA on the VM sign-in path.
Important points for this exact scenario:
- The fact that one user works and one user fails, with identical AVD RBAC and host pool settings, points to a user-targeted Conditional Access or MFA difference, not an AVD host pool or RDP property problem.
- The
targetisaadjoined:i:1property is required for web, Android, macOS, and iOS clients, and also for clients/devices that do not meet the default Microsoft Entra join conditions. It only enables access to the Microsoft Entra joined VM using username/password in the legacy flow; it does not bypass MFA requirements. - The documented guidance for Microsoft Entra joined session host VMs is to disable legacy per-user MFA. If sign-in must not be restricted to strong methods such as Windows Hello for Business, the Azure Windows VM Sign-In app must be excluded from the Conditional Access policy.
Given the dsregcmd /status evidence showing AADSTS50076 for the affected user, the next action is to identify the exact Conditional Access policy in the sign-in logs and remove MFA enforcement from the Azure Windows VM Sign-In path for that user population.
References: