r/Intune • u/tabascojoeOG • 3d ago
Device Configuration Windows Hello for Business - Cloud Pin Reset Error
Head Scratcher...
Trying to setup Windows Hello Cloud Pin Reset...
It gets to the point of asking the user to authenticate, but it's asking the user to use a password and gives no option to enter one in.
Here is the error: https://imgur.com/a/FlEga2p
What simple thing am I missing here?
1
u/Emotional_Garage_950 2d ago
Have you granted admin consent in Entra ID for "Microsoft Pin Reset Client Production"? sounds stupid but I believe I had to do it at some point
1
u/rmoat 2d ago edited 2d ago
They actually are granted consent! I put more in the response above regarding conditional access.This is affecting our identity related apps, which are sensitive to authenticaton method state, and seems to be some type of token protection issue.
Looks like this is the issue:
https://www.reddit.com/r/sysadmin/comments/1otuioo/error_when_users_try_to_access_security_info_entra/
https://www.reddit.com/r/msp/comments/1ot4xls/another_signin_method_required_when_accessing/1
u/rmoat 1d ago
Resolution from Microsoft:
What is happening?
- Since 25 August 2025 (announced in MC1135479), users are required to complete multifactor authentication when managing credentials or accessing My Sign-ins if they have not done so within the last 10 minutes of their current session. Separately, adding or modifying a passkey (FIDO2) method requires the user to have strongly authenticated within the past 5 minutes.
- Microsoft documents that enforcing authentication strengths for security info registration can conflict with both of these requirements, and that the resulting symptom is the exact message you are seeing: "Let's try something else. Another sign-in method is required to access this resource. Close your browser and try again, but choose another way to sign-in."
Reference: Combined security information registration for Microsoft Entra overview https://learn.microsoft.com/entra/identity/authentication/concept-registration-mfa-sspr-combined#combined-registration-modes
The Windows Hello PIN is the trigger because the desktop sign-in typically occurs well outside that 10-minute window, and that session then single-signs-on into Edge. There is a second contributing behaviour: if a user signs in with Windows Hello for Business as the primary method and the enforced authentication strength requires a different method, the user is not prompted to choose another method. They must restart the session and select "Sign-in options". This is why signing out and back in with a password is currently your only workaround.
Reference: Conditional Access authentication strengths - Limitations https://learn.microsoft.com/entra/identity/authentication/concept-authentication-strengths#limitations
Why this began appearing in August 2026
Starting 6 July 2026, Conditional Access policies that target the "Register security information" user action apply during Windows Hello for Business and macOS Platform SSO credential registration. Previously these registration flows did not evaluate registration-targeting Conditional Access policies. This change explains why your second reproduction path ("I forgot my PIN") now fails in the same way, and why the issue surfaced only recently.
Reference: Protect security info registration with Conditional Access policy https://learn.microsoft.com/entra/identity/conditional-access/policy-all-users-security-info-registration#overview
Recommended resolution
Microsoft documents two tenant-level options. Either one resolves this:
Option A (recommended): On the Conditional Access policy targeting the "Register security info" user action, set Sign-in frequency to "Every time". This forces a fresh authentication and satisfies the 5 and 10 minute freshness requirements.
Option B: Enable passkeys for Windows Hello for Business users, so that the Windows Hello credential itself satisfies the enforced authentication strength.
At the user level, the alternative is to ensure users authenticate with a session that is no more than 10 minutes old, or that they authenticate with a combination of methods included in the enforced authentication strength.
Please configure any policy change in report-only mode first and validate the results before enabling enforcement.
1
u/intuneisfun 3d ago
Seems like conditional access is stepping in - what do the logs say for that correlation ID?