1
0
forked from baron/baron-sso

테넌트 접근 제한/커스텀 클레임 관계 설정

This commit is contained in:
2026-04-30 10:01:00 +09:00
parent 613d198690
commit 52936b2b88
7 changed files with 214 additions and 12 deletions

View File

@@ -389,6 +389,8 @@ note = "Keep endpoints read-only, and tie secret rotation/copy actions to audit
[msg.dev.clients.general]
load_error = "Error loading client: {{error}}"
loading = "Loading client..."
read_only_forbidden = "You do not have permission to edit this RP's general settings."
read_only_hint = "Only users with the `RP Admin` or `RP General Settings` relationship can edit this RP's general settings."
saved = "Saved"
save_error = "Failed to 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."