From 2a4c91bf2f5c91938c5fe3c4d56f4094a514a9f9 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Mon, 9 Sep 2024 10:42:20 +0800 Subject: [PATCH] dashboard: add SSO for dashboard access (#18831) --- dashboard/dashboard-access.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dashboard/dashboard-access.md b/dashboard/dashboard-access.md index 5a84e4fd76ce8..7169be86f219e 100644 --- a/dashboard/dashboard-access.md +++ b/dashboard/dashboard-access.md @@ -34,13 +34,12 @@ You can use TiDB Dashboard in the following common desktop browsers of a relativ ## Sign in -After accessing TiDB Dashboard, you will be directed to the user login interface, as shown in the image below. +After accessing TiDB Dashboard, you will be directed to the user login interface. - You can sign in to TiDB Dashboard using the TiDB `root` account. +- You can also sign in to TiDB Dashboard via Single Sign-On (SSO). For more information, see [Configure SSO for TiDB Dashboard](/dashboard/dashboard-session-sso.md). - If you have created a [User-defined SQL User](/dashboard/dashboard-user.md), you can sign in using this account and the corresponding password. -![Login interface](/media/dashboard/dashboard-access-login.png) - If one of the following situations exists, the login might fail: - TiDB `root` user does not exist.