Skip to content

Commit

Permalink
Document passkey "upgrade" behavior (#45254)
Browse files Browse the repository at this point in the history
* Document passkey "upgrade" behavior

* Grammar/capitalization

Co-authored-by: Paul Gottschling <[email protected]>

---------

Co-authored-by: Paul Gottschling <[email protected]>
  • Loading branch information
codingllama and ptgott authored Aug 13, 2024
1 parent db827bf commit 7086f7a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/pages/admin-guides/access-controls/guides/passwordless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -333,3 +333,14 @@ $ tctl create -f cap.yaml

</Tabs>

### Why did my multi-factor authentication (MFA) device become a passkey?

If your MFA authenticator suddenly started being listed as a passkey, that is
because it was always a passkey. Certain devices or applications (like Chrome or
Safari Touch ID keys) are always created as passkeys, despite instructions from
Teleport.

If an authenticator replies with the [credProps extension](
https://w3c.github.io/webauthn/#sctn-authenticator-credential-properties-extension)
during registration, or is used for a successful passwordless login, Teleport
will automatically mark it as a passkey if that wasn't the case before.

0 comments on commit 7086f7a

Please sign in to comment.