Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): jans TUI configuration -- Fido Administration - TUI #3252

Merged
merged 1 commit into from
Dec 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/admin/config-guide/tui.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down