forked from baron/baron-sso
관계 옵션별 정보 툴팁 추가
This commit is contained in:
@@ -1579,6 +1579,7 @@ user_search_placeholder = "Search by name or email..."
|
||||
[ui.dev.clients.relationships.option.admins]
|
||||
label = "RP Admin"
|
||||
description = "Full administrator relationship for RP operations."
|
||||
permits_info = "Has full administrative control over the RP, including config editing, secret management, JWKS, consents, and relationships."
|
||||
|
||||
[ui.dev.clients.relationships.option.creator]
|
||||
label = "RP Creator"
|
||||
@@ -1587,38 +1588,47 @@ description = "Marks the operator who created this RP."
|
||||
[ui.dev.clients.relationships.option.config_editor]
|
||||
label = "RP General Settings"
|
||||
description = "Edit the name, redirect URIs, and general metadata."
|
||||
permits_info = "Can modify general RP settings such as Name, Redirect URIs, Post-Logout URIs, and metadata."
|
||||
|
||||
[ui.dev.clients.relationships.option.secret_viewer]
|
||||
label = "Secret View"
|
||||
description = "View the Client secret for this RP."
|
||||
permits_info = "Can view the Client Secret value in plain text."
|
||||
|
||||
[ui.dev.clients.relationships.option.secret_rotator]
|
||||
label = "Secret Rotation"
|
||||
description = "Rotate and reissue the client secret."
|
||||
permits_info = "Can regenerate the Client Secret or expire and rotate existing secrets."
|
||||
|
||||
[ui.dev.clients.relationships.option.jwks_viewer]
|
||||
label = "JWKS View"
|
||||
description = "View JWKS status, cache details, and key summaries."
|
||||
permits_info = "Can view JWKS status, cached key information, and key summaries."
|
||||
|
||||
[ui.dev.clients.relationships.option.jwks_operator]
|
||||
label = "JWKS Operations"
|
||||
description = "Run operational actions such as refresh and revoke."
|
||||
permits_info = "Can perform JWKS operations such as manual refresh and key revocation."
|
||||
|
||||
[ui.dev.clients.relationships.option.consent_viewer]
|
||||
label = "Consent View"
|
||||
description = "View consent grants for this RP."
|
||||
permits_info = "Can view the history of user consents granted to this RP."
|
||||
|
||||
[ui.dev.clients.relationships.option.consent_revoker]
|
||||
label = "Consent Revoke"
|
||||
description = "Revoke consent grants for this RP."
|
||||
permits_info = "Can revoke or cancel user consents granted to this RP."
|
||||
|
||||
[ui.dev.clients.relationships.option.relationship_viewer]
|
||||
label = "Relationship View"
|
||||
description = "View direct relations assigned to this RP."
|
||||
permits_info = "Can view the list of direct relationships and administrative roles assigned to this RP."
|
||||
|
||||
[ui.dev.clients.relationships.option.audit_viewer]
|
||||
label = "Audit Log View"
|
||||
description = "View DevFront audit logs for this RP."
|
||||
permits_info = "Can view DevFront audit logs for all configuration changes and operations on this RP."
|
||||
|
||||
[ui.dev.clients.relationships.option.status_operator]
|
||||
label = "Status Change"
|
||||
|
||||
Reference in New Issue
Block a user