You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#15: In addition to --skip-all-non-security-key-options skipping other options such as "This Windows device" on the "Sign in with your passkey" dialog, make it also skip local Windows Hello TPM options like Fingerprint and PIN on the "Making sure it's you" dialog, because this is actually a different prompt that appears first if the TPM contains a credential for the relying party, and we need to click "Use another device" to get to the Security key option in the next dialog.
[Key.SMARTPHONE]=getStrings(nameof(LocalizedStrings.smartphone),fidoCredProvMuiPath,15,231),// Smartphone; also appears in webauthn.dll.mui string table 4 entries 50 and 56
38
63
[Key.WINDOWS]=getStrings(nameof(LocalizedStrings.windows),fidoCredProvMuiPath,15,232),// Windows
39
64
[Key.SIGN_IN_WITH_YOUR_PASSKEY]=getStrings(nameof(LocalizedStrings.signInWithYourPasskey),webAuthnMuiPath,4,53),// Sign In With Your Passkey title; entry 63 has the same value
65
+
[Key.USE_ANOTHER_DEVICE]=getStrings(nameof(LocalizedStrings.useAnotherDevice),fidoCredProvMuiPath,15,234),// Use another device
66
+
[Key.MAKING_SURE_ITS_YOU]=getStrings(nameof(LocalizedStrings.makingSureItsYou),ngcCredProvMuiPath,35,554),// Making sure it’s you
0 commit comments