forked from baron/baron-sso
Devfront back-channel logout 설정 UI 및 i18n 추가
This commit is contained in:
@@ -432,6 +432,13 @@ subtitle = "Set the application name, description, and logo."
|
||||
[msg.dev.clients.general.redirect]
|
||||
help = "Enter the redirect URIs. You can modify them in the Federation tab after creation."
|
||||
|
||||
[msg.dev.clients.general.backchannel_logout]
|
||||
uri_help = "RP endpoint that receives Baron's session termination event via server-to-server POST."
|
||||
invalid = "The Back-Channel Logout URI format is invalid. Production requires https, and local development only allows http on localhost/127.0.0.1."
|
||||
session_required_help = "Use this when the RP should process logout_token only if the sid claim is included."
|
||||
session_required_on = "On: process logout only when the logout_token contains a sid."
|
||||
session_required_off = "Off: process logout using sub even if sid is missing."
|
||||
|
||||
[msg.dev.clients.general.scopes]
|
||||
empty = "No scopes registered."
|
||||
subtitle = "Define the permission scopes this application can request."
|
||||
@@ -1484,6 +1491,12 @@ title = "Application Identity"
|
||||
label = "Redirect URIs"
|
||||
placeholder = "Placeholder"
|
||||
|
||||
[ui.dev.clients.general.backchannel_logout]
|
||||
uri = "Back-Channel Logout URI"
|
||||
uri_placeholder = "https://rp.example.com/oidc/backchannel-logout"
|
||||
session_required = "SID Claim Required"
|
||||
session_required_info = "Show SID Claim Required help"
|
||||
|
||||
[ui.dev.clients.general.scopes]
|
||||
add = "Scope Add"
|
||||
description_placeholder = "Description Placeholder"
|
||||
|
||||
Reference in New Issue
Block a user