diff --git a/static/locales/en/translation.json b/static/locales/en/translation.json index d45605af..04b246f1 100644 --- a/static/locales/en/translation.json +++ b/static/locales/en/translation.json @@ -661,35 +661,6 @@ "endpoint_required": "$t(storage.fs_error): endpoint is required", "username_required": "$t(storage.fs_error): username is required" }, - "oidc": { - "token_expired": "Your OpenID token has expired, please log in again", - "token_invalid_webadmin": "Your OpenID token is not valid for the WebAdmin UI. Log out of your OpenID server and log in to WebAdmin", - "token_invalid_webclient": "Your OpenID token is not valid for the WebClient UI. Log out of your OpenID server and log in to the WebClient", - "token_exchange_err": "Failed to exchange OpenID token", - "token_invalid": "Invalid OpenID token", - "role_admin_err": "Incorrect OpenID role, logged in user is not an administrator", - "role_user_err": "Incorrect OpenID role, logged in user is an administrator", - "get_user_err": "Failed to get user associated with OpenID token", - "title": "OpenID Connect", - "help": "From this section you can configure OpenID Connect integration with your Identity Provider. A service restart is required to apply the changes", - "client_id": "Client ID", - "client_secret": "Client Secret", - "config_url": "Config URL", - "config_url_help": "The \"/.well-known/openid-configuration\" suffix is automatically added. This URL must return the OpenID configuration", - "redirect_base_url": "Redirect base URL", - "username_field": "Username claim", - "username_field_help": "ID Token claim to use as username for SFTPGo users/admin, e.g. \"preferred_username\"", - "role_field": "Role claim", - "implicit_roles": "Implicit roles", - "scopes": "Scopes", - "scopes_help": "Comma separated scopes, openid scope is automatically added", - "custom_fields": "Custom claims", - "custom_fields_help": "Comma separated custom claims", - "config_url_required": "Config URL is required", - "config_fetch_error": "Unable to get OpenID configuration from the provided configuration URL", - "redirect_base_url_required": "Redirect base URL is required", - "username_field_required": "Username claim is required" - }, "oauth2": { "auth_verify_error": "Unable to verify OAuth2 code", "auth_validation_error": "Unable to verify OAuth2 code", diff --git a/static/locales/it/translation.json b/static/locales/it/translation.json index 898a0f26..1ccf9407 100644 --- a/static/locales/it/translation.json +++ b/static/locales/it/translation.json @@ -661,35 +661,6 @@ "endpoint_required": "$t(storage.fs_error): endpoint è obbligatorio", "username_required": "$t(storage.fs_error): nome utente è obbligatorio" }, - "oidc": { - "token_expired": "Il tuo token OpenID è scaduto, effettua nuovamente l'accesso", - "token_invalid_webadmin": "Il tuo token OpenID non è valido per l'interfaccia utente WebAdmin. Esci dal tuo server OpenID e accedi a WebAdmin", - "token_invalid_webclient": "Il tuo token OpenID non è valido per l'interfaccia utente WebClient. Esci dal tuo server OpenID e accedi al WebClient", - "token_exchange_err": "Impossibile scambiare il token OpenID", - "token_invalid": "Token OpenID non valido", - "role_admin_err": "Ruolo OpenID errato, l'utente che ha effettuato l'accesso non è un amministratore", - "role_user_err": "Ruolo OpenID errato, l'utente che ha effettuato l'accesso è un amministratore", - "get_user_err": "Impossibile ottenere l'utente associato al token OpenID", - "title": "OpenID Connect", - "help": "Da questa sezione puoi configurare l'integrazione OpenID Connect con il tuo Identity Provider. È necessario un riavvio del servizio per applicare le modifiche", - "client_id": "Client ID", - "client_secret": "Client Secret", - "config_url": "URL configurazione", - "config_url_help": "Il suffisso \"/.well-known/openid-configuration\" è aggiunto automaticamente. Questo URL deve tornare la configurazione per OpenID", - "redirect_base_url": "URL di reindirizzamento", - "username_field": "Claim per nome utente", - "username_field_help": "Il claim dell'ID Token da utilizzare come nome per utenti/amministratori SFTPGo, ad es. \"preferred_username\"", - "role_field": "Claim per ruolo", - "implicit_roles": "Ruoli impliciti", - "scopes": "Scopi", - "scopes_help": "Scopi separati da virgola, openid è aggiunto automaticamente", - "custom_fields": "Claim personalizzati", - "custom_fields_help": "Claim personalizzati separati da virgola", - "config_url_required": "L'URL configurazione è obbligatorio", - "config_fetch_error": "Impossibile ottenere la configurazione OpenID dall'URL di configurazione fornito", - "redirect_base_url_required": "L'URL di reindirizzamento è obbligatorio", - "username_field_required": "Il claim per il nome utente è obbligatorio" - }, "oauth2": { "auth_verify_error": "Impossibile verificare il codice OAuth2", "auth_validation_error": "Impossibile validare il codice OAuth2",