From ee8e0564a1eeadaee12ab80078c3802822ab4d1a Mon Sep 17 00:00:00 2001 From: mzico Date: Wed, 7 Dec 2022 00:25:39 +0600 Subject: [PATCH] fix(docs): jans TUI configuration -- Config Guide - Auth Server - Client configuration - TUI (#3233) --- docs/admin/config-guide/tui.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/admin/config-guide/tui.md b/docs/admin/config-guide/tui.md index 568bfa2ecf1..d3995151e01 100644 --- a/docs/admin/config-guide/tui.md +++ b/docs/admin/config-guide/tui.md @@ -36,6 +36,12 @@ This is what it looks like when run `config-cli-tui.pyz`, this is the main panel ### Auth Server +With "Auth Server" option, administrator can operate openid client configuration in their Janssen server. + + - In below screenshot, we are getting the list of existing clients. ![image](../../assets/Jans_TUI_Auth_Server_Get_client_list.png) + - It's possible to get details of any client as well. Just hit enter on any client and you will see information like this. ![image](../../assets/Jans_TUI_Auth_Server_Client_detail.png) + - With the button which is located on right upper side named "Add Client", it's possible to create new client. ![image](../assets/Jans_TUI_Auth_Server_Add_new_client.png) + ### FIDO ### SCIM