From c2b4d14af5c0cba73550195a10c519775ac4173f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Sat, 28 Jan 2023 23:45:51 +0200 Subject: [PATCH] website/docs: Add note for firefox about FIDO and TouchID (#4552) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(passwordless): Make sure to include a warning Signed-off-by: Skyler Mäntysaari * add notice for firefox touchID Signed-off-by: Jens Langhammer --------- Signed-off-by: Skyler Mäntysaari Signed-off-by: Jens Langhammer Co-authored-by: Jens Langhammer --- website/docs/flow/stages/authenticator_validate/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/flow/stages/authenticator_validate/index.md b/website/docs/flow/stages/authenticator_validate/index.md index 9fa3a45c8..b72afa47a 100644 --- a/website/docs/flow/stages/authenticator_validate/index.md +++ b/website/docs/flow/stages/authenticator_validate/index.md @@ -34,6 +34,9 @@ You can configure this stage to only ask for MFA validation if the user hasn't a :::info Requires authentik 2021.12.4 ::: +:::danger +Firefox has some known issues regarding FIDO (see https://bugzilla.mozilla.org/show_bug.cgi?id=1530370) and TouchID (see https://bugzilla.mozilla.org/show_bug.cgi?id=1536482) +::: Passwordless authentication currently only supports WebAuthn devices, like security keys and biometrics. For an alternate passwordless setup, see [Password stage](../password/index.md#passwordless-login), which supports other types.