forked from baron/baron-sso
RP 공개키 등록 UI 및 SSH-RSA 자동 변환 기능 구현
This commit is contained in:
@@ -390,6 +390,29 @@ subtitle = ""
|
||||
private_help = ""
|
||||
pkce_help = ""
|
||||
subtitle = ""
|
||||
trusted_help = ""
|
||||
|
||||
[msg.dev.clients.general.public_key]
|
||||
auth_method_client_secret_basic_help = ""
|
||||
auth_method_none_help = ""
|
||||
auth_method_private_key_jwt_help = ""
|
||||
guide_example = ""
|
||||
guide_intro = ""
|
||||
guide_step_1 = ""
|
||||
guide_step_2 = ""
|
||||
guide_step_3 = ""
|
||||
headless_help = ""
|
||||
jwks_uri_help = ""
|
||||
request_object_alg_help = ""
|
||||
source_help = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.dev.clients.general.public_key.validation]
|
||||
headless_requires_alg = ""
|
||||
headless_requires_private_key_jwt = ""
|
||||
headless_requires_public_key = ""
|
||||
invalid_jwks_uri = ""
|
||||
private_key_jwt_requires_public_key = ""
|
||||
|
||||
[msg.dev.clients.help]
|
||||
docs_body = ""
|
||||
@@ -1367,8 +1390,27 @@ delete = ""
|
||||
[ui.dev.clients.general.security]
|
||||
private = ""
|
||||
pkce = ""
|
||||
trusted = ""
|
||||
title = ""
|
||||
|
||||
[ui.dev.clients.general.public_key]
|
||||
auth_method = ""
|
||||
auth_method_client_secret_basic = ""
|
||||
auth_method_none = ""
|
||||
auth_method_private_key_jwt = ""
|
||||
guide_toggle = ""
|
||||
headless_disabled = ""
|
||||
headless_enabled = ""
|
||||
headless_toggle = ""
|
||||
jwks_uri = ""
|
||||
jwks_uri_placeholder = ""
|
||||
request_object_alg = ""
|
||||
request_object_alg_placeholder = ""
|
||||
source = ""
|
||||
source_uri = ""
|
||||
title = ""
|
||||
validation_title = ""
|
||||
|
||||
[ui.dev.clients.help]
|
||||
docs_body = ""
|
||||
docs_title = ""
|
||||
|
||||
Reference in New Issue
Block a user