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

dashboard: add SSO for dashboard access (#18568) #18571

Merged
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
3 changes: 1 addition & 2 deletions dashboard/dashboard-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ TiDB Dashboard 可在常见的、更新及时的桌面浏览器中使用,具
访问 TiDB Dashboard 将会显示用户登录界面。

- 可使用 TiDB 的 root 用户登录。
- 也可以使用单点登录 (Single Sign-On, SSO)。详情参见[配置 TiDB Dashboard 使用 SSO 登录](/dashboard/dashboard-session-sso.md)。
- 如果创建了[自定义 SQL 用户](/dashboard/dashboard-user.md),也可以使用自定义的 SQL 用户和密码登录。

![登录界面](/media/dashboard/dashboard-access-login.png)

如果存在以下情况,则可能会登录失败:

- TiDB root 用户不存在
Expand Down