Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama committed Jul 6, 2022
1 parent 28a2938 commit 6fd8e1d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/pages/access-controls/guides/passwordless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ usernameless authentication for Teleport.

## Prerequisites

* A Teleport cluster with WebAuthn configured.
- A Teleport cluster with WebAuthn configured.
See the [Second Factor: WebAuthn](./webauthn.mdx) guide.
* A hardware device with support for WebAuthn and resident keys.
- A hardware device with support for WebAuthn and resident keys.
As an alternative, you can use a Mac with biometrics / Touch ID.
* A web browser with WebAuthn support. To see if your browser supports
- A web browser with WebAuthn support. To see if your browser supports
WebAuthn, check the [WebAuthn Compatibility](
https://developers.yubico.com/WebAuthn/WebAuthn_Browser_Support/) page.
* A signed and notarized `tsh` for Touch ID.
[Download the macOS tsh installer](../../installation/#macos).
- A signed and notarized `tsh` for Touch ID.
[Download the macOS tsh installer](../../installation.mdx/#macos).

A Teleport cluster capable of WebAuthn is automatically capable of passwordless.

Expand Down Expand Up @@ -174,7 +174,7 @@ $ tctl create -f cap.yaml

If you don't see the "Allow passwordless logins" prompt during `tsh mfa add`,
you may be using an older version of `tsh`. Download the latest `tsh` from our
[installation page](../../installation).
[installation page](../../installation.mdx).

### Hardware device not usable

Expand All @@ -184,11 +184,11 @@ of passwordless logins.

Below is a non-comprehensive list of requirements:

* Device must support WebAuthn (sometimes also called FIDO2 or CTAP2).
* Device must be capable of user verification (biometrics or PIN).
* Device must have a PIN set.
* Device must have fingerprints enrolled (if biometric). This typically means
both a PIN _and_ fingerprints.
- Device must support WebAuthn (sometimes also called FIDO2 or CTAP2).
- Device must be capable of user verification (biometrics or PIN).
- Device must have a PIN set.
- Device must have fingerprints enrolled (if biometric). This typically means
both a PIN *and* fingerprints.

`tsh` relies in an embedded libfido2 to access hardware devices. If you are
running on Linux, you may be missing the necessary udev rules to access your
Expand All @@ -200,7 +200,7 @@ necessary udev rules.

If you are having trouble with Touch ID, make sure that you are using the latest
standalone version of `tsh`. [Download the macOS tsh installer](
../../installation/#macos).
../../installation.mdx/#macos).

Touch ID support requires Macs with the Touch Bar and Secure Enclave. It also
requires macOS >= 10.13 (macOS High Sierra).
Expand Down

0 comments on commit 6fd8e1d

Please sign in to comment.