From a371cda85da66a956ca2d0a15200a6c6d2c29ca0 Mon Sep 17 00:00:00 2001 From: mzico Date: Wed, 7 Dec 2022 22:03:50 +0600 Subject: [PATCH] fix(docs): jans TUI configuration -- Fido Administration - TUI (#3252) --- docs/admin/config-guide/tui.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/admin/config-guide/tui.md b/docs/admin/config-guide/tui.md index 233199d69ae..78e92fc1ffa 100644 --- a/docs/admin/config-guide/tui.md +++ b/docs/admin/config-guide/tui.md @@ -44,6 +44,15 @@ With "Auth Server" option, administrator can operate openid client configuration ### FIDO +Janssen includes a FIDO2 component to implement a two-step, two-factor authentication (2FA) with a username/password as the first step, and any FIDO2 device as the second step. During Janssen installation, the administrator will have an option to install the FIDO2 component. + +Using Janssen CLI-TUI, you can view/update details of the FIDO2 configuration. + +There are two configurations included here: + + - Dynamic Configuration ![image](../../assets/Jans_TUI_Fido_Dynamic_Configuration.png) + - Static Configuration ![image](../../assets/Jans_TUI_Fido_Static_Configuration.png) + ### SCIM ### Scripts