From 5d61ed5cacef9c6df7051f296ec2b9cd46a40871 Mon Sep 17 00:00:00 2001 From: Fabi <38692350+hifabienne@users.noreply.github.com> Date: Mon, 19 Dec 2022 10:59:45 +0100 Subject: [PATCH] docs: add multifactor and secondfactor shortcuts (#4891) --- docs/docs/guides/manage/console/instance-settings.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/guides/manage/console/instance-settings.mdx b/docs/docs/guides/manage/console/instance-settings.mdx index 8162a670cc..0bd34132f0 100644 --- a/docs/docs/guides/manage/console/instance-settings.mdx +++ b/docs/docs/guides/manage/console/instance-settings.mdx @@ -97,14 +97,14 @@ The Login Policy defines how the login process should look like and which authen Passwordless authentication means that the user doesn't need to enter a password to login. In our case the user has to enter his loginname and as the next step proof the identity through a registered device or token. There are two different types one is depending on the device (e.g. Fingerprint, Face recognition, WindowsHello) and the other is independent (eg. Yubikey, Solokey). -### Multifactor +### Multifactor (MFA) In the multifactors section you can configure what kind of multifactors should be allowed. For passwordless to work, it's required to enable U2F (Universial Second Factor) with PIN. There is no other option at the moment. Multifactors: - U2F (Universal Second Factor) with PIN, e.g FaceID, WindowsHello, Fingerprint, Hardwaretokens like Yubikey -Secondfactors: +Secondfactors (2FA): - OTP (One Time Password), Authenticator Apps like Google/Microsoft Authenticator, Authy, etc. - U2F (Universal Second Factor), e.g FaceID, WindowsHello, Fingerprint, Hardwaretokens like Yubikey