From ec41d344f095b4d8f5d16b9f20a5d2493519cf73 Mon Sep 17 00:00:00 2001 From: Alexander Paetzelt <36155797+alex-nitrokey@users.noreply.github.com> Date: Tue, 19 Nov 2019 12:37:32 +0100 Subject: [PATCH] Add note about known to work hardware tokens (#1640) * Add note about known to work hardware tokens Signed-off-by: alex-nitrokey * Minor clarifications and more specific URLs Signed-off-by: alex-nitrokey * Fix broken URL Signed-off-by: alex-nitrokey --- user_manual/user_2fa.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/user_manual/user_2fa.rst b/user_manual/user_2fa.rst index 57a4a576d..c3cc6f164 100644 --- a/user_manual/user_2fa.rst +++ b/user_manual/user_2fa.rst @@ -73,6 +73,19 @@ If the code was correct you will be redirected to your Nextcloud account. your smartphone’s clock are almost in sync. A time drift of a few seconds won’t be a problem. +Using two-factor authentication with hardware tokens +---------------------------------------------------- +You can use two-factor authentication based on hardware tokens. The following devices are known to work: + +* TOTP based: + + * `Nitrokey Pro `_ + * `Nitrokey Storage `_ + +* FIDO U2F based: + + * `Nitrokey FIDO U2F `_ + Using client applications with two-factor authentication --------------------------------------------------------