|
Hi, Scenario 1:
The second path looks faster and easier. It might not be as simple as it looks based on how the passkey can be accessed but the complexity would still be higher in path 1 with MFA using the passkey than in path 2. In both cases, you would need to unlock access to the passkey but in path 1 you would also need to input your credentials. So if users decided to create a passkey, they would very likely always follow path 2. Based on that premise, the question that came to mind is : in which situations would the user take the first path ? This leads me to think that the passkey will probably never be used as a second factor in the first path and could as well be removed. Scenario 2: Not-really scenario 3: Looking forward to read feedbacks on these topics. |
Replies: 3 comments 1 reply
|
Proposed in PR #151. The modes are now explicit: Sign in with Passkey remains a direct passwordless, phishing-resistant login; enrolling a Passkey alone does not silently change the password path. After enrolling and testing a Passkey, Security now offers Require Passkey MFA for password sign-in. That action requires recent Step-up, enables account MFA atomically, and issues a one-time Recovery Code set, so password or directory login can no longer remain a single-factor fallback. An administrator-wide mandatory-MFA policy is intentionally not included yet: it needs enrollment grace periods, recovery/break-glass rules, and defined handling for service and directory-managed accounts to avoid mass lockout. Those boundaries are documented in the same PR. |
|
Hi @bifrost0x , I also think the UI needs a bit of refining to make things easier for the user. Here is my take on the design: This only shows the dedicated "Passkeys and MFA" section of the Security menu. The other sections are not shown here. What do you think ? |
|
Implemented and merged in PR #155. It:
Thanks for the detailed feedback and design proposal. |

Implemented and merged in PR #155. It:
Thanks for the detailed feedback and design proposal.