forked from baron/baron-sso
RP 정책 설정 UI 수정
This commit is contained in:
@@ -419,6 +419,7 @@ help = "Enter the redirect URIs. You can modify them in the Federation tab after
|
||||
[msg.dev.clients.general.scopes]
|
||||
empty = "No scopes registered."
|
||||
subtitle = "Define the permission scopes this application can request."
|
||||
tenant = "Tenant access claim"
|
||||
|
||||
[msg.dev.clients.general.security]
|
||||
private_help = "Server side App: For apps that can safely store a client secret, such as Node.js or Java servers."
|
||||
@@ -1436,6 +1437,19 @@ description = "Scope Description"
|
||||
mandatory = "Mandatory"
|
||||
name = "Scope Name"
|
||||
delete = "Delete"
|
||||
tenant = "Tenant"
|
||||
|
||||
[ui.dev.clients.general.tenant_access]
|
||||
title = "Tenant access restriction"
|
||||
subtitle = "Limit this RP so only approved tenants can access it."
|
||||
enabled = "Restricted"
|
||||
disabled = "Unrestricted"
|
||||
search_placeholder = "Search by tenant name or slug"
|
||||
selected_title = "Allowed tenants"
|
||||
selected_empty = "No tenants selected yet."
|
||||
empty = "No tenants match your search."
|
||||
hint = "Turning this on adds the tenant scope automatically and requires at least one allowed tenant."
|
||||
validation_required = "Select at least one allowed tenant when tenant access restriction is enabled."
|
||||
|
||||
[ui.dev.clients.general.security]
|
||||
private = "Server Side App"
|
||||
|
||||
@@ -419,6 +419,7 @@ help = "인증 후 리다이렉트될 URI를 입력하세요. 생성 후 연동
|
||||
[msg.dev.clients.general.scopes]
|
||||
empty = "등록된 스코프가 없습니다."
|
||||
subtitle = "이 앱이 요청할 수 있는 권한 범위를 정의합니다."
|
||||
tenant = "소속 테넌트 정보 접근"
|
||||
|
||||
[msg.dev.clients.general.security]
|
||||
pkce_help = "PKCE 앱 (SPA/모바일): 브라우저나 앱처럼 비밀키를 보관하기 어려운 경우 사용하며, PKCE가 강제됩니다."
|
||||
@@ -1435,6 +1436,19 @@ description = "설명"
|
||||
mandatory = "필수"
|
||||
name = "스코프 이름"
|
||||
delete = "삭제"
|
||||
tenant = "테넌트"
|
||||
|
||||
[ui.dev.clients.general.tenant_access]
|
||||
title = "테넌트 접근 제한"
|
||||
subtitle = "허용된 테넌트만 이 RP에 접근할 수 있도록 제한합니다."
|
||||
enabled = "제한 있음"
|
||||
disabled = "제한 없음"
|
||||
search_placeholder = "테넌트 이름 또는 슬러그로 검색"
|
||||
selected_title = "허용 테넌트"
|
||||
selected_empty = "아직 선택된 테넌트가 없습니다."
|
||||
empty = "검색 결과가 없습니다."
|
||||
hint = "제한을 켜면 tenant 스코프가 자동으로 포함되며, 허용 테넌트를 하나 이상 선택해야 합니다."
|
||||
validation_required = "테넌트 접근 제한을 사용할 경우 허용 테넌트를 하나 이상 선택해야 합니다."
|
||||
|
||||
[ui.dev.clients.general.security]
|
||||
private = "Server side App"
|
||||
|
||||
@@ -465,6 +465,7 @@ help = ""
|
||||
[msg.dev.clients.general.scopes]
|
||||
empty = ""
|
||||
subtitle = ""
|
||||
tenant = ""
|
||||
|
||||
[msg.dev.clients.general.security]
|
||||
private_help = ""
|
||||
@@ -1518,6 +1519,19 @@ description = ""
|
||||
mandatory = ""
|
||||
name = ""
|
||||
delete = ""
|
||||
tenant = ""
|
||||
|
||||
[ui.dev.clients.general.tenant_access]
|
||||
title = ""
|
||||
subtitle = ""
|
||||
enabled = ""
|
||||
disabled = ""
|
||||
search_placeholder = ""
|
||||
selected_title = ""
|
||||
selected_empty = ""
|
||||
empty = ""
|
||||
hint = ""
|
||||
validation_required = ""
|
||||
|
||||
[ui.dev.clients.general.security]
|
||||
private = ""
|
||||
|
||||
Reference in New Issue
Block a user