Skip to content

Commit e08042f

Browse files
committed
docs(sso): keep Flashduty branding in service provider section names
1 parent d9e96ee commit e08042f

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

en/on-call/integration/sso/keycloak.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article does not cover deployment or explanation of Keycloak. For more info
1818

1919
Login to Flashduty console and obtain the ACS URL (needed in subsequent steps).
2020

21-
Path: **Access Control => Single Sign-On => SAML2.0 Protocol => Flashcat Service Provider Info => Assertion Consumer Service URL**
21+
Path: **Access Control => Single Sign-On => SAML2.0 Protocol => Flashduty Service Provider Info => Assertion Consumer Service URL**
2222

2323
![Get ACS URL](https://api.apifox.com/api/v1/projects/4169655/resources/437194/image-preview)
2424

@@ -105,7 +105,7 @@ Create user (must bind an email address):
105105

106106
Login to Flashduty console and obtain the Redirect URL (needed in subsequent steps).
107107

108-
Path: **Access Control => Single Sign-On => OIDC Protocol => Flashcat Service Provider Info => Redirect URL**
108+
Path: **Access Control => Single Sign-On => OIDC Protocol => Flashduty Service Provider Info => Redirect URL**
109109

110110
![Get Redirect URL](https://api.apifox.com/api/v1/projects/4169655/resources/437183/image-preview)
111111

en/platform/configure-sso.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The egress IPs above apply only to Flashduty's **SaaS (public cloud) service**.
4141
| Stable User ID Field (`user_id`) | Optional. The unique user identifier attribute returned by the identity provider, used to recognize the same member; email or phone changes do not affect recognition. If left empty, members are matched by the email/phone fields below. Recommended value: `employee_id`; enter `name_id` to use the NameID (Subject) of the SAML assertion. See [Member Association](#member-association) below |
4242
| Create Account on Sign In | Enabled by default; when disabled, members must be invited before they can sign in |
4343
| SSO-only login (`force_sso`) | Enabled by default. When on, every member of this account can sign in only via SSO; password and verification-code sign-in are rejected. See [SSO-only login](#sso-only-login) below |
44-
| Flashcat Service Provider Info | **Service Provider Metadata** and **Assertion Consumer Service URL** (assertion address for identity provider to call for single sign-on) |
44+
| Flashduty Service Provider Info | **Service Provider Metadata** and **Assertion Consumer Service URL** (assertion address for identity provider to call for single sign-on) |
4545

4646
## Configuring OIDC Protocol
4747

@@ -60,7 +60,7 @@ The egress IPs above apply only to Flashduty's **SaaS (public cloud) service**.
6060
| Create Account on Sign In | Enabled by default; when disabled, members must be invited before they can sign in |
6161
| SSO-only login (`force_sso`) | Enabled by default. When on, every member of this account can sign in only via SSO; password and verification-code sign-in are rejected. See [SSO-only login](#sso-only-login) below |
6262
| Scopes | Specifies the information and functionality permissions the request can access, with support for customization. Defaults to `openid`, `profile`, `email`, `phone`; you can add custom scopes as tags |
63-
| Flashcat Service Provider Info | **Redirect URL**: Identity provider callback address<br />**Supported Signing Algorithms**: RS256, RS384, RS512, ES256, ES384, ES512, PS256, PS384, PS512 (HS256 not supported) |
63+
| Flashduty Service Provider Info | **Redirect URL**: Identity provider callback address<br />**Supported Signing Algorithms**: RS256, RS384, RS512, ES256, ES384, ES512, PS256, PS384, PS512 (HS256 not supported) |
6464

6565
<Warning>
6666
Scopes is a required field. The default values `openid`, `profile`, `email`, `phone` are the base permissions needed for OIDC to function properly. Removing these defaults may cause single sign-on to fail or prevent correct retrieval of user information. If you need to add custom scopes, add them while keeping the defaults intact.
@@ -82,7 +82,7 @@ Scopes is a required field. The default values `openid`, `profile`, `email`, `ph
8282
| Stable User ID Field (`user_id`) | Optional. The unique user identifier used to recognize the same member; email or phone changes do not affect recognition. If left empty, members are matched by the email/phone fields below. Recommended value: `principal` (the CAS authenticated username); you can also map it to a returned attribute. See [Member Association](#member-association) below |
8383
| Create Account on Sign In | Enabled by default; when disabled, members must be invited before they can sign in |
8484
| SSO-only login (`force_sso`) | Enabled by default. When on, every member of this account can sign in only via SSO; password and verification-code sign-in are rejected. See [SSO-only login](#sso-only-login) below |
85-
| Flashcat Service Provider Info | **Redirect URL**: Identity provider callback address |
85+
| Flashduty Service Provider Info | **Redirect URL**: Identity provider callback address |
8686

8787
## Configuring LDAP Protocol
8888

zh/on-call/integration/sso/keycloak.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Keycloak 是一个开源的身份和访问管理解决方案,提供了一套
1919

2020
登录 Flashduty 控制台,获取 ACS 地址(后续步骤会用到)。
2121

22-
路径:**访问控制 => 单点登录 => SAML2.0 协议 => Flashcat 服务提供商信息 => Assertion Consumer Service URL**
22+
路径:**访问控制 => 单点登录 => SAML2.0 协议 => Flashduty 服务提供商信息 => Assertion Consumer Service URL**
2323

2424
![获取ACS地址](https://api.apifox.com/api/v1/projects/4169655/resources/437194/image-preview)
2525

@@ -106,7 +106,7 @@ Keycloak 是一个开源的身份和访问管理解决方案,提供了一套
106106

107107
登录 Flashduty 控制台,获取 Redirect URL(后续步骤会用到)。
108108

109-
路径:**访问控制 => 单点登录 => OIDC 协议 => Flashcat 服务提供商信息 => Redirect URL**
109+
路径:**访问控制 => 单点登录 => OIDC 协议 => Flashduty 服务提供商信息 => Redirect URL**
110110

111111
![获取Redirect URL](https://api.apifox.com/api/v1/projects/4169655/resources/437183/image-preview)
112112

zh/platform/configure-sso.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Flashduty 支持 SAML2.0、OIDC、CAS 和 LDAP(仅私有化版本)协议的
4242
| 稳定用户 ID 字段(`user_id`| 可选。身份提供商返回的用户唯一标识属性,用于识别同一成员,邮箱或手机号变更不影响识别;留空时按下方邮箱/手机号字段匹配成员。建议值为 `employee_id`;填写 `name_id` 时取 SAML 断言中的 NameID(Subject)。详见下文 [成员关联方式](#成员关联方式) |
4343
| 登录即创建账号 | 默认开启,关闭后需要先邀请成员才可登录 |
4444
| 成员仅支持 SSO 登录(`force_sso`| 默认开启。开启后,账户内所有成员仅能通过 SSO 登录,密码与验证码登录将被拒绝。详见下文 [强制 SSO 登录](#强制-sso-登录) |
45-
| Flashcat 服务提供商信息 | **Service Provider Metadata****Assertion Consumer Service URL**(断言地址,用于身份提供商调用进行单点登录) |
45+
| Flashduty 服务提供商信息 | **Service Provider Metadata****Assertion Consumer Service URL**(断言地址,用于身份提供商调用进行单点登录) |
4646

4747
## 配置 OIDC 协议
4848

@@ -61,7 +61,7 @@ Flashduty 支持 SAML2.0、OIDC、CAS 和 LDAP(仅私有化版本)协议的
6161
| 登录即创建账号 | 默认开启,关闭后需要先邀请成员才可登录 |
6262
| 成员仅支持 SSO 登录(`force_sso`| 默认开启。开启后,账户内所有成员仅能通过 SSO 登录,密码与验证码登录将被拒绝。详见下文 [强制 SSO 登录](#强制-sso-登录) |
6363
| Scopes | 指定请求可访问的信息和功能权限,支持自定义。默认值为 `openid``profile``email``phone`,支持以标签形式添加自定义 Scope |
64-
| Flashcat 服务提供商信息 | **Redirect URL**:身份提供商回调地址<br />**支持签名算法**:RS256, RS384, RS512, ES256, ES384, ES512, PS256, PS384, PS512(不支持 HS256) |
64+
| Flashduty 服务提供商信息 | **Redirect URL**:身份提供商回调地址<br />**支持签名算法**:RS256, RS384, RS512, ES256, ES384, ES512, PS256, PS384, PS512(不支持 HS256) |
6565

6666
<Warning>
6767
Scopes 为必填字段。默认值 `openid``profile``email``phone` 是 OIDC 协议正常工作所需的基础权限。删除这些默认值可能导致单点登录失败或无法正确获取用户信息。如需添加自定义 Scope,建议在保留默认值的基础上追加。
@@ -83,7 +83,7 @@ Scopes 为必填字段。默认值 `openid`、`profile`、`email`、`phone` 是
8383
| 稳定用户 ID 字段(`user_id`| 可选。用于识别同一成员的用户唯一标识,邮箱或手机号变更不影响识别;留空时按下方邮箱/手机号字段匹配成员。建议值为 `principal`(即 CAS 认证用户名),也可配置为 CAS 返回的某个属性。详见下文 [成员关联方式](#成员关联方式) |
8484
| 登录即创建账号 | 默认开启,关闭后需要先邀请成员才可登录 |
8585
| 成员仅支持 SSO 登录(`force_sso`| 默认开启。开启后,账户内所有成员仅能通过 SSO 登录,密码与验证码登录将被拒绝。详见下文 [强制 SSO 登录](#强制-sso-登录) |
86-
| Flashcat 服务提供商信息 | **Redirect URL**:身份提供商回调地址 |
86+
| Flashduty 服务提供商信息 | **Redirect URL**:身份提供商回调地址 |
8787

8888
## 配置 LDAP 协议
8989

0 commit comments

Comments
 (0)