forked from baron/baron-sso
chore: consolidate local integration changes
This commit is contained in:
@@ -449,7 +449,7 @@ tenant = "Tenant access claim"
|
||||
[msg.dev.clients.general.id_token_claims]
|
||||
subtitle = "Separate shared claims from RP-specific extension claims."
|
||||
empty = "No ID Token claims have been added yet."
|
||||
hint = "Use top-level for shared claims and rp_claims for RP-specific extension claims. Arrays accept JSON or comma-separated values, and objects accept JSON."
|
||||
hint = "Manage RP-specific extension claims only. Arrays accept JSON or comma-separated values, and objects accept JSON."
|
||||
preview_hint = "Preview the metadata.id_token_claims structure that will be saved."
|
||||
key_required = "Enter a claim key."
|
||||
reserved_key = "`rp_claims` is a reserved namespace key."
|
||||
@@ -1427,6 +1427,9 @@ status_revoked = "Revoked"
|
||||
subject = "Subject"
|
||||
title = "User Consent Grants"
|
||||
|
||||
[ui.dev.clients.consents.rp_claims]
|
||||
edit = "User Claim Settings"
|
||||
|
||||
[ui.dev.clients.consents.breadcrumb]
|
||||
clients = "Clients"
|
||||
current = "User Consent Grants"
|
||||
@@ -1480,6 +1483,7 @@ connection = "Federation"
|
||||
consents = "Consent & Users"
|
||||
settings = "Settings"
|
||||
relationships = "Relationships"
|
||||
user_claims = "User Claims"
|
||||
|
||||
[ui.dev.clients.general]
|
||||
create = "Create Application"
|
||||
|
||||
@@ -449,7 +449,7 @@ tenant = "소속 테넌트 정보 접근"
|
||||
[msg.dev.clients.general.id_token_claims]
|
||||
subtitle = "공통 claim과 RP 전용 확장 claim을 구분해서 관리합니다."
|
||||
empty = "아직 추가된 ID Token claim이 없습니다."
|
||||
hint = "top-level은 공통 claim에, rp_claims는 RP 전용 확장 claim에 사용합니다. 배열은 JSON 또는 콤마 구분 문자열, 객체는 JSON을 입력하면 됩니다."
|
||||
hint = "RP 전용 확장 claim만 관리합니다. 배열은 JSON 또는 콤마 구분 문자열, 객체는 JSON을 입력하면 됩니다."
|
||||
preview_hint = "저장될 metadata.id_token_claims 구조를 미리 확인할 수 있습니다."
|
||||
key_required = "Claim key를 입력해야 합니다."
|
||||
reserved_key = "`rp_claims`는 예약된 namespace 키입니다."
|
||||
@@ -1426,6 +1426,9 @@ status_revoked = "철회됨"
|
||||
subject = "사용자"
|
||||
title = "사용자 동의 내역"
|
||||
|
||||
[ui.dev.clients.consents.rp_claims]
|
||||
edit = "사용자 Claim 설정"
|
||||
|
||||
[ui.dev.clients.consents.breadcrumb]
|
||||
clients = "연동 앱"
|
||||
current = "동의 및 사용자"
|
||||
@@ -1479,6 +1482,7 @@ connection = "연동 설정"
|
||||
consents = "동의 및 사용자"
|
||||
settings = "설정"
|
||||
relationships = "관계"
|
||||
user_claims = "사용자 Claim"
|
||||
|
||||
[ui.dev.clients.general]
|
||||
create = "앱 생성"
|
||||
|
||||
Reference in New Issue
Block a user