Skip to content

Ulysses Neves

Microsoft Entra ID, authentication, and hybrid identity troubleshooting.

Menu
  • Home
  • Microsoft Azure
  • Microsoft AD FS
  • Microsoft 365
  • Contact
  • Troubleshooting Index
Menu

WHfB Cloud Kerberos Trust – Windows Hello for Business provisioning will not be launched.

Posted on May 22, 2023

Hello everyone. For the ones implementing Azure AD Cloud Kerberos Trust and the WHfB popup doesn’t show up, please check this article. Today, I will share a few interesting logs to investigate WHfB Cloud Kerberos Trust enrollment issues. Normally they are related to missing requirements. If you don’t know yet, the prerequisites to implement Cloud Kerberos Trust, check this link: https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/hello-hybrid-cloud-kerberos-trust?tabs=intune#prerequisites

Scenario: Windows Hello for Business Cloud Kerberos Trust Implementation
Device join type: Hybrid Azure Ad Joined

The first data to start the investigation is the output of the command dsregcmd /status under affected user’s context. Find SSO State status as below:

In the Ngc Preqrequisite Check, we find the CloudTGT set to NO.

We find above the OnPremTgt: NO, which means we have no partial TGT provided by the Azure AD Kerberos Server during Azure PRT acquisition.

Looking into the Microsoft-Windows-HelloForBusiness/Operational event viewer logs, filtering by event ID 5205, we find the AAD Cloud Kerberos Trust policy enabled, but no Cloud TGT is found:

Windows Hello for Business On-Premise authentication configurations:

Certificate Enrollment Method: None
Certificate Required for On-Premise Auth: false
Use Cloud Trust for On-Premise Auth: true
Account has Cloud TGT: false

Looking into Microsoft-Windows-User Device Registration/Admin event viewer logs, filtering by event ID 360, we see:

Windows Hello for Business provisioning will not be launched.
Device is AAD joined ( AADJ or DJ++ ): Yes
User has logged on with AAD credentials: Yes
Windows Hello for Business policy is enabled: Yes
Windows Hello for Business post-logon provisioning is enabled: Yes
Local computer meets Windows hello for business hardware requirements: Not Tested
User is not connected to the machine via Remote Desktop: Yes
User certificate for on premise auth policy is enabled: No
Machine is governed by none policy.
Cloud trust for on premise auth policy is enabled: Yes
User account has Cloud TGT: No
See https://go.microsoft.com/fwlink/?linkid=832647 for more details.

Looking into Microsoft-Windows-User Device Registration/Debug logs, and filtering for event ID 503, we confirm that no cloud TGT is present:

NgcPolicy::VerifyAccountHasCloudTgt – hr: 0x00000001. UseCloudTrustForOnPremAuth = Yes, CertificateRequiredForOnPremise = No, AccountHasCloudTgt = No, CloudTgtPresent = FALSE.

As a result, in the event ID 500, we confirm the NGC policy will not be evaluated:

NgcPolicyCheck: NGC policy evaluated to false

Troubleshooting: Based on the logs, the WHfB Cloud Kerberos Trust is enabled and the user is properly able to acquire an Azure PRT, but no Cloud TGT is being received by the client with the PRT.

We use a PS command to check if the Azure AD Kerberos server responsible for issuing the partial TGT to the user and we confirmed that NO kerberos server is available for the user’s domain:

Get-AzureADKerberosServer -Domain $domain -CloudCredential $cloudCred -DomainCredential $domainCred

Following the steps on the document below, we are able to configure the Azure Kerberos Server for the user’s domain:

Set-AzureADKerberosServer -Domain $domain -CloudCredential $cloudCred -DomainCredential $domainCred

Reference: https://learn.microsoft.com/en-us/azure/active-directory/authentication/howto-authentication-passwordless-security-key-on-premises#install-the-azure-ad-kerberos-powershell-module

With the AAD Kerberos Server created, users requesting an Azure PRT will automatically receive a partial TGT as below:

In the SSO state, we find OnPremTgt: YES.

In the Ngc Prerequisite Check, we find the Cloud TGT: YES.

Now, looking into the Microsoft-Windows-HelloForBusiness/Operational logs, filtering by event ID 5205, we confirm the partial TGT delivered:

Windows Hello for Business On-Premise authentication configurations:

Certificate Enrollment Method: None
Certificate Required for On-Premise Auth: false
Use Cloud Trust for On-Premise Auth: true
Account has Cloud TGT: true

Looking into Microsoft-Windows-User Device Registration/Admin logs, filtering by event ID 358, we find detailed checklist for the Windows Hello for Business provisioning status:

Windows Hello for Business provisioning will be launched.
Device is AAD joined ( AADJ or DJ++ ): Yes
User has logged on with AAD credentials: Yes
Windows Hello for Business policy is enabled: Yes
Windows Hello for Business post-logon provisioning is enabled: Yes
Local computer meets Windows hello for business hardware requirements: Yes
User is not connected to the machine via Remote Desktop: Yes
User certificate for on premise auth policy is enabled: No
Machine is governed by none policy.
Cloud trust for on premise auth policy is enabled: Yes
User account has Cloud TGT: Yes
See https://go.microsoft.com/fwlink/?linkid=832647 for more details.

In the Microsoft-Windows-User Device Registration/Debug logs, filtering by event ID 503, we confirm the CloudTgt present:

NgcPolicy::VerifyAccountHasCloudTgt – hr: 0x00000000. UseCloudTrustForOnPremAuth = Yes, CertificateRequiredForOnPremise = No, AccountHasCloudTgt = Yes, CloudTgtPresent = TRUE.

With the partial Tgt in the Azure PRT, the Ngc policy result is TRUE as below:

NgcPolicyCheck: NGC policy evaluated to true

With the requirements in place, the user is prompted to enroll for WHfB using Cloud Kerberos Trust.

Summary

In this article, we covered how to identify and fix the missing requirements that cause missing Windows Hello for Business enrollment prompts.

I hope you have enjoyed reading this article, and that it helps you manage your WHfB Cloud Kerberos Trust deployment.

Enjoyed the article? Like and share. 🙂

Note: I do not represent the organization I work for, all the opinions expressed here, are my own. This post is provided AS IS with no warranties or guarantees and confers no rights.

In case you have any suggestions or feedback, please leave a comment.

[ ]’s
Ulysses Neves

Related guides: Browse the Microsoft Identity Troubleshooting Index or the Windows Hello for Business topic archive.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • Microsoft Defender for Identity domain investigation: six questions to ask first September 10, 2026
  • Microsoft Entra Kerberos key rotation: what changes—and what administrators should check September 6, 2026
  • Microsoft Authenticator Will Block Jailbroken Devices in 2026 — What You Need to Know March 17, 2026
  • Enhancing Azure role activation security with FIDO2/Passkeys September 23, 2024
  • Microsoft Entra ID CAP | Enforcing WHfB using Authentication Strength April 21, 2024

Archives

  • September 2026
  • March 2026
  • September 2024
  • April 2024
  • February 2024
  • December 2023
  • September 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019

Tags

#aaddownleveldevice #adfs #adfscertificate #adfscertificates #adfsmfaadapter #azureauth #azureCA #azuredevice #capolicy #cloudsummit2021 #conditionalaccess #conditionalaccesspolicy #deviceregistration #farmbehavior #gopasswordless #mfaserver #msidentity #namedlocation #securingazure #securingazuread #sslprivatekey #troubleshootingadfs #troubleshootingwaptrust #tshootadfs #waptrust #webapplicationproxy #WHFBcerttrust #whfbdeployment #WHfBhybridsetup #WHfBprovisioning #widdatabase adconnect AD FS authenticationstrength az500 azurepim Azure security cloudsecurity microsoft365 Microsoft Azure Microsoft Entra hybrid join Microsoft Entra ID Microsoft Entra MFA PowerShell WHfB
©2026 Ulysses Neves | Design: Newspaperly WordPress Theme
Ulysses Neves
Gerenciar Consentimento de Cookies
Para fornecer as melhores experiências, usamos tecnologias como cookies para armazenar e/ou acessar informações do dispositivo. O consentimento para essas tecnologias nos permitirá processar dados como comportamento de navegação ou IDs exclusivos neste site. Não consentir ou retirar o consentimento pode afetar negativamente certos recursos e funções.
Funcional Always active
O armazenamento ou acesso técnico é estritamente necessário para a finalidade legítima de permitir a utilização de um serviço específico explicitamente solicitado pelo assinante ou utilizador, ou com a finalidade exclusiva de efetuar a transmissão de uma comunicação através de uma rede de comunicações eletrónicas.
Preferências
O armazenamento ou acesso técnico é necessário para o propósito legítimo de armazenar preferências que não são solicitadas pelo assinante ou usuário.
Estatísticas
O armazenamento ou acesso técnico que é usado exclusivamente para fins estatísticos. O armazenamento técnico ou acesso que é usado exclusivamente para fins estatísticos anônimos. Sem uma intimação, conformidade voluntária por parte de seu provedor de serviços de Internet ou registros adicionais de terceiros, as informações armazenadas ou recuperadas apenas para esse fim geralmente não podem ser usadas para identificá-lo.
Marketing
O armazenamento ou acesso técnico é necessário para criar perfis de usuário para enviar publicidade ou para rastrear o usuário em um site ou em vários sites para fins de marketing semelhantes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
Ver preferências
  • {title}
  • {title}
  • {title}