diff --git a/frontend/messages/it.json b/frontend/messages/it.json index 09baeb6a..3481d38f 100644 --- a/frontend/messages/it.json +++ b/frontend/messages/it.json @@ -289,6 +289,8 @@ "add": "Aggiungi", "callback_urls": "URL di callback", "logout_callback_urls": "URL di callback per il logout", + "backchannel_logout_url": "Back-Channel Logout URL", + "backchannel_logout_url_description": "URL that receives a logout token when a user's access is revoked, for example when they are disabled or lose group access.", "public_client": "Client pubblico", "public_clients_description": "I client pubblici non hanno un client secret e utilizzano PKCE. Abilita questa opzione se il tuo client è una SPA o un'app mobile.", "pkce": "PKCE", @@ -645,6 +647,8 @@ "credentials": "Credenziali", "client_secrets": "I segreti dei clienti", "client_secrets_description": "I secret che l'app usa per autenticarsi. È possibile avere più secret attivi contemporaneamente, così puoi sostituirne uno senza tempi di inattività.", + "auto_create_client_secret": "Automatically create client secrets", + "auto_create_client_secret_description": "Create a secret without an expiration date when a confidential OIDC client is added. The secret is shown once after creation.", "no_client_secrets_yet": "Questa app non ha ancora nessun segreto client.", "public_clients_cannot_have_secrets": "I client pubblici non possono avere segreti client.", "add_client_secret": "Aggiungi il segreto client",