forked from baron/baron-sso
custom claim 타입보정 UI. 대표테넌트 노출 보정
This commit is contained in:
@@ -454,13 +454,14 @@ subtitle = "Define the permission scopes this application can request."
|
||||
tenant = "Tenant access claim"
|
||||
|
||||
[msg.dev.clients.general.id_token_claims]
|
||||
subtitle = "Separate shared claims from RP-specific extension claims."
|
||||
subtitle = "Manage RP-specific extension claims separately."
|
||||
empty = "No ID Token claims have been added yet."
|
||||
hint = "Manage RP-specific extension claims only. Arrays accept JSON or comma-separated values, and objects accept JSON."
|
||||
hint = "Manage RP-specific extension claims separately. Edit per-user claim values in Consents & Claims."
|
||||
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."
|
||||
duplicate_key = "Duplicate claim key: {{namespace}}.{{key}}"
|
||||
invalid_default_value = "The claim default value does not match its type: {{key}} ({{valueType}})"
|
||||
|
||||
[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."
|
||||
@@ -1537,10 +1538,10 @@ title = "Security Note"
|
||||
|
||||
[ui.dev.clients.details.tab]
|
||||
connection = "Federation"
|
||||
consents = "Consent & Users"
|
||||
consents = "Consents & Claims"
|
||||
settings = "Settings"
|
||||
relationships = "Relationships"
|
||||
user_claims = "User Claims"
|
||||
user_claims = "Consents & Claims"
|
||||
|
||||
[ui.dev.clients.general]
|
||||
create = "Create Application"
|
||||
@@ -1618,19 +1619,20 @@ namespace_label = "Claim namespace"
|
||||
namespace_top_level = "top-level"
|
||||
namespace_rp_claims = "rp_claims"
|
||||
nullable_label = "Nullable"
|
||||
read_user_allowed_label = "Read user allowed"
|
||||
write_user_allowed_label = "Write user allowed"
|
||||
read_user_allowed_label = "Allow user read"
|
||||
write_user_allowed_label = "Allow user write"
|
||||
table.key = "Claim Key"
|
||||
table.namespace = "Namespace"
|
||||
table.value_type = "Value Type"
|
||||
table.nullable = "Nullable"
|
||||
table.read_user_allowed = "Read"
|
||||
table.write_user_allowed = "Write"
|
||||
table.read_user_allowed = "User read"
|
||||
table.write_user_allowed = "User write"
|
||||
table.default_value = "Default Value"
|
||||
table.delete = "Delete"
|
||||
value_type_label = "Claim value type"
|
||||
value_type_text = "Text"
|
||||
value_type_number = "Number"
|
||||
value_type_float = "Float"
|
||||
value_type_boolean = "Boolean"
|
||||
value_type_array = "Array"
|
||||
value_type_object = "Object"
|
||||
|
||||
Reference in New Issue
Block a user