Hi Tristan,
Recreate AzureADKerberos Object: If the AzureADKerberos object has permission issues, remove and recreate it using Powershell:
Remove-AzureADKerberosServer -Domain $domain
Set-AzureADKerberosServer -Domain $domain -UserPrincipalName $adminUPN
Policy Configuration Fix: Ensure only one Windows Hello for Business policy applies to the device. In Intune, configure the policy with "Use Cloud Trust = Enabled" and "Use certificate for on-premises authentication = Disabled".
Network Connectivity Resolution: Implement Always-On VPN or ensure reliable domain controller connectivity during authentication attempts. The device must maintain network access to both Azure AD and on-premises domain controllers.
Certificate Validation Issues: For Windows Server 2019 domain controllers, ensure the domain functional level supports the authentication method. Some authentication failures occur due to certificate validation issues in mixed-mode environments.
User Object Synchronization: Verify that user objects have proper on-premises SAM account name and domain name synchronized through Azure AD Connect. Missing or incorrect synchronization can cause authentication failures.
Service Account Permissions: Grant the AzureADKerberos computer object "Log on as a service" rights and ensure it has proper delegation permissions in Active Directory. The object requires specific permissions to act as a Kerberos authentication proxy.
Monitoring and Alerts: Implement monitoring for Event ID 4625 (logon failures) with status 0xc000006d to detect authentication issues early. Regular monitoring helps identify connectivity or configuration problems before they affect users.
=================================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.