Skip to content

Commit

Permalink
cloud: replace “Basic SSO” with “Standard SSO” (#19532)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Nov 30, 2024
1 parent 0704aba commit a9d8920
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion TOC-tidb-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
- Security
- Identity Access Control
- [Password Authentication](/tidb-cloud/tidb-cloud-password-authentication.md)
- [Basic SSO Authentication](/tidb-cloud/tidb-cloud-sso-authentication.md)
- [Standard SSO Authentication](/tidb-cloud/tidb-cloud-sso-authentication.md)
- [Organization SSO Authentication](/tidb-cloud/tidb-cloud-org-sso-authentication.md)
- [Identity Access Management](/tidb-cloud/manage-user-access.md)
- [OAuth 2.0](/tidb-cloud/oauth2.md)
Expand Down
6 changes: 3 additions & 3 deletions tidb-cloud/tidb-cloud-org-sso-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Single Sign-On (SSO) is an authentication scheme that enables members in your Ti

TiDB Cloud supports the following two types of SSO authentication:

- [Basic SSO](/tidb-cloud/tidb-cloud-sso-authentication.md): members can log in to the [TiDB Cloud console](https://tidbcloud.com/) using their GitHub, Google, or Microsoft authentication methods. The basic SSO is enabled by default for all organizations in TiDB Cloud.
- [Standard SSO](/tidb-cloud/tidb-cloud-sso-authentication.md): members can log in to the [TiDB Cloud console](https://tidbcloud.com/) using their GitHub, Google, or Microsoft authentication methods. The standard SSO is enabled by default for all organizations in TiDB Cloud.

- Cloud Organization SSO: members can log in to a custom login page of TiDB Cloud using the authentication methods specified by your organization. The Cloud Organization SSO is disabled by default.

Compared with basic SSO, Cloud Organization SSO provides more flexibility and customization so you can better meet your organization's security and compliance requirements. For example, you can specify which authentication methods are displayed on the login page, limit which email address domains are allowed for login, and let your members log in to TiDB Cloud with your identity provider (IdP) that uses the [OpenID Connect (OIDC)](https://openid.net/connect/) or [Security Assertion Markup Language (SAML)](https://en.wikipedia.org/wiki/Security_Assertion_Markup_Language) identity protocol.
Compared with standard SSO, Cloud Organization SSO provides more flexibility and customization so you can better meet your organization's security and compliance requirements. For example, you can specify which authentication methods are displayed on the login page, limit which email address domains are allowed for login, and let your members log in to TiDB Cloud with your identity provider (IdP) that uses the [OpenID Connect (OIDC)](https://openid.net/connect/) or [Security Assertion Markup Language (SAML)](https://en.wikipedia.org/wiki/Security_Assertion_Markup_Language) identity protocol.

In this document, you will learn how to migrate the authentication scheme of your organization from basic SSO to Cloud Organization SSO.
In this document, you will learn how to migrate the authentication scheme of your organization from standard SSO to Cloud Organization SSO.

> **Note:**
>
Expand Down
4 changes: 2 additions & 2 deletions tidb-cloud/tidb-cloud-sso-authentication.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Basic SSO Authentication
title: Standard SSO Authentication
summary: Learn how to log in to the TiDB Cloud console via your Google, GitHub, or Microsoft account.
---

# Basic SSO Authentication
# Standard SSO Authentication

This document describes how to log in to the [TiDB Cloud console](https://tidbcloud.com/) via basic Single Sign-on (SSO) authentication, which is quick and convenient.

Expand Down

0 comments on commit a9d8920

Please sign in to comment.