forked from baron/baron-sso
scope 설명문구 수정
This commit is contained in:
@@ -645,25 +645,37 @@ function ClientGeneralPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "openid",
|
||||
description: t("msg.dev.clients.scopes.openid", "OIDC 인증 필수 스코프"),
|
||||
description: t(
|
||||
"msg.dev.clients.scopes.openid",
|
||||
"OIDC 로그인에 필요한 기본 scope",
|
||||
),
|
||||
mandatory: true,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "tenants",
|
||||
description: t("msg.dev.clients.scopes.tenants", "소속 테넌트 정보 접근"),
|
||||
description: t(
|
||||
"msg.dev.clients.scopes.tenants",
|
||||
"tenant_id, joined_tenants, tenants 상세 및 root/부모 테넌트 접근",
|
||||
),
|
||||
mandatory: false,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "profile",
|
||||
description: t("msg.dev.clients.scopes.profile", "기본 프로필 정보 접근"),
|
||||
description: t(
|
||||
"msg.dev.clients.scopes.profile",
|
||||
"사용자 기본 정보(name, email, phones, secondary_emails, employee_id, status) 접근",
|
||||
),
|
||||
mandatory: false,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "email",
|
||||
description: t("msg.dev.clients.scopes.email", "이메일 주소 접근"),
|
||||
description: t(
|
||||
"msg.dev.clients.scopes.email",
|
||||
"top-level email과 profile.email",
|
||||
),
|
||||
mandatory: false,
|
||||
},
|
||||
]);
|
||||
@@ -748,7 +760,7 @@ function ClientGeneralPage() {
|
||||
name: "openid",
|
||||
description: t(
|
||||
"msg.dev.clients.scopes.openid",
|
||||
"OIDC 인증 필수 스코프",
|
||||
"OIDC 로그인에 필요한 기본 scope",
|
||||
),
|
||||
source: "standard",
|
||||
},
|
||||
@@ -757,14 +769,17 @@ function ClientGeneralPage() {
|
||||
name: "profile",
|
||||
description: t(
|
||||
"msg.dev.clients.scopes.profile",
|
||||
"기본 프로필 정보 접근",
|
||||
"사용자 기본 정보(name, email, phones, secondary_emails, employee_id, status) 접근",
|
||||
),
|
||||
source: "standard",
|
||||
},
|
||||
{
|
||||
id: "standard-email",
|
||||
name: "email",
|
||||
description: t("msg.dev.clients.scopes.email", "이메일 주소 접근"),
|
||||
description: t(
|
||||
"msg.dev.clients.scopes.email",
|
||||
"top-level email과 profile.email",
|
||||
),
|
||||
source: "standard",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user