forked from baron/baron-sso
headless login SSA UX 재구성
This commit is contained in:
@@ -376,6 +376,7 @@ save_error = "Save Error"
|
||||
save_forbidden = "You do not have permission to edit this RP. Ask an administrator to grant RP General Settings or RP Admin relationship."
|
||||
secret_rotated = "Secret Rotated"
|
||||
secret_not_applicable = "PKCE apps do not have a client secret."
|
||||
secret_not_applicable_headless = "This app uses signed key authentication for Headless Login, so it does not use a client secret."
|
||||
secret_unavailable = "SECRET_NOT_AVAILABLE"
|
||||
subtitle = "Manage OIDC credentials and endpoints."
|
||||
|
||||
@@ -1545,7 +1546,7 @@ pkce = "PKCE"
|
||||
headless_login = "Headless Login"
|
||||
title = "Security Settings"
|
||||
headless_login_enable = "Headless Login (Custom Login UI)"
|
||||
headless_login_enable_help = "Enable this if you want to implement your own login screen within the app instead of using the Baron SSO login page."
|
||||
headless_login_enable_help = "Enable this when the RP uses its own login UI and the RP backend proves the client with signed keys instead of the Baron SSO login page."
|
||||
|
||||
[ui.dev.clients.general.public_key]
|
||||
auth_method = "Token Endpoint Auth Method"
|
||||
@@ -1688,6 +1689,7 @@ type = "Type"
|
||||
pkce = "PKCE"
|
||||
private = "Server side App"
|
||||
pkce_headless = "PKCE (Headless Login)"
|
||||
private_headless = "Server side App (Headless Login)"
|
||||
|
||||
[ui.dev.dashboard]
|
||||
ready_badge = "devfront ready"
|
||||
|
||||
Reference in New Issue
Block a user