Posted On April 23, 2025
Microsoft is constantly working on improving security on the Windows Server Operating Systems. However sometimes unintentianally it breakes a feature. One of them is the following update: Protections for CVE-2025-26647 (Kerberos Authentication). This Windows security updates released in April contains protections for a vulnerability with Kerberos authentication. This issue occurs when a certificate authority is part of the Windows root store but not the NTAuth store and a Subject Key Identifier (SKI) is present in a privileged account. However, Intune uses self signed certificates which are not trusted by the Windows subsystem, resulting in clients failing to authenticate to On-Premises file servers using Windows Hello for Business.

Impacted operating systems:
- Windows Server 2008Â
- Windows Server 2008 R2Â
- Windows Server 2012Â
- Windows Server 2012 R2Â
- Windows Server 2016Â
- Windows 10 Pro Education, version 1607Â
- Windows Server 2019Â
- Windows Server, version 23H2Â
- Windows Server 2025
How to verify if you are impacted?
From the event viewer on your domaincontrollers from the system log you can filter on Event ID 45. This will show you warnings and errors similar to the image below:

Workaround
Lucky there is a workaround for this issue. You can do the 2 following things untill Microsoft comes up with a permenant fix for this:
- Instruct the user to (temporarily) log in with their username and password on his/her device
- Add registry key on the domain controllers that will disable this security feature.
Registry key fix
The following registry key needs to be placed on all domain controllers to bypass the security implementation.
Registry Subkey | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Kdc | |
Value | AllowNtAuthPolicyBypass | |
Data Type | REG_DWORD | |
Value data | 0 | Disables the change entirely. |
More information from Microsoft:
KB5014754: Certificate-based authentication changes on Windows domain controllers – Microsoft Support
Protections for CVE-2025-26647 (Kerberos Authentication) – Microsoft Support