do you have the answer for this?
Microsoft Entra ID (Azure AD) enterprise application single sign-on failing with Windows Hello for Business authentication
Hi community, we migrated our corporate identity platform to full cloud native with Entra ID and Windows Hello for Business (WHfB) PIN/Biometric sign-on. The issue is that when users log into their laptops using their WHfB PIN, our internal legacy web applications on the local network still prompt them for a standard password, breaking our SSO flow.
Windows for business | Windows 365 Enterprise
2 answers
Sort by: Most helpful
-
Harry Phan 22,230 Reputation points Independent Advisor
2026-06-08T08:50:23.4966667+00:00 Hi Lauram,
Right now your users sign in with Windows Hello for Business, which uses a secure key instead of a password. That works fine for cloud apps tied to Entra ID, but your older internal web apps still expect a traditional password, so they ask for it again. To fix this, you either need to modernize those apps to support Entra ID sign-in, or set up a hybrid mode where your on‑prem servers can recognize the Hello key and issue the same type of ticket those apps expect. Without one of those changes, the password prompts will continue. In short: either upgrade the apps to modern authentication or configure hybrid Hello so the legacy systems can trust the PIN/biometric login.
Harry.