diff --git a/locale/it_IT/LC_MESSAGES/django.po b/locale/it_IT/LC_MESSAGES/django.po index f149d3b23e..0e978a6389 100644 --- a/locale/it_IT/LC_MESSAGES/django.po +++ b/locale/it_IT/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-12-10 23:02+0000\n" +"POT-Creation-Date: 2026-02-10 19:27+0000\n" "PO-Revision-Date: 2025-12-01 19:09+0000\n" "Last-Translator: Marc Schmitt, 2025\n" "Language-Team: Italian (Italy) (https://app.transifex.com/authentik/teams/119923/it_IT/)\n" @@ -31,9 +31,11 @@ msgid "File name cannot be empty" msgstr "" #: authentik/admin/files/validation.py +#, python-format msgid "" "File name can only contain letters (a-z, A-Z), numbers (0-9), dots (.), " -"hyphens (-), underscores (_), and forward slashes (/)" +"hyphens (-), underscores (_), forward slashes (/), and the placeholder " +"%(theme)s for theme-specific files" msgstr "" #: authentik/admin/files/validation.py @@ -189,6 +191,34 @@ msgstr "Brand" msgid "Brands" msgstr "Brands" +#: authentik/common/oauth/constants.py +msgid "Based on the Hashed User ID" +msgstr "Basato sull'ID utente hashato" + +#: authentik/common/oauth/constants.py +msgid "Based on user ID" +msgstr "Basato sull' ID utente" + +#: authentik/common/oauth/constants.py +msgid "Based on user UUID" +msgstr "Basato sull' UUID utente" + +#: authentik/common/oauth/constants.py +msgid "Based on the username" +msgstr "Basato sull'username" + +#: authentik/common/oauth/constants.py +msgid "Based on the User's Email. This is recommended over the UPN method." +msgstr "Basato sull'email dell'utente. Consigliato per il metodo UPN." + +#: authentik/common/oauth/constants.py +msgid "" +"Based on the User's UPN, only works if user has a 'upn' attribute set. Use " +"this method only if you have different UPN and Mail domains." +msgstr "" +"Basato sull'UPN dell'utente, funziona solo se l'utente ha un attributo 'upn'" +" impostato. Utilizza questo metodo solo se hai domini UPN e Mail diversi." + #: authentik/core/api/application_entitlements.py msgid "User does not have access to application." msgstr "L'utente non ha accesso all'applicazione." @@ -221,6 +251,34 @@ msgstr "Non sono consentite barre oblique iniziali o finali." msgid "No empty segments in user path allowed." msgstr "Non sono consentiti segmenti vuoti nel percorso utente." +#: authentik/core/api/users.py +msgid "Can't change internal service account to other user type." +msgstr "" + +#: authentik/core/api/users.py +msgid "Setting a user to internal service account is not allowed." +msgstr "" + +#: authentik/core/api/users.py +msgid "Can't modify internal service account users" +msgstr "" + +#: authentik/core/api/users.py +msgid "filter: failed to parse JSON" +msgstr "" + +#: authentik/core/api/users.py +msgid "filter: value must be key:value mapping" +msgstr "" + +#: authentik/core/api/users.py +msgid "No recovery flow set." +msgstr "" + +#: authentik/core/api/users.py +msgid "Recovery flow not applicable to user" +msgstr "" + #: authentik/core/api/users.py msgid "A user/group with these details already exists" msgstr "Esiste già un utente/gruppo con questi dettagli" @@ -233,6 +291,14 @@ msgstr "Impossibile creare l'utente" msgid "Unknown error occurred" msgstr "Si è verificato un errore sconosciuto" +#: authentik/core/api/users.py +msgid "User does not have an email address set." +msgstr "" + +#: authentik/core/api/users.py +msgid "Email stage not found." +msgstr "" + #: authentik/core/api/users.py msgid "This field is required." msgstr "Questo campo è obbligatorio." @@ -299,14 +365,6 @@ msgstr "Reimposta Password" msgid "Can impersonate other users" msgstr "Può impersonare altri utenti" -#: authentik/core/models.py -msgid "Can assign permissions to users" -msgstr "Può assegnare permessi a utenti" - -#: authentik/core/models.py -msgid "Can unassign permissions from users" -msgstr "Può rimuovere permessi da utenti" - #: authentik/core/models.py msgid "Can preview user data sent to providers" msgstr "Può visualizzare in anteprima i dati utente inviati ai fornitori" @@ -544,7 +602,9 @@ msgstr "Vai alla pagina iniziale" msgid "Powered by authentik" msgstr "Gestito da authentik" -#: authentik/core/views/apps.py authentik/providers/oauth2/views/authorize.py +#: authentik/core/views/apps.py +#: authentik/enterprise/providers/ws_federation/views.py +#: authentik/providers/oauth2/views/authorize.py #: authentik/providers/oauth2/views/device_init.py #: authentik/providers/saml/views/sso.py #, python-format @@ -567,6 +627,14 @@ msgstr "rsa" msgid "ecdsa" msgstr "ecdsa" +#: authentik/crypto/builder.py authentik/crypto/models.py +msgid "Ed25519" +msgstr "" + +#: authentik/crypto/builder.py authentik/crypto/models.py +msgid "Ed448" +msgstr "" + #: authentik/crypto/models.py msgid "RSA" msgstr "" @@ -579,14 +647,6 @@ msgstr "" msgid "DSA" msgstr "" -#: authentik/crypto/models.py -msgid "Ed25519" -msgstr "" - -#: authentik/crypto/models.py -msgid "Ed448" -msgstr "" - #: authentik/crypto/models.py msgid "PEM-encoded Certificate data" msgstr "Dati del certificato in codifica PEM" @@ -599,6 +659,30 @@ msgstr "" "Chiave privata facoltativa. Se è impostato, puoi utilizzare questa coppia di" " chiavi per la crittografia." +#: authentik/crypto/models.py +msgid "Key algorithm type detected from the certificate's public key" +msgstr "" + +#: authentik/crypto/models.py +msgid "Certificate expiry date" +msgstr "" + +#: authentik/crypto/models.py +msgid "Certificate subject as RFC4514 string" +msgstr "" + +#: authentik/crypto/models.py +msgid "SHA256 fingerprint of the certificate" +msgstr "" + +#: authentik/crypto/models.py +msgid "SHA1 fingerprint of the certificate" +msgstr "" + +#: authentik/crypto/models.py +msgid "Key ID generated from private key" +msgstr "" + #: authentik/crypto/models.py msgid "Certificate-Key Pair" msgstr "Coppia certificato-chiave" @@ -673,6 +757,16 @@ msgstr "" msgid "Apple Nonces" msgstr "" +#: authentik/endpoints/facts.py +msgid "Operating System name, such as 'Server 2022' or 'Ubuntu'" +msgstr "" + +#: authentik/endpoints/facts.py +msgid "" +"Operating System version, must always be the version number but may contain " +"build name" +msgstr "" + #: authentik/endpoints/models.py msgid "Device" msgstr "Dispositivo" @@ -729,6 +823,99 @@ msgstr "" msgid "Enterprise is required to create/update this object." msgstr "Versione Enterprise richiesta per creare/aggiornare questo oggetto" +#: authentik/enterprise/api.py +msgid "Enterprise is required to use this endpoint." +msgstr "" + +#: authentik/enterprise/endpoints/connectors/fleet/models.py +#: authentik/events/models.py +msgid "" +"Configure additional headers to be sent. Mapping should return a dictionary " +"of key-value pairs" +msgstr "" +"Configurare le intestazioni aggiuntive da inviare. Il mapping dovrebbe " +"restituire un dizionario di coppie chiave-valore." + +#: authentik/enterprise/endpoints/connectors/fleet/models.py +msgid "Fleet Connector" +msgstr "" + +#: authentik/enterprise/endpoints/connectors/fleet/models.py +msgid "Fleet Connectors" +msgstr "" + +#: authentik/enterprise/lifecycle/api/reviews.py +msgid "You are not allowed to submit a review for this object." +msgstr "" + +#: authentik/enterprise/lifecycle/api/rules.py +msgid "Object does not exist" +msgstr "" + +#: authentik/enterprise/lifecycle/api/rules.py +msgid "Either a reviewer group or a reviewer must be set." +msgstr "" + +#: authentik/enterprise/lifecycle/api/rules.py +msgid "Grace period must be shorter than the interval." +msgstr "" + +#: authentik/enterprise/lifecycle/api/rules.py +msgid "Only one type-wide rule for each object type is allowed." +msgstr "" + +#: authentik/enterprise/lifecycle/models.py +msgid "" +"Select which transports should be used to notify the reviewers. If none are " +"selected, the notification will only be shown in the authentik UI." +msgstr "" + +#: authentik/enterprise/lifecycle/models.py +msgid "Reviewed" +msgstr "" + +#: authentik/enterprise/lifecycle/models.py +msgid "Pending" +msgstr "" + +#: authentik/enterprise/lifecycle/models.py +msgid "Overdue" +msgstr "" + +#: authentik/enterprise/lifecycle/models.py +msgid "Canceled" +msgstr "" + +#: authentik/enterprise/lifecycle/models.py +msgid "Go to {self._get_model_name()}" +msgstr "" + +#: authentik/enterprise/lifecycle/models.py +msgid "Access review is due for {self.content_type.name} {str(self.object)}" +msgstr "" + +#: authentik/enterprise/lifecycle/models.py +msgid "" +"Access review is overdue for {self.content_type.name} {str(self.object)}" +msgstr "" + +#: authentik/enterprise/lifecycle/models.py +msgid "" +"Access review completed for {self.content_type.name} {str(self.object)}" +msgstr "" + +#: authentik/enterprise/lifecycle/tasks.py +msgid "Dispatch tasks to validate lifecycle rules." +msgstr "" + +#: authentik/enterprise/lifecycle/tasks.py +msgid "Apply lifecycle rule." +msgstr "" + +#: authentik/enterprise/lifecycle/tasks.py +msgid "Send lifecycle rule notification." +msgstr "" + #: authentik/enterprise/models.py msgid "License" msgstr "Licenza" @@ -852,6 +1039,16 @@ msgstr "" "Sincronizza un oggetto diretto (utente, gruppo) per il provider Google " "Workspace." +#: authentik/enterprise/providers/google_workspace/tasks.py +msgid "" +"Dispatch deletions for an object (user, group) for Google Workspace " +"providers." +msgstr "" + +#: authentik/enterprise/providers/google_workspace/tasks.py +msgid "Delete an object (user, group) for Google Workspace provider." +msgstr "" + #: authentik/enterprise/providers/google_workspace/tasks.py msgid "" "Dispatch syncs for a direct object (user, group) for Google Workspace " @@ -924,6 +1121,16 @@ msgstr "" "Sincronizzazione di invio per un oggetto diretto (utente, gruppo) per i " "provider Microsoft Entra." +#: authentik/enterprise/providers/microsoft_entra/tasks.py +msgid "Delete an object (user, group) for Microsoft Entra provider." +msgstr "" + +#: authentik/enterprise/providers/microsoft_entra/tasks.py +msgid "" +"Dispatch deletions for an object (user, group) for Microsoft Entra " +"providers." +msgstr "" + #: authentik/enterprise/providers/microsoft_entra/tasks.py msgid "Sync a related object (memberships) for Microsoft Entra provider." msgstr "" @@ -991,6 +1198,21 @@ msgstr "" msgid "Send an SSF event." msgstr "Invia un evento SSF." +#: authentik/enterprise/providers/ws_federation/models.py +msgid "WS-Federation Provider" +msgstr "" + +#: authentik/enterprise/providers/ws_federation/models.py +msgid "WS-Federation Providers" +msgstr "" + +#: authentik/enterprise/providers/ws_federation/views.py +#: authentik/providers/oauth2/views/authorize.py +#: authentik/providers/saml/views/flows.py +#, python-brace-format +msgid "Redirecting to {app}..." +msgstr "Reindirizzamento a {app}..." + #: authentik/enterprise/reports/models.py msgid "Data Export" msgstr "" @@ -1125,14 +1347,6 @@ msgstr "" "Personalizza il corpo della richiesta. Il mapping dovrebbe restituire dati " "serializzabili in JSON." -#: authentik/events/models.py -msgid "" -"Configure additional headers to be sent. Mapping should return a dictionary " -"of key-value pairs" -msgstr "" -"Configurare le intestazioni aggiuntive da inviare. Il mapping dovrebbe " -"restituire un dizionario di coppie chiave-valore." - #: authentik/events/models.py msgid "Severity" msgstr "Gravità" @@ -1917,34 +2131,6 @@ msgstr "Ricerca completa nella directory LDAP" msgid "Invalid Regex Pattern: {url}" msgstr "Modello Regex non valido: {url}" -#: authentik/providers/oauth2/constants.py -msgid "Based on the Hashed User ID" -msgstr "Basato sull'ID utente hashato" - -#: authentik/providers/oauth2/constants.py -msgid "Based on user ID" -msgstr "Basato sull' ID utente" - -#: authentik/providers/oauth2/constants.py -msgid "Based on user UUID" -msgstr "Basato sull' UUID utente" - -#: authentik/providers/oauth2/constants.py -msgid "Based on the username" -msgstr "Basato sull'username" - -#: authentik/providers/oauth2/constants.py -msgid "Based on the User's Email. This is recommended over the UPN method." -msgstr "Basato sull'email dell'utente. Consigliato per il metodo UPN." - -#: authentik/providers/oauth2/constants.py -msgid "" -"Based on the User's UPN, only works if user has a 'upn' attribute set. Use " -"this method only if you have different UPN and Mail domains." -msgstr "" -"Basato sull'UPN dell'utente, funziona solo se l'utente ha un attributo 'upn'" -" impostato. Utilizza questo metodo solo se hai domini UPN e Mail diversi." - #: authentik/providers/oauth2/models.py msgid "Confidential" msgstr "Confidenziale" @@ -2221,12 +2407,6 @@ msgstr "" msgid "Handle backchannel logout notifications dispatched via signal" msgstr "" -#: authentik/providers/oauth2/views/authorize.py -#: authentik/providers/saml/views/flows.py -#, python-brace-format -msgid "Redirecting to {app}..." -msgstr "Reindirizzamento a {app}..." - #: authentik/providers/oauth2/views/device_init.py msgid "Invalid code" msgstr "Codice non valido" @@ -2435,6 +2615,10 @@ msgstr "" "Dopo aver selezionato una coppia di chiavi di firma, è necessario " "selezionare almeno una tra 'Firma asserzione' e 'Firma risposta'." +#: authentik/providers/saml/api/providers.py +msgid "Only RSA, EC, and DSA key types are supported for SAML signing." +msgstr "" + #: authentik/providers/saml/api/providers.py msgid "Invalid XML Syntax" msgstr "Sintassi XML non valida" @@ -2712,6 +2896,10 @@ msgstr "Slack" msgid "Salesforce" msgstr "" +#: authentik/providers/scim/models.py +msgid "Group filters used to define sync-scope for groups." +msgstr "" + #: authentik/providers/scim/models.py msgid "Base URL to SCIM requests, usually ends in /v2" msgstr "URL di base per le richieste SCIM, di solito termina con /v2" @@ -2776,6 +2964,14 @@ msgstr "" msgid "Dispatch syncs for a direct object (user, group) for SCIM providers." msgstr "" +#: authentik/providers/scim/tasks.py +msgid "Delete an object (user, group) for SCIM provider." +msgstr "" + +#: authentik/providers/scim/tasks.py +msgid "Dispatch deletions for an object (user, group) for SCIM providers." +msgstr "" + #: authentik/providers/scim/tasks.py msgid "Sync a related object (memberships) for SCIM provider." msgstr "" @@ -4335,6 +4531,10 @@ msgstr "Fase di identificazione" msgid "Identification Stages" msgstr "Fasi di identificazione" +#: authentik/stages/identification/stage.py +msgid "No identification data provided." +msgstr "" + #: authentik/stages/identification/stage.py msgid "Failed to authenticate." msgstr "" @@ -4789,6 +4989,14 @@ msgstr "Durata token predefinita" msgid "Default token length" msgstr "Lunghezza token predefinita" +#: authentik/tenants/models.py +msgid "Default page size for API responses, if no size was requested." +msgstr "" + +#: authentik/tenants/models.py +msgid "Maximum page size" +msgstr "" + #: authentik/tenants/models.py msgid "Tenant" msgstr "Tenant" diff --git a/web/xliff/it_IT.xlf b/web/xliff/it_IT.xlf new file mode 100644 index 0000000000..eb35f2cba1 --- /dev/null +++ b/web/xliff/it_IT.xlf @@ -0,0 +1,10219 @@ + + + + + + English + + + Japanese + + + Korean + + + Chinese (Simplified) + + + Chinese (Traditional) + + + + + + Auto-detect + Label for the auto-detect locale option in language selection dropdown + + + Select language + Label for the language selection dropdown + + + () + Locale option label showing the localized language name along with the native language name in parentheses. + + + + + Dismiss + + + Connection error, reconnecting... + Errore di connessione, riconnessione in corso... + + + An unknown error occurred + + + Please check the browser console for more details. + + + Status messages + + + Settings + Impostazioni + + + Stop impersonation + Concludi l'impersonificazione + + + Avatar image + Immagine dell'avatar + + + Sign out + Sign out + + + Admin + Admin + + + Home + + + authentik Logo + Logo di authentik + + + Collapse navigation + + + Expand navigation + + + User interface + Interfaccia utente + + + Loading... + Caricamento... + + + Application + Applicazione + + + Logins + Logins + + + Failed to fetch + Impossibile recuperare + + + FIPS Status + Stato FIPS + + + OK + OK + + + FIPS compliance: passing + Conformità FIPS: superata + + + Unverified + Non verificato + + + FIPS compliance: unverified + Conformità FIPS: non verificata + + + Show less + Mostra meno + + + Show more + Mostra altro + + + UID + UID + + + Name + Nome + + + App + App + + + Model Name + Nome del modello + + + Message + Messaggio + + + Subject + Oggetto + + + From + Da + + + To + A + + + Context + Contesto + + + User + Utente + + + Changes made: + Cambiamenti effettuati: + + + Key + Chiave + + + Previous value + Precedente valore + + + New value + Nuovo valore + + + - + - + + + Added ID + ID Aggiunto + + + Removed ID + ID Rimosso + + + Cleared + Pulito + + + Affected model: + Modello interessato: + + + Authorized application: + Applicazione autorizzata: + + + Using flow + Utilizzando il flusso + + + Email info: + Informazioni via e-mail: + + + Secret: + Segreto: + + + Exception + Eccezione + + + Open issue on GitHub... + Apri anomalia in Github... + + + Expression + Espressione + + + Binding + Associazione + + + Request + Richiesta + + + Object + Oggetto + + + Result + Risultato + + + Passing + Passaggio + + + Messages + Messaggi + + + New version available + Nuova versione disponibile + + + Using source + Usando la sorgente + + + Attempted to log in as + Tentativo di accedere come + + + + No additional data available. + Nessun dato aggiuntivo disponibile. + + + Loading + Caricamento + + + no tabs defined + nessuna scheda definita + + + Details + Dettagli + + + : + + : + + + + Required + Richiesto + + + There was an error submitting the form. + + + Close dialog + Chiudere dialogo + + + API Access + Accesso API + + + App password + App password + + + Recovery + Ripristino + + + Verification + Verifica + + + Unknown intent + Intent sconosciuto + + + Login + Login + + + Failed login + Accesso fallito + + + Logout + Logout + + + User was written to + L'utente è stato scritto in + + + Suspicious request + Richiesta sospetta + + + Password set + Password impostata + + + Secret was viewed + Segreto visualizzato + + + Secret was rotated + Segreto ruotato + + + Invitation used + Invito usato + + + Application authorized + Applicazione autorizzata + + + Source linked + Sorgente collegata + + + Impersonation started + Impersonazione iniziata + + + Impersonation ended + Impersonazione conclusa + + + Flow execution + Esecuzione flusso + + + Policy execution + Esecuzione criterio + + + Policy exception + Eccezione criterio + + + Property Mapping exception + Eccezione mappatura proprietà + + + System task execution + Esecuzione attività di sistema + + + System task exception + Eccezione attività di sistema + + + General system exception + Eccezione generale di sistema + + + Configuration error + Errore di configurazione + + + Model created + Modello creato + + + Model updated + Modello aggiornato + + + Model deleted + Modello cancellato + + + Email sent + Email cancellato + + + Update available + Aggiornamento disponibile + + + Alert + Allarme + + + Notice + Nota + + + Warning + Attenzione + + + Unknown severity + Gravità sconosciuta + + + Static tokens + Token statici + + + TOTP Device + Dispositivo TOTP + + + A code has been sent to your address: + + + A code has been sent to your email address. + + + A one-time use code has been sent to you via SMS text message. + + + Open your authenticator app to retrieve a one-time use code. + + + Enter a one-time recovery code for this user. + Immettere un codice di recupero una tantum per questo utente. + + + Enter the code from your authenticator device. + Immettere il codice dal dispositivo di autenticazione. + + + Internal + Interno + + + External + Esterno + + + Service account + Account di servizio + + + Service account (internal) + Account di servizio (interno) + + + Remove item + Rimuovi elemento + + + table pagination + + + - of + + - + di + + + + Go to previous page + Torna alla pagina precedente + + + Go to next page + Vai alla pagina successiva + + + This field is required. + + + Search... + Cerca... + + + Search + + + Query suggestions + + + Query input + + + Table Search + + + Clear search + Pulisci ricerca + + + Sort by "" + + + No objects found. + Nessun oggetto trovato. + + + Failed to fetch objects. + Impossibile recuperare gli oggetti. + + + Select "" row + + + Collapse row + + + Expand row + + + Refresh + Ricarica + + + actions + + + Select all rows on page ( of selected) + + + Last refreshed + + + table + + + Table content + + + Column actions + + + Anonymous user + Utente anonimo + + + On behalf of + Per conto di + + + + Authenticated as + Autenticato come + + + Recent events + Eventi recenti + + + Events + Eventi + + + Action + Azione + + + Creation Date + Data di creazione + + + Client IP + Client IP + + + No Events found. + Nessun Evento trovato. + + + No matching events could be found. + Nessun evento corrispondente è stato trovato. + + + System Status + + + Embedded outpost is not configured correctly. + Avamposto incorporato non è configurato correttamente. + + + Check outposts. + Controlla avamposto. + + + HTTPS is not detected correctly + HTTPS non rilevato correttamente + + + Server and client are further than 5 seconds apart. + Il server e il client sono distanti più di 5 secondi. + + + Everything is ok. + Tutto è ok. + + + Version + Versione + + + Based on + Basato su + + + + is available! + + è disponibile! + + + An outpost is on an incorrect version! + Un avamposto è su una versione errata! + + + Up-to-date! + Aggiornato! + + + Latest version unknown + Ultima versione sconosciuta + + + Workers + Workers + + + No workers connected. Background tasks will not run. + Nessun lavoratore connesso. Le attività in background non verranno eseguite. + + + Worker with incorrect version connected. + Worker connesso con la versione errata. + + + Failed to fetch data. + Impossibile recuperare i dati. + + + Chart + + + Event volume chart + + + Authorizations + Autorizzazioni + + + Successful Logins + Accesso effettuato correttamente + + + Failed Logins + Accessi falliti + + + Cancel + Cancella + + + Synchronization status chart + + + SCIM Provider + Provider SCIM + + + Google Workspace Provider + Provider Google Workspace + + + Microsoft Entra Provider + Fornitore Microsoft Entra + + + LDAP Source + Sorgente LDAP + + + Kerberos Source + + + Healthy + In salute + + + Failed + Fallito + + + Unsynced / N/A + Non sincronizzato / N/A + + + Outpost status chart + + + Healthy outposts + Avamposti sani + + + Outdated outposts + Avamposti obsoleti + + + Unhealthy outposts + Avamposti degradati + + + Operation failed to complete + L'operazione non è stata completata + + + Quick actions + Azioni rapide + + + Not found + Non trovato + + + The URL "" was not found. + La URL " + " non è stata trovata. + + + Return home + Ritorna all'inizio + + + Skip to content + + + Create a new application + Creare una nuova applicazione + + + Check the logs + Controlla i log + + + Explore integrations + Esplora integrazioni + + + Manage users + Gestire gli utenti + + + Check the release notes + Controlla le note di rilascio + + + Overview + Panoramica + + + Outpost status + Stato avamposto + + + Sync status + Stato di sincronizzazione + + + Logins and authorizations over the last week (per 8 hours) + Login e autorizzazioni nell'ultima settimana (per 8 ore) + + + Apps with most usage + App con maggior utilizzo + + + Welcome, + + + Welcome + + + General system status + Stato generale del sistema + + + Objects created + Oggetti creati + + + Users created per day in the last month + Utenti creati al giorno nell'ultimo mese + + + Users created + Utenti creati + + + Logins per day in the last month + Accessi giornalieri nell'ultimo mese + + + Failed Logins per day in the last month + Accessi non riusciti al giorno nell'ultimo mese + + + Failed logins + Accessi falliti + + + User Statistics + Statistiche degli utenti + + + Yes + Si + + + No + No + + + No log messages. + Nessun messaggio di log. + + + Timestamp + Timestamp + + + Attributes + Attributi + + + Time + Orario + + + Level + Livello + + + Event + Evento + + + Logger + Logger + + + Not used by any other object. + Non utilizzato da altri oggetti. + + + object will be DELETED + l'oggetto sarà CANCELLATO + + + connection will be deleted + la connessione sarà cancellata + + + reference will be reset to default value + il riferimento verrà ripristinato al valore predefinito + + + reference will be set to an empty value + il riferimento verrà impostato su un valore vuoto + + + () + + ( + ) + + + Delete + Elimina + + + deleted + cancellato + + + ID + ID + + + Successfully deleted + è stato eliminato correttamente + + + Failed to delete : + Impossibile eliminare + : + + + + Delete + Elimina + + + + Are you sure you want to delete ? + Vuoi davvero eliminare ? + + + No form found + Nessun modulo trovato + + + Form actions + + + Submit action + + + Cancel action + + + Successfully updated schedule. + + + Crontab + + + Paused + + + Pause this schedule + + + Select an object. + Seleziona un oggetto. + + + Failed to fetch objects: + Impossibile recuperare gli oggetti: + + + Successfully assigned permission. + Autorizzazione assegnata correttamente. + + + Role + Ruolo + + + Assign + Assegna + + + Assign permission to role + Assegnare il permesso al ruolo + + + Permission(s) + Permesso(i) + + + Permission + Permesso + + + Superuser + Superutente + + + Model + Modello + + + Select permissions to assign + Selezionare le autorizzazioni da assegnare + + + Add + Aggiungi + + + Permissions to add + Permessi da aggiungere + + + Select permissions + Seleziona le autorizzazioni + + + Assigned to role + + + Assign permission + Assegnare il permesso + + + Role doesn't have view permission so description cannot be retrieved. + Il ruolo non ha il permesso di visualizzazione, quindi la descrizione non può essere recuperata. + + + Permissions set on roles which affect this object. + Autorizzazioni impostate su ruoli che influenzano questo oggetto. + + + Assigned global permissions + Autorizzazioni globali assegnate + + + Assigned object permissions + Autorizzazioni oggetto assegnate + + + Permissions assigned to this role which affect all object instances of a given type. + Autorizzazioni assegnate a questo ruolo che influiscono su tutte le istanze degli oggetti di un determinato tipo. + + + Close + Chiudi + + + Update "" Permissions + + + Open "" permissions modal + + + Permissions + Permessi + + + Waiting to run + + + Consumed + + + Pre-processing + + + Running + + + Post-processing + + + Successful + Riuscito + + + Error + Errore + + + Unknown + Sconosciuto + + + Running tasks + + + Queued tasks + + + Successful tasks + + + Error tasks + + + Task + Compito + + + Queue + + + Retries + + + Planned execution time + + + Last updated + + + Status + Stato + + + Actions + Azioni + + + Row Actions + + + Show only standalone tasks + + + Exclude successful tasks + + + Retry task + + + Current execution logs + + + Previous executions logs + + + Schedule + + + Next run + + + Last status + + + Show only standalone schedules + + + Run scheduled task now + + + Update + Aggiorna + + + Update Schedule + + + Edit + Modifica + + + Tasks + + + Schedules + + + System Tasks + Attività di sistema + + + Long-running operations which authentik executes in the background. + Operazioni di lunga durata che authentik esegue in background. + + + Next + Successivo + + + Back + Indietro + + + Wizard steps + + + Wizard navigation + + + New application + Nuova applicazione + + + Create a new application and configure a provider for it. + Crea una nuova applicazione e configura un fornitore per essa. + + + Any policy must match to grant access + Qualsiasi criterio deve corrispondere per concedere l'accesso + + + All policies must match to grant access + Tutte i criteri devono corrispondere per concedere l'accesso + + + An application name is required + È richiesto un nome dell'applicazione + + + Not a valid URL + Non è un URL valido + + + Not a valid slug + Non è uno slug valido + + + Configure the Application + + + Type an application name... + + + Application Name + + + The name displayed in the application library. + + + Slug + Slug + + + Internal application name used in URLs. + Nome applicazione interno utilizzato negli URL. + + + Group + Gruppo + + + e.g. Collaboration, Communication, Internal, etc. + + + Optionally enter a group name. Applications with identical groups are shown grouped together. + Facoltativamente, inserisci il nome del gruppo. Le applicazioni con gruppi identici vengono visualizzate raggruppate insieme. + + + Policy engine mode + Modalità motore criteri + + + UI Settings + Impostazioni dell'Interfaccia Utente + + + Launch URL + URL di Avvio + + + https://... + + + If left empty, authentik will try to extract the launch URL based on the selected provider. + Se lasciato vuoto, authentik proverà ad estrarre l'URL di lancio in base al provider selezionato. + + + Open in new tab + Apri in una nuova scheda + + + If checked, the launch URL will open in a new browser tab or window from the user's application library. + Se selezionato, l'URL di avvio si aprirà in una nuova scheda o finestra del browser dalla libreria dell'applicazione dell'utente. + + + Select all rows + Seleziona tutte le righe + + + Bind existing policy/group/user + Associa la politica/gruppo/utente esistente + + + Order + Ordine + + + Enabled + Abilitato + + + Timeout + Timeout + + + Configure Bindings + Configura associazioni + + + Policy + Criterio + + + + Group + Gruppo + + + + User + Utente + + + + Configure Policy/User/Group Bindings + Configura associazioni Policy/User/Group + + + These policies control which users can access this application. + Questi criteri controllano quali utenti possono accedere a questa applicazione. + + + No bound policies. + Nessun criterio associato + + + No policies are currently bound to this object. + Nessun criterio è associato a questo oggetto al momento. + + + Bind policy/group/user + Associa policy/group/user + + + Configure Policy Bindings + Configura Associazione Criteri + + + Pass + Pass + + + Don't Pass + Non Passare + + + Edit Binding + Modifica Associazione + + + Save Binding + Salva associazione + + + Create a Policy/User/Group Binding + Crea una associazione Policy/User/Group + + + Policy + Criterio + + + Negate result + Negare il risultato + + + Negates the outcome of the binding. Messages are unaffected. + Nega il risultato dell'associazione. I messaggi non vengono influenzati. + + + Failure result + Risultato fallimento + + + Enterprise only + Solo Enterprise + + + Learn more about the enterprise license. + + + Apply changes + Applica modifiche + + + Close wizard + + + UNNAMED + + + Wizard content + + + Finish + Concludi + + + Select type + Seleziona il tipo + + + Select a provider type + + + Icon + Icona + + + Choose a Provider + Scegli un Provider + + + Please choose a provider type before proceeding. + Selezionare un tipo di provider prima di procedere. + + + Choose a Provider Type + Scegli un tipo di provider + + + Certificate + Certificato + + + Select a certificate... + + + Authentication + Autenticazione + + + Authorization + Autorizzazione + + + Enrollment + Iscrizione + + + Invalidation + Invalidazione + + + Stage Configuration + Configurazione della fase + + + Unenrollment + Disiscrizione + + + Unknown designation + Designazione sconosciuta + + + Stacked + Impilato + + + Content left + Contenuto a sinistra + + + Content right + Contenuto a destra + + + Sidebar left + Sidebar a sinistra + + + Sidebar right + Sidebar a destra + + + Unknown layout + Layout sconosciuto + + + Select a flow... + + + Add All Available + Aggiungi Tutti Disponibili + + + Remove All Available + Rimuovi Tutti Disponibili + + + Remove + Rimuovi + + + Remove All + Rimuovi Tutti + + + Pagination + Impaginazione + + + Available options + Opzioni disponibili + + + Selected options + Opzioni selezionate + + + Search ... + + + (Format: hours=-1;minutes=-2;seconds=-3). + (Formato: hours=-1;minutes=-2;seconds=-3). + + + (Format: hours=1;minutes=2;seconds=3). + (Formato: hours=1;minutes=2;seconds=3). + + + The following keywords are supported: + I seguenti parole chiave sono supportate: + + + Cached binding + Asociazione in cache + + + Flow is executed and session is cached in memory. Flow is executed when session expires + Il flusso viene eseguito e la sessione viene memorizzata nella cache. Il flusso viene eseguito alla scadenza della sessione + + + Direct binding + Associazione diretta + + + Always execute the configured bind flow to authenticate the user + Esegui sempre il flusso di collegamento configurato per autenticare l'utente + + + Cached querying + Interrogazione cache + + + The outpost holds all users and groups in-memory and will refresh every 5 Minutes + L'avamposto tiene tutti gli utenti e i gruppi in memoria e li aggiorna ogni 5 Minuti + + + Direct querying + Interrogazione diretta + + + Always returns the latest data, but slower than cached querying + Ritorna sempre i dati più recenti, ma è più lento del cached querying + + + When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon. + Se abilitato, l'autenticazione multi-fattore basata su codice può essere utilizzata aggiungendo un punto e virgola e il codice TOTP alla password. Questo dovrebbe essere abilitato solo se tutti gli utenti che si legaranno a questo provider hanno un dispositivo TOTP configurato, poiché altrimenti una password può essere respinta in modo errato se contiene un punto e virgola. + + + The certificate for the above configured Base DN. As a fallback, the provider uses a self-signed certificate. + Il certificato per la base di base sopra configurata DN. Come fallback, il fornitore utilizza un certificato autofirmati. + + + DNS name for which the above configured certificate should be used. The certificate cannot be detected based on the base DN, as the SSL/TLS negotiation happens before such data is exchanged. + Nome DNS per il quale deve essere utilizzato il certificato configurato sopra. Il certificato non può essere rilevato in base al DN di base, poiché la negoziazione SSL/TLS avviene prima che tali dati vengano scambiati. + + + The start for uidNumbers, this number is added to the user.Pk to make sure that the numbers aren't too low for POSIX users. Default is 2000 to ensure that we don't collide with local users uidNumber + L'inizio di uidNumbers, questo numero viene aggiunto a user.Pk per assicurarsi che i numeri non siano troppo bassi per gli utenti POSIX. Il valore predefinito è 2000 per garantire che non ci si scontri con gli utenti locali. + + + The start for gidNumbers, this number is added to a number generated from the group.Pk to make sure that the numbers aren't too low for POSIX groups. Default is 4000 to ensure that we don't collide with local groups or users primary groups gidNumber + Il punto di partenza per gidNumbers, questo numero viene aggiunto a un numero generato dal group.pk per assicurarsi che i numeri non siano troppo bassi per i gruppi POSIX. Il valore predefinito è 4000 per garantire che non ci siano collisioni con gruppi locali o gruppi primari di utenti gidNumber. + + + Provider Name + + + Type a provider name... + + + Bind mode + Modalità associazione + + + Configure how the outpost authenticates requests. + Configura come l'avamposto autentica le richieste. + + + Search mode + Modalità di ricerca + + + Configure how the outpost queries the core authentik server's users. + Configura come l'avamposto interroga gli utenti del server core authentik. + + + Code-based MFA Support + Supporto MFA basato sul codice + + + Flow settings + Impostazione flusso + + + Bind flow + Associazione fase + + + Flow used for users to authenticate. + Flusso usato per autenticare gli utenti. + + + Unbind flow + Sblind Flow + + + Flow used for unbinding users. + Flusso utilizzato per gli utenti che non si muovono. + + + Protocol settings + Impostazioni del protocollo + + + Base DN + Base DN + + + LDAP DN under which bind requests and search requests can be made. + LDAP DN sotto il quale possono essere effettuate le richieste di bind e di ricerca. + + + TLS Server name + Nome server TLS + + + UID start number + Numero di inizio UID + + + GID start number + Numero di inizio GID + + + Configure LDAP Provider + Configurare il provider LDAP + + + Show field content + Mostra il contenuto del campo + + + Hide field content + Nascondi il contenuto del campo + + + Add entry + Aggiungi voce + + + Strict + Strict + + + Regex + Regex + + + URL + URL + + + Confidential + Confidenziale + + + Confidential clients are capable of maintaining the confidentiality of their credentials such as client secrets + I client confidenziali sono in grado di mantenere la riservatezza delle proprie credenziali, ad esempio i segreti del client + + + Public + Pubblico + + + Public clients are incapable of maintaining the confidentiality and should use methods like PKCE. + I clienti pubblici non sono in grado di mantenere la confidenzialità e dovrebbero utilizzare metodi come PKCE. + + + Back-channel + + + Server-to-server logout notifications + + + Front-channel + + + Browser iframe logout notifications + + + Based on the User's hashed ID + In base all'hashed ID dell'utente + + + Based on the User's ID + In base all'ID dell'utente + + + Based on the User's UUID + Basato sull'UUID dell'utente + + + Based on the User's username + In base al nome utente dell'utente + + + Based on the User's Email + In base all'e-mail dell'utente + + + This is recommended over the UPN mode. + Questo è consigliato in modalità UPN. + + + Based on the User's UPN + In base all'UPN dell'utente + + + Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains. + Richiede che l'utente abbia un attributo "upn" impostato e ricorre all'ID utente con hash. Utilizza questa modalità solo se disponi di domini UPN e di posta diversi. + + + Each provider has a different issuer, based on the application slug + Ogni provider ha un emittente diverso, in base allo slug dell'applicazione + + + Same identifier is used for all providers + Lo stesso identificatore viene utilizzato per tutti i fornitori + + + Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows. + URI di reindirizzamento validi dopo un flusso di autorizzazione riuscito. Specificare anche eventuali origini per i flussi impliciti. + + + If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved. + Se non vengono specificati URI di reindirizzamento espliciti, verrà salvato il primo URI di reindirizzamento utilizzato correttamente. + + + To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have. + Per consentire qualsiasi URI di reindirizzamento, imposta la modalità su Regex e il valore su ".*". Tieni presente le possibili implicazioni per la sicurezza. + + + Authorization flow + Flusso di autorizzazione + + + Select an authorization flow... + + + Flow used when authorizing this provider. + Flusso utilizzato durante l'autorizzazione di questo provider. + + + Client type + Tipologia client + + + Client ID + Client ID + + + Client Secret + Client Secret + + + Redirect URIs/Origins (RegEx) + Reindirizzamento URI/Origini (RegEx) + + + Logout URI + + + URI to send logout notifications to when users log out. Required for OpenID Connect Logout functionality. + + + Logout Method + + + The logout method determines how the logout URI is called — back-channel (server-to-server) or front-channel (browser iframe). + + + Signing Key + Chiave di firma + + + Select a signing key... + + + Key used to sign the tokens. + Chiave utilizzata per firmare i token. + + + Advanced flow settings + Impostazioni di flusso avanzate + + + Authentication flow + Flusso di autenticazione + + + Select an authentication flow... + + + Flow used when a user access this provider and is not authenticated. + Flusso utilizzato quando un utente accede a questo provider e non è autenticato. + + + Invalidation flow + Flusso di invalidazione + + + Select an invalidation flow... + + + Flow used when logging out of this provider. + Flusso usato quando si disconnette questo provider. + + + Advanced protocol settings + Impostazioni avanzate del protocollo + + + Access code validity + Codice di accesso valido + + + Configure how long access codes are valid for. + Configura per quanto tempo sono validi i codici di accesso. + + + Access Token validity + Validità del token di accesso + + + Configure how long access tokens are valid for. + Configura per quanto tempo sono validi i token di accesso. + + + Refresh Token validity + Validità del token di aggiornamento + + + Configure how long refresh tokens are valid for. + Configura per quanto tempo sono validi i token di aggiornamento. + + + Refresh Token threshold + + + When renewing a refresh token, if the existing refresh token's expiry is within this threshold, the refresh token will be renewed. Set to seconds=0 to always renew the refresh token. + + + Scopes + Ambiti + + + Available Scopes + Scopi disponibili + + + Selected Scopes + Scopi selezionati + + + Select which scopes can be used by the client. The client still has to specify the scope to access the data. + Selezionare quali ambiti possono essere utilizzati dal client. Il client deve ancora specificare l'ambito per accedere ai dati. + + + Encryption Key + Chiave di crittografia + + + Select an encryption key... + + + Key used to encrypt the tokens. Only enable this if the application using this provider supports JWE tokens. + + + authentik only supports RSA-OAEP-256 for encryption. + + + Subject mode + Modalità soggetto + + + Configure what data should be used as unique User Identifier. For most cases, the default should be fine. + Configura quali dati devono essere utilizzati come identificatore utente univoco. Nella maggior parte dei casi, l'impostazione predefinita dovrebbe andare bene. + + + Include claims in id_token + Includi attestazioni in id_token + + + Include User claims from scopes in the id_token, for applications that don't access the userinfo endpoint. + Includere le attestazioni utente dagli ambiti in id_token, per le applicazioni che non accedono all'endpoint userinfo. + + + Issuer mode + Modalità emittente + + + Configure how the issuer field of the ID Token should be filled. + Configura come deve essere compilato il campo dell'emittente del token ID. + + + Machine-to-Machine authentication settings + Impostazioni di autenticazione da macchina a macchina + + + Federated OIDC Sources + Sorgenti OIDC Federate + + + Available Sources + Fonti disponibili + + + Selected Sources + Fonti selezionate + + + JWTs signed by certificates configured in the selected sources can be used to authenticate to this provider. + I JWT firmati dai certificati configurati nelle origini selezionate possono essere utilizzati per autenticarsi presso questo provider. + + + Federated OIDC Providers + Fornitori OIDC Federati + + + Available Providers + Fornitori disponibili + + + Selected Providers + Fornitori Selezionati + + + JWTs signed by the selected providers can be used to authenticate to this provider. + Per autenticarsi presso questo provider è possibile utilizzare i JWT firmati dai provider selezionati. + + + Configure OAuth2 Provider + Configura fornitore OAuth2 + + + Successfully updated provider. + Provider aggiornato con successo. + + + Successfully created provider. + Provider creato con successo. + + + An error occurred while updating the provider. + + + An error occurred while creating the provider. + + + HTTP-Basic Username Key + Chiave del nome utente HTTP-Basic + + + User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. + Attributo utente/gruppo utilizzato per la parte utente dell'intestazione HTTP-Basic. Se non impostato, viene utilizzato l'indirizzo e-mail dell'utente. + + + HTTP-Basic Password Key + Chiave password HTTP-Basic + + + User/Group Attribute used for the password part of the HTTP-Basic Header. + Attributo utente/gruppo utilizzato per la parte password dell'intestazione HTTP-Basic. + + + Proxy + Proxy + + + Forward auth (single application) + Autenticazione inoltrata (applicazione singola) + + + Forward auth (domain level) + Autenticazione inoltrata (a livello di dominio) + + + This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well. + Questo provider si comporterà come un proxy inverso trasparente, tranne per il fatto che le richieste devono essere autenticate. Se la tua applicazione upstream utilizza HTTPS, assicurati di connetterti all'avamposto utilizzando anche HTTPS. + + + External host + Host esterno + + + The external URL you'll access the application at. Include any non-standard port. + L'URL esterno da cui accederai all'applicazione. Includere qualsiasi porta non standard. + + + Internal host + Host interno + + + http(s)://... + + + Upstream host that the requests are forwarded to. + Host upstream a cui vengono inoltrate le richieste. + + + Internal host SSL Validation + Convalida SSL host interna + + + Validate SSL Certificates of upstream servers. + Convalida i certificati SSL dei server upstream. + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Each application/domain needs its own provider. Additionally, on each domain, /outpost.goauthentik.io must be routed to the outpost (when using a managed outpost, this is done for you). + Usa questo provider con l'auth_request di Nginx o il forkauth di Traefik. Ogni applicazione/dominio ha bisogno del proprio fornitore. Inoltre, su ciascun dominio, /outpost.goauthentik.io deve essere indirizzato all'avamposto (quando si utilizza un avamposto gestito, questo viene fatto per te). + + + Use this provider with nginx's auth_request or traefik's forwardAuth. Only a single provider is required per root domain. You can't do per-application authorization, but you don't have to create a provider for each application. + Utilizza questo provider con auth_request di nginx o forwardAuth di traefik. È richiesto un solo provider per dominio root. Non è possibile eseguire l'autorizzazione per applicazione, ma non è necessario creare un provider per ogni applicazione. + + + An example setup can look like this: + Una configurazione di esempio può assomigliare a questa: + + + authentik running on auth.example.com + authentik in esecuzione su auth.example.com + + + app1 running on app1.example.com + app1 in esecuzione su app1.example.com + + + In this case, you'd set the Authentication URL to auth.example.com and Cookie domain to example.com. + In questo caso, imposteresti l'URL di autenticazione su auth.example.com e il dominio dei cookie su example.com. + + + Authentication URL + URL di autenticazione + + + The external URL you'll authenticate at. The authentik core server should be reachable under this URL. + L'URL esterno su cui ti autenticherai. Il server core authentik dovrebbe essere raggiungibile tramite questo URL. + + + Cookie domain + Dominio dei cookie + + + domain.tld + + + Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'. + Impostalo sul dominio per il quale desideri che l'autenticazione sia valida. Deve essere un dominio principale dell'URL riportato sopra. Se esegui applicazioni come app1.domain.tld, app2.domain.tld, impostalo su "domain.tld". + + + Token validity + Validità del token + + + Configure how long tokens are valid for. + Configura per quanto tempo sono validi i token. + + + Additional scopes + Ambiti aggiuntivi + + + Additional scope mappings, which are passed to the proxy. + Mapping di ambito aggiuntivi, che vengono passati al proxy. + + + Unauthenticated URLs + URL non autenticati + + + Unauthenticated Paths + Percorsi non autenticati + + + Regular expressions for which authentication is not required. Each new line is interpreted as a new expression. + Espressioni regolari per le quali non è richiesta l'autenticazione. Ogni nuova riga viene interpretata come una nuova espressione. + + + When using proxy or forward auth (single application) mode, the requested URL Path is checked against the regular expressions. When using forward auth (domain mode), the full requested URL including scheme and host is matched against the regular expressions. + Quando si utilizza la modalità proxy o di autenticazione inoltrata (applicazione singola), il percorso URL richiesto viene confrontato con le espressioni regolari. Quando si utilizza l'autenticazione inoltrata (modalità dominio), l'URL completo richiesto, inclusi schema e host, viene confrontato con le espressioni regolari. + + + Authentication settings + Impostazioni di autenticazione + + + Intercept header authentication + Intercetta l'authorization header + + + When enabled, authentik will intercept the Authorization header to authenticate the request. + Se abilitato, authentik intercetterà la authorization header per autenticare la richiesta. + + + Send HTTP-Basic Authentication + Invia HTTP-Basic Authentication + + + Send a custom HTTP-Basic Authentication header based on values from authentik. + Imposta un header personalizzato HTTP-Basic Authentication basato su parametri provenienti da authentik. + + + Configure Proxy Provider + Configurare Proxy Provider + + + Configure Remote Access Provider + Configura provider di accesso remoto + + + Connection expiry + Scadenza della connessione + + + Determines how long a session lasts before being disconnected and requiring re-authorization. + Determina quanto dura una sessione prima di essere disconnessa e richiedere una riautorizzazione. + + + Property mappings + Mapping delle proprietà + + + Available Property Mappings + Mapping di proprietà disponibili + + + Selected Property Mappings + Mapping di proprietà selezionati + + + List of CIDRs (comma-seperated) that clients can connect from. A more specific CIDR will match before a looser one. Clients connecting from a non-specified CIDR will be dropped. + Elenco di CIDR (separati da virgole) da cui i client possono connettersi. Un CIDR più specifico verrà abbinato prima di uno meno specifico. I client che si connettono da un CIDR non specificato verranno ignorati. + + + Shared secret + Segreto condiviso + + + Client Networks + Client Networks + + + Certificate used for EAP-TLS. Requires Mutual TLS Stage in authentication flow. + + + Configure Radius Provider + Configurare il provider del raggio + + + Redirect + Redirect + + + Post + Post + + + Sign assertions + Segnale + + + When enabled, the assertion element of the SAML response will be signed. + Se abilitato, verrà firmato l'elemento di asserzione della risposta SAML. + + + Sign responses + Risposte dei segni + + + When enabled, the SAML response will be signed. + Se abilitata, la risposta SAML verrà firmata. + + + Sign logout requests + + + When enabled, SAML logout requests will be signed. + + + Front-channel (Iframe) + + + Front-channel (Native) + + + Back-channel (POST) + + + SLS Binding + + + Determines how authentik sends the logout response back to the Service Provider. + + + Method to use for logout when SLS URL is configured. + + + ACS URL + ACS URL + + + Service Provider Binding + Associazione del fornitore di servizi + + + Determines how authentik sends the response back to the Service Provider. + Determina il modo in cui authentik invia la risposta al fornitore di servizi. + + + Issuer + Emittente + + + Also known as Entity ID. + + + Audience + Audience + + + SLS URL + + + Optional Single Logout Service URL to send logout responses to. If not set, no logout response will be sent. + + + Signing Certificate + Certificato di firma + + + Certificate used to sign outgoing Responses going to the Service Provider. + Certificato utilizzato per firmare le risposte in uscita destinate al fornitore di servizi. + + + Verification Certificate + Certificato di verifica + + + When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. + Se selezionata, le firme dell'asserzione in entrata verranno convalidate rispetto a questo certificato. Per consentire richieste non firmate, lasciare l'impostazione predefinita. + + + Encryption Certificate + Certificato di crittografia + + + When selected, assertions will be encrypted using this keypair. + Quando selezionati, le asserzioni verranno crittografate usando questo tasto. + + + Available User Property Mappings + Mapping di proprietà utente disponibili + + + Selected User Property Mappings + Mapping di proprietà utente selezionati + + + NameID Property Mapping + Mappatura proprietà NameID + + + Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be respected. + Configura il modo in cui verrà creato il valore NameID. Se lasciato vuoto, verrà rispettato il NameIDPolicy della richiesta in arrivo. + + + AuthnContextClassRef Property Mapping + Mappatura Proprietà AuthnContextClassRef + + + Configure how the AuthnContextClassRef value will be created. When left empty, the AuthnContextClassRef will be set based on which authentication methods the user used to authenticate. + Configura come verrà creato il valore AuthnContextClassRef. Se lasciato vuoto, AuthnContextClassRef verrà impostato in base ai metodi di autenticazione utilizzati dall'utente. + + + Assertion valid not before + Asserzione valida non prima + + + Configure the maximum allowed time drift for an assertion. + Configurare lo scostamento temporale massimo consentito per un'asserzione. + + + Assertion valid not on or after + Affermazione valida non il o dopo + + + Assertion not valid on or after current time + this value. + Asserzione non valida a partire dall'ora corrente + questo valore. + + + Session valid not on or after + Sessione valida non il o dopo + + + Session not valid on or after current time + this value. + Sessione non valida a partire dall'ora corrente + questo valore. + + + Default relay state + Stato di relè predefinito + + + When using IDP-initiated logins, the relay state will be set to this value. + Quando si utilizzano gli accessi avviati da IDP, lo stato di relè verrà impostato su questo valore. + + + Default NameID Policy + + + Persistent + Persistente + + + Email address + Indirizzo email + + + Windows + Windows + + + X509 Subject + Soggetto X509 + + + Transient + Effimero + + + Configure the default NameID Policy used by IDP-initiated logins and when an incoming assertion doesn't specify a NameID Policy (also applies when using a custom NameID Mapping). + + + Digest algorithm + Algoritmo digest + + + Signature algorithm + Algoritmo firma + + + Configure SAML Provider + Configurare il provider SAML + + + Token + Token + + + Token to authenticate with. + + + OAuth Source + + + Specify OAuth source used for authentication. + + + OAuth Parameters + + + Additional OAuth parameters, such as grant_type. + + + SCIM base url, usually ends in /v2. + URL di base SCIM, in genere termina con /v2. + + + Verify SCIM server's certificates + Verifica i certificati del server Scim + + + Authentication Mode + + + Authenticate SCIM requests using a static token. + + + OAuth + + + Authenticate SCIM requests using OAuth. + + + Compatibility Mode + Modalità di Compatibilità + + + Default + Predefinito + + + Default behavior. + Comportamento predefinito. + + + AWS + AWS + + + Altered behavior for usage with Amazon Web Services. + Comportamento modificato per l'utilizzo con Amazon Web Services. + + + Slack + Slack + + + Altered behavior for usage with Slack. + Comportamento modificato per l'utilizzo con Slack. + + + Salesforce + + + Altered behavior for usage with Salesforce. + + + Alter authentik's behavior for vendor-specific SCIM implementations. + Modifica il comportamento di authentik per le implementazioni SCIM specifiche del fornitore. + + + Enable dry-run mode + Abilita la modalità di prova + + + When enabled, mutating requests will be dropped and logged instead. + Quando abilitata, le richieste di modifica verranno eliminate e registrate. + + + User filtering + Filtraggio utenti + + + Exclude service accounts + Escludi account di servizio + + + Only sync users within the selected group. + Sincronizza solo gli utenti all'interno del gruppo selezionato. + + + Attribute mapping + Mappatura attributi + + + User Property Mappings + Mappatura proprietà utenti + + + Property mappings used to user mapping. + Mappature delle proprietà utilizzate per la mappatura degli utenti. + + + Group Property Mappings + Mappatura proprietà gruppi + + + Available Group Property Mappings + Mapping di proprietà del gruppo disponibili + + + Selected Group Property Mappings + Mapping di proprietà del gruppo selezionati + + + Property mappings used to group creation. + Mappature delle proprietà utilizzate per la creazione del gruppo. + + + Sync settings + + + Page size + + + Controls the number of objects synced in a single task. + + + Page timeout + + + Timeout for synchronization of a single page. + + + Configure SCIM Provider + Configurare il provider SCIM + + + Configure Provider + Configura Fornitore + + + Type + Tipo + + + None + + + strict + strict + + + regexp + regexp + + + Forward auth (domain-level) + Forward auth (domain-level) + + + Unknown proxy mode + Modalità proxy sconosciuta + + + Mode + Modalità + + + Internal Host + Host Interno + + + External Host + Host Esterno + + + Basic-Auth + Basic-Auth + + + Unknown type + Tipo sconosciuto + + + Redirect URIs + URI di reindirizzamento + + + Review and Submit Application + Esamina e Crea l'Applicazione + + + Submit + Invia + + + There was an error in the application. + C'è stato un errore nell'applicazione. + + + Review the application. + Rivedi l'applicazione. + + + There was an error in the provider. + C'è stato un errore nel provider. + + + Review the provider. + Rivedere il fornitore. + + + There was an error. Please go back and review the application. + Si è verificato un errore. Torna indietro e rivedi l'applicazione. + + + There was an error: + Si è verificato un errore: + + + Please go back and review the application. + Torna indietro e rivedi l'applicazione. + + + There was an error creating the application, but no error message was sent. Please review the server logs. + Si è verificato un errore creando l'applicazione, ma non è stato inviato alcun messaggio di errore. Si prega di rivedere i registri del server. + + + Review the Application and Provider + Esamina l'Applicazione e il Fornitore + + + Provider + Provider + + + Your application has been saved + La tua applicazione è stata salvata + + + Saving application... + Salvataggio dell'applicazione... + + + authentik was unable to complete this process. + authentik non è riuscito a completare questo processo. + + + Don't show this message again. + Non mostrare di nuovo questo messaggio. + + + One hint, 'New Application Wizard', is currently hidden + Un suggerimento, "New Application Wizard", è attualmente nascosto + + + Restore Application Wizard Hint + Ripristina il suggerimento per la procedura guidata dell'applicazione + + + Create with wizard + Crea con la procedura guidata + + + Successfully imported provider. + Fornitore importato correttamente. + + + Metadata + Metadati + + + Create + Crea + + + New provider + Nuovo provider + + + Create a new provider. + Crea un nuovo provider. + + + Create + Crea + + + + New Provider + + + Open the wizard to create a new provider. + + + Credentials + Credenziali + + + Google Cloud credentials file. + File di credenziali di Google Cloud. + + + Delegated Subject + Soggetto delegato + + + Email address of the user the actions of authentik will be delegated to. + Indirizzo e -mail dell'utente Le azioni di authentik saranno delegate. + + + Default group email domain + Dominio e -mail del gruppo predefinito + + + Default domain that is used to generate a group's email address. Can be customized using property mappings. + Dominio predefinito che viene utilizzato per generare l'indirizzo e -mail di un gruppo. Può essere personalizzato utilizzando mapping di proprietà. + + + User deletion action + Azione di cancellazione dell'utente + + + User is deleted + Utente cancellato + + + Suspend + Sospendi + + + User is suspended, and connection to user in authentik is removed. + L'utente viene sospeso e la connessione all'utente in Autenik viene rimossa. + + + Do Nothing + Fai Nulla + + + The connection is removed but the user is not modified + La connessione viene rimossa ma l'utente non viene modificato + + + Determines what authentik will do when a User is deleted. + Determina cosa farà authentik quando viene eliminato un utente. + + + Group deletion action + Azione di cancellazione del gruppo + + + Group is deleted + Gruppo cancellato + + + The connection is removed but the group is not modified + La connessione viene rimossa ma il gruppo non viene modificato + + + Determines what authentik will do when a Group is deleted. + Determina cosa farà authentik quando viene eliminato un gruppo. + + + Client ID for the app registration. + ID client per la registrazione dell'app. + + + Client secret for the app registration. + Segreto del cliente per la registrazione dell'app. + + + Tenant ID + Tenant ID + + + ID of the tenant accounts will be synced into. + ID dei conti degli inquilini verrà sincronizzato. + + + Delete authorization on disconnect + Elimina l'autorizzazione su disconnessione + + + When enabled, connection authorizations will be deleted when a client disconnects. This will force clients with flaky internet connections to re-authorize the endpoint. + Se abilitato, le autorizzazioni di connessione verranno eliminate quando un client si disconnette. Ciò costringerà i clienti con connessioni Internet traballante per autorizzare nuovamente l'endpoint. + + + Connection settings. + Impostazioni connessione. + + + Key used to sign the events. + Chiave usata per firmare gli eventi. + + + Event Retention + Conservazione degli eventi + + + Determines how long events are stored for. If an event could not be sent correctly, its expiration is also increased by this duration. + Determina per quanto tempo gli eventi vengono archiviati. Se un evento non può essere inviato correttamente, anche la sua scadenza viene aumentata di questa durata. + + + OIDC Providers + Fornitori OIDC + + + Providers + Providers + + + Provide support for protocols like SAML and OAuth to assigned applications. + Fornire supporto per protocolli come SAML e OAuth alle applicazioni assegnate. + + + Provider Search + + + Search for providers… + + + Provider(s) + Provider(s) + + + Assigned to application + Assegnato all'applicazione + + + Assigned to application (backchannel) + Assegnato all'applicazione (backchannel) + + + Provider not assigned to any application. + + + Update + + + Edit "" provider + + + Successfully triggered sync. + Sincronizzazione attivata con successo. + + + Log messages + Messaggi di log + + + Override dry-run mode + Ignorare la modalità di prova + + + When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider. + Quando abilitata, questa sincronizzazione continuerà a eseguire le richieste di modifica indipendentemente dalla modalità di esecuzione di prova nel fornitore. + + + Sync + Sincronizzazione + + + Sync Group + Gruppo di sincronizzazione + + + Google Workspace Group(s) + Gruppo(i) Google Workspace + + + Sync User + Sincronizzazione utente + + + Google Workspace User(s) + Utente(i) Google Workspace + + + Username + Username + + + Current status + + + Sync is currently running. + + + Sync is not currently running. + + + Last successful sync + + + No successful sync found. + + + Last sync status + + + Changelog + Changelog + + + Provisioned Users + Utenti forniti + + + Provisioned Groups + Gruppi provocatori + + + Warning: Provider is not assigned to an application as backchannel provider. + Attenzione: Il provider non è assegnato a un'applicazione come provider di backchannel. + + + Dry-run + Prova + + + Update Google Workspace Provider + Aggiorna fornitore Google Workspace + + + Select providers to add to application + Seleziona i provider da aggiungere all'applicazione + + + Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test". + Inserisci un URL completo, un percorso relativo oppure utilizza "fa://fa-test" per utilizzare l'icona "fa-test" di Font Awesome. + + + Path template for users created. Use placeholders like `%(slug)s` to insert the source slug. + Modello di percorso per gli utenti creato. Utilizza segnaposto come `%(slug)s` per inserire lo slug di origine. + + + Successfully updated application. + Applicazione aggiornata con successo. + + + Successfully created application. + Applicazione creata con successo. + + + Using this form will only create an Application. In order to authenticate with the application, you will have to manually pair it with a Provider. + Utilizzando questo modulo verrà creata solo un'applicazione. Per autenticarsi con l'applicazione, sarà necessario associarla manualmente a un provider. + + + Select a provider that this application should use. + Seleziona provider per questa applicazione. + + + Backchannel Providers + Fornitori di backchannel + + + Select backchannel providers which augment the functionality of the main provider. + Seleziona fornitori di backchannel che aumentano la funzionalità del fornitore principale. + + + Add provider + Aggiungi provider + + + UI settings + Impostazioni dell'interfaccia utente + + + Icon + Icona + + + Publisher + Publisher + + + Description + Descrizione + + + Create Application + Crea Applicazione + + + Warning: Provider is not used by any Outpost. + Attenzione: il fornitore non è utilizzato da nessun avamposto. + + + Assigned to application + Assegnato all'applicazione + + + Update LDAP Provider + Aggiorna Provider LDAP + + + How to connect + Come connettersi + + + Connect to the LDAP Server on port 389: + Connettiti al server LDAP sulla porta 389: + + + Check the IP of the Kubernetes service, or + Controlla l'IP del servizio Kubernetes, oppure + + + The Host IP of the docker host + L'IP host dell'host docker + + + Bind DN + Bind DN + + + Bind Password + Password di Associazione + + + Your authentik password + La tua password di authentik + + + Search base + Ricerca base + + + Microsoft Entra Group(s) + Gruppo(i) Microsoft Entra + + + Microsoft Entra User(s) + Utente(i) Microsoft Entra + + + Update Microsoft Entra Provider + Aggiorna Frontiore Microsoft Entra + + + Preview + Anteprima + + + Warning: Provider is not used by an Application. + Attenzione: il provider non è utilizzato da un'applicazione. + + + + + + Update OAuth2 Provider + Aggiorna fornitore OAuth2 + + + OpenID Configuration URL + URL configurazione OpenID + + + OpenID Configuration Issuer + Emittente configurazione OpenID + + + Authorize URL + Autorizzazione URL + + + Token URL + Token URL + + + Userinfo URL + Userinfo URL + + + Logout URL + Logout URL + + + JWKS URL + JWKS URL + + + JWT payload + JWT payload + + + Preview for user + Anteprima per l'utente + + + Nginx (Ingress) + Nginx (Ingress) + + + Nginx (Proxy Manager) + Nginx (Proxy Manager) + + + Nginx (standalone) + Nginx (standalone) + + + Traefik (Ingress) + Traefik (Ingress) + + + Traefik (Compose) + Traefik (Compose) + + + Traefik (Standalone) + Traefik (Standalone) + + + Caddy (Standalone) + Caddy (Standalone) + + + Update Proxy Provider + Aggiorna Provider Proxy + + + Protocol Settings + Impostazioni Protocollo + + + Allowed Redirect URIs + URI di reindirizzamento consentiti + + + Setup + Impostazione + + + No additional setup is required. + Non è richiesta configurazione aggiuntiva. + + + Connection Token(s) + Connection Token (i) + + + Endpoint + Endpoint + + + Successfully updated endpoint. + Endpoint aggiornato correttamente. + + + Successfully created endpoint. + Endpoint creato correttamente. + + + Protocol + Protocollo + + + RDP + RDP + + + SSH + SSH + + + VNC + VNC + + + Host + Host + + + Hostname/IP to connect to. Optionally specify the port. + + + Maximum concurrent connections + Connessioni simultanee massime + + + Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit. + Connessioni simultanee massime consentite a questo endpoint. Può essere impostato su -1 per disabilitare il limite. + + + Advanced settings + Impostazioni avanzate + + + Search for users by username or display name... + + + Search Users + + + Select Users + + + Active + Attivo + + + Last login + Ultimo accesso + + + Show inactive users + Mostra utenti inattivi + + + Select users + + + Confirm + + + Successfully updated group. + Gruppo aggiornato con successo. + + + Successfully created group. + Gruppo creato con successo. + + + Type a group name... + + + Group Name + + + Superuser Privileges + + + Whether users added to this group will have superuser privileges. + + + Parent Group + Gruppo genitore + + + Roles + Ruoli + + + Available Roles + Ruoli disponibili + + + Selected Roles + Ruoli selezionati + + + Select roles to grant this groups' users' permissions from the selected roles. + Seleziona i ruoli per concedere le autorizzazioni degli utenti di questi gruppi dai ruoli selezionati. + + + Set custom attributes using YAML or JSON. + Imposta attributi personalizzati utilizzando YAML o JSON. + + + Successfully updated binding. + Aggiornato criterio con successo. + + + Successfully created binding. + Creato criterio con successo. + + + Result used when policy execution fails. + Risultato utilizzato quando l'esecuzione delle politiche non riesce. + + + Successfully updated policy. + Criterio aggiornato. + + + Successfully created policy. + Criterio creato. + + + A policy used for testing. Always returns the same result as specified below after waiting a random duration. + Una policy utilizzata per i test. Restituisce sempre lo stesso risultato specificato di seguito dopo aver atteso una durata casuale. + + + Execution logging + Registrazione dell'esecuzione + + + When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged. + Quando questa opzione è abilitata, tutte le esecuzioni di questa policy verranno registrate. Per impostazione predefinita, vengono registrati solo gli errori di esecuzione. + + + Policy-specific settings + Impostazioni specifiche del criterio + + + Pass policy? + Criterio di passaggio? + + + Wait (min) + Attendi (min) + + + The policy takes a random time to execute. This controls the minimum time it will take. + L'esecuzione della policy richiede un tempo casuale. Questo controlla il tempo minimo necessario. + + + Wait (max) + Attendi (max) + + + Matches an event against a set of criteria. If any of the configured values match, the policy passes. + Corrisponde a un evento rispetto a una serie di criteri. Se uno qualsiasi dei valori configurati corrisponde, il criterio passa. + + + Match created events with this action type. When left empty, all action types will be matched. + Abbina gli eventi creati a questo tipo di azione. Se lasciato vuoto, verranno abbinati tutti i tipi di azione. + + + Matches Event's Client IP (strict matching, for network matching use an Expression Policy). + Corrisponde all'IP client di evento (corrispondenza rigorosa, per la corrispondenza della rete utilizza una politica di espressione). + + + Match events created by selected application. When left empty, all applications are matched. + Abbina gli eventi creati dall'applicazione selezionata. Se lasciato vuoto, tutte le applicazioni vengono abbinate. + + + Match events created by selected model. When left empty, all models are matched. + Abbina eventi creati dal modello selezionato. Se lasciati vuoti, tutti i modelli sono abbinati. + + + Checks if the request's user's password has been changed in the last x days, and denys based on settings. + Verifica se la password dell'utente è stata modificata negli ultimi X giorni e rifiuta in base alle impostazioni. + + + Maximum age (in days) + Età massima (in giorni) + + + Only fail the policy, don't invalidate user's password + Fallisci solo il criterio, non invalidare la password dell'utente + + + Executes the python snippet to determine whether to allow or deny a request. + Esegue il frammento di codice Python per determinare se consentire o negare una richiesta. + + + Expression using Python. + Espressione in Python. + + + See documentation for a list of all variables. + Guarda la documentazione per la lista di tutte le variabili. + + + Ensure the user satisfies requirements of geography or network topology, based on IP address. If any of the configured values match, the policy passes. + Assicurarsi che l'utente soddisfi i requisiti di geografia o topologia di rete, in base all'indirizzo IP. Se uno qualsiasi dei valori configurati corrisponde, la politica passa. + + + Distance settings + Impostazioni distanza + + + Check historical distance of logins + Controlla la distanza storica degli accessi + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins. + Se questa opzione è abilitata, i dati GeoIP della richiesta di policy vengono confrontati con il numero specificato di accessi storici. + + + Maximum distance + Distanza massima + + + Maximum distance a login attempt is allowed from in kilometers. + Distanza massima consentita per un tentativo di accesso, espressa in chilometri. + + + Distance tolerance + Tolleranza della distanza + + + Tolerance in checking for distances in kilometers. + Tolleranza nel verificare le distanze in chilometri. + + + Historical Login Count + Conteggio Storico Accessi + + + Amount of previous login events to check against. + Numero di eventi di accesso precedenti da verificare. + + + Check impossible travel + Controlla spostamenti impossibili + + + When this option enabled, the GeoIP data of the policy request is compared to the specified number of historical logins and if the travel would have been possible in the amount of time since the previous event. + Se questa opzione è abilitata, i dati GeoIP della richiesta di policy vengono confrontati con il numero specificato di accessi storici e con se il viaggio sarebbe stato possibile nell'intervallo di tempo trascorso dall'evento precedente. + + + Impossible travel tolerance + Tolleranza spostamenti impossibili + + + Static rule settings + Impostazioni regole statiche + + + ASNs + Asns + + + List of autonomous system numbers. Comma separated. E.g. 13335, 15169, 20940 + Elenco dei numeri di sistema autonomi. Virgola separata. Per esempio. 13335, 15169, 20940 + + + Countries + Paesi + + + Available Countries + Paesi disponibili + + + Selected Countries + Paesi selezionati + + + Static rules + Regole statiche + + + Minimum length + Lunghezza minima + + + Minimum amount of Uppercase Characters + Quantità minima di caratteri maiuscoli + + + Minimum amount of Lowercase Characters + Quantità minima di caratteri minuscoli + + + Minimum amount of Digits + Quantità minima di cifre + + + Minimum amount of Symbols Characters + Quantità minima di simboli caratteri + + + Error message + Messaggio di errore + + + Symbol charset + Set di caratteri simboli + + + Characters which are considered as symbols. + Caratteri considerati simboli. + + + HaveIBeenPwned settings + Impostazioni HaveIBeenPwned + + + Allowed count + Conteggio consentito + + + Allow up to N occurrences in the HIBP database. + Consenti fino a N occorrenze nel database HIBP. + + + zxcvbn settings + Impostazioni zxcvbn + + + Score threshold + Soglia punteggio + + + If the password's score is less than or equal this value, the policy will fail. + Se il punteggio della password è inferiore o uguale a questo valore, la policy fallirà. + + + 0: Too guessable: risky password. (guesses < 10^3) + 0: Troppo indovinabile: password rischiosa. (tentativi < 10^3) + + + 1: Very guessable: protection from throttled online attacks. (guesses < 10^6) + 1: Molto indovinabile: protezione dagli attacchi online limitati. (tentativi < 10^6) + + + 2: Somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8) + 2: Abbastanza indovinabile: protezione dagli attacchi online senza limitazioni. (tentativi < 10^8) + + + 3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10) + 3: Difficilmente indovinabile: protezione moderata dallo scenario offline con hashing lento. (tentativi < 10^10) + + + 4: Very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10) + 4: Molto difficilmente indovinabile: forte protezione dallo scenario offline con hash lento. (tentativi >= 10^10) + + + Checks the value from the policy request against several rules, mostly used to ensure password strength. + Controlla il valore della richiesta di policy rispetto a diverse regole, utilizzate principalmente per garantire la sicurezza della password. + + + Password field + Campo password + + + Field key to check, field keys defined in Prompt stages are available. + Chiave di campo da verificare, sono disponibili le chiavi di campo definite nelle fasi Prompt. + + + Check static rules + Controlla regole statiche + + + Check haveibeenpwned.com + Controlla haveibeenpwned.com + + + For more info see: + Per ulteriori informazioni: + + + Check zxcvbn + Controlla zxcvbn + + + Password strength estimator created by Dropbox, see: + Strumento per la stima della forza della password creato da Dropbox, vedere: + + + Allows/denys requests based on the users and/or the IPs reputation. + Consente/nega le richieste in base alla reputazione degli utenti e/o degli IP. + + + Invalid login attempts will decrease the score for the client's IP, and the +username they are attempting to login as, by one. + I tentativi di accesso fallito diminuiranno di uno il punteggio per l'IP del client e per l'utente. + + + The policy passes when the reputation score is below the threshold, and +doesn't pass when either or both of the selected options are equal or above the threshold. + La policy passa quando il punteggio della reputazione è al di sotto della soglia e + Non passa quando entrambe le opzioni selezionate sono uguali o sopra la soglia. + + + Check IP + Controlla IP + + + Check Username + Controlla Username + + + Threshold + Soglia + + + Ensure that the user's new password is different from their previous passwords. The number of past passwords to check is configurable. + Assicurati che la nuova password dell'utente sia diversa dalle password precedenti. Il numero di password precedenti da verificare è configurabile. + + + Number of previous passwords to check + Numero di password precedenti da controllare + + + New policy + Nuovo criterio + + + Create a new policy. + Crea un nuovo criterio + + + Create Binding + Crea associazione + + + Members + Membri + + + Select groups to add user to + Seleziona i gruppi a cui aggiungere l'utente + + + Warning: Adding the user to the selected group(s) will give them superuser permissions. + Attenzione: L' utente aggiunto al gruppo(i) selezionato otterrà permessi di superutente. + + + Company employees with access to the full enterprise feature set. + + + External consultants or B2C customers without access to enterprise features. + + + Machine-to-machine authentication or other automations. + + + Successfully created user and added to group + + + Successfully created user. + Creato utente con successo. + + + Type a username for the user... + + + The user's primary identifier used for authentication. 150 characters or fewer. + + + Display Name + + + Type an optional display name... + + + The user's display name. + + + User type + Tipo di utente + + + Internal Service account + Conto di servizio interno + + + Managed by authentik and cannot be assigned manually. + + + Email Address + + + Type an optional email address... + + + Whether this user is active and allowed to authenticate. Setting this to inactive can be used to temporarily disable a user without deleting their account. + + + Path + Percorso + + + Type a path for the user... + + + Paths can be used to organize users into folders depending on which source created them or organizational structure. + + + Paths may not start or end with a slash, but they can contain any other character as path segments. The paths are currently purely used for organization, it does not affect their permissions, group memberships, or anything else. + + + Edit Policy + Modifica Criterio + + + Update Group + Aggiorna Gruppo + + + Edit Group + Modifica Gruppo + + + Update User + Aggiorna Utente + + + Edit User + Modifica Utente + + + Policy binding(s) + Associazone(i) criteri + + + Update Binding + Aggiorna Associazione + + + No Policies bound. + Nessun criterio associato. + + + Policy actions + + + Create and bind Policy + Crea e associa criterio + + + Bind existing + Associa esistente + + + The currently selected policy engine mode is : + La modalità del motore di policy attualmente selezionata è : + + + Endpoint(s) + Endpoint(s) + + + Update Endpoint + Aggiorna Endpoint + + + These bindings control which users will have access to this endpoint. Users must also have access to the application. + Questi legami controllano i quali gli utenti avranno accesso a questo endpoint. Gli utenti devono anche avere accesso all'applicazione. + + + Create Endpoint + Crea Endpoint + + + Connections + Connessioni + + + Update RAC Provider + Aggiorna il fornitore di rac + + + Endpoints + Endpoints + + + Update Radius Provider + Aggiorna Provider Radius + + + Download + Scarica + + + Copy download URL + Copiare URL di download + + + Download signing certificate + Scarica il certificato di firma + + + Related objects + Oggetti correlati + + + Update SAML Provider + Aggiorna il provider SAML + + + SAML Configuration + Configurazione SAML + + + EntityID/Issuer + EntityID/Issuer + + + SSO URL (Post) + SSO URL (Post) + + + SSO URL (Redirect) + SSO URL (Redirect) + + + SSO URL (IdP-initiated Login) + SSO URL (IdP-initiated Login) + + + SLO URL (Post) + SLO URL (Post) + + + SLO URL (Redirect) + SLO URL (Redirect) + + + SAML Metadata + Metadati SAML + + + Example SAML attributes + Esempio attributi SAML + + + NameID attribute + Attributo NameID + + + SCIM Group(s) + Gruppo(i) SCIM + + + SCIM User(s) + Utente(i) SCIM + + + Update SCIM Provider + Aggiorna il provider SCIM + + + SSF Provider is in preview. + Il fornitore SSF è in anteprima + + + Send us feedback! + Invia il tuo feedback! + + + SSF URL + URL SSF + + + No assigned application + Nessuna applicazione assegnata + + + Update SSF Provider + Aggiorna Fornitore SSF + + + Streams + Streams + + + Applications + Applicazioni + + + External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access. + Applicazioni esterne che utilizzano come fornitore di identità tramite protocolli come OAuth2 e SAML. Qui sono mostrate tutte le applicazioni, anche quelle a cui non è possibile accedere.. + + + Application Icon + Icona Applicazione + + + Provider Type + Tipo Provider + + + Applications Documentation + + + Application(s) + Applicazione(i) + + + Application icon for "" + + + Update Application + Aggiorna Applicazione + + + Edit "" + + + Open "" + + + Open + Apri + + + Create with Provider + Crea con Fornitore + + + Successfully cleared application cache + Cancellazione della cache dell'applicazione riuscita + + + Failed to delete application cache + Impossibile eliminare la cache dell'applicazione + + + Clear cache + Cancella cache + + + Clear Application cache + Cancella cache Applicazione + + + Are you sure you want to clear the application cache? This will cause all policies to be re-evaluated on their next usage. + Vuoi davvero cancellare la cache dell'applicazione? Questo farà sì che tutte i criteri vengano rivalutati al prossimo utilizzo. + + + Successfully sent test-request. + Richiesta di prova inviata con successo. + + + Successfully updated entitlement. + Entitlement aggiornato con successo. + + + Successfully created entitlement. + Entitlement creato con successo. + + + Application entitlement(s) + Privilegio(i) applicazione + + + Update Entitlement + Aggiorna Privilegio + + + These bindings control which users have access to this entitlement. + Queste associazioni controllano quali utenti hanno accesso a questo entitlement + + + No app entitlements created. + Non sono stati creati entitlements per l'app. + + + This application does currently not have any application entitlements defined. + Questa applicazione al momento non ha eventuali diritti applicativi definiti. + + + Create Entitlement + Crea Privilegio + + + Create entitlement + Crea privilegio + + + Failed to fetch application "". + + + Warning: Application is not used by any Outpost. + + + Related + Correlato + + + Check access + Verifica l'accesso + + + Check + Controlla + + + Check Application access + Controlla l'accesso all'applicazione + + + Test + Test + + + Launch + Avvia + + + Logins over the last week (per 8 hours) + Accessi nell'ultima settimana (per 8 ore) + + + Application entitlements + Privilegi applicazione + + + Application entitlements are in preview. + + + Send us feedback! + + + These entitlements can be used to configure user access in this application. + Questi entitlements possono essere utilizzati per configurare l'accesso degli utenti in questa applicazione. + + + Policy / Group / User Bindings + Associazione Criterio / Gruppo / Utente + + + Loading application... + + + Successfully updated device. + Dispositivo aggiornato correttamente. + + + Device name... + + + Device name + + + Device Group + + + Connector setup + + + Copy + Copia + + + Download the latest package from here: + + + Afterwards, select the enrollment token you want to use: + + + macOS + + + Linux + + + Configured connector does not support setup. + + + No connectors configured. Navigate to connectors in the sidebar and create a connector. + + + Unix + + + BSD + + + Android + + + iOS + + + Devices + + + OS + + + Endpoint Devices are in preview. + + + Total devices + + + Total count of devices across all groups + + + Unreachable devices + + + Devices that authentik hasn't received information about in 24h. + + + Outdated agents + + + Devices running an outdated version of an agent + + + Update Device + Aggiorna Dispositivo + + + Endpoint Device(s) + + + Device + + + Loading device... + + + Device details + + + Hostname + Hostname + + + Serial number + + + Operating system + + + Firewall enabled + + + Hardware + + + Manufacturer + + + CPU + + + x + + + Memory + + + Disk encryption + + + Users / Groups + + + Processes + + + Connector name + + + Flow used for users to authorize. + + + Certificate used for signing device compliance challenges. + + + Session duration + Durata della sessione + + + Configure how long an authenticated session is valid for. + + + Terminate authenticated sessions on token expiry + + + Refresh interval + + + Interval how frequently the agent tries to update its config. + + + Unix settings + + + NSS User ID offset + + + NSS Group ID offset + + + New connector + + + Create a new connector. + + + Connectors are required to create devices. Depending on connector type, agents either directly talk to them or they talk to and external API to create devices. + + + Connectors + + + Connector(s) + + + Successfully updated token. + Token aggiornato correttamente. + + + Successfully created token. + Token creato correttamente. + + + Expires on + Scade il + + + Token name + + + Expiring + In scadenza + + + Expires? + Scade? + + + Expiry date + Data di scadenza + + + Enrollment Token(s) + + + Copy token + Copia token + + + Create Enrollment Token + + + Enrollment Tokens + + + Group name... + + + Group name + + + Device access groups + + + Create groups of devices to manage access. + + + Create Device Group + + + Device Group(s) + + + Successfully updated source. + Sorgente aggiornata. + + + Successfully created source. + Sorgente creata. + + + Link users on unique identifier + Collega gli utenti su un identificatore univoco + + + Link to a user with identical email address. Can have security implications when a source doesn't validate email addresses + Collegamento a un utente con indirizzo email identico. Può avere implicazioni sulla sicurezza quando una fonte non convalida gli indirizzi e-mail + + + Use the user's email address, but deny enrollment when the email address already exists + Utilizza l'indirizzo e-mail dell'utente, ma nega la registrazione quando l'indirizzo e-mail esiste già + + + Link to a user with identical username. Can have security implications when a username is used with another source + Collegamento a un utente con nome utente identico. Può avere implicazioni sulla sicurezza quando un nome utente viene utilizzato con un'altra fonte + + + Use the user's username, but deny enrollment when the username already exists + Utilizza il nome utente dell'utente, ma nega la registrazione quando il nome utente esiste già + + + Unknown user matching mode + Modalità di corrispondenza utente sconosciuta + + + Link to a group with identical name. Can have security implications when a group is used with another source + Collegamento a un gruppo con nome identico. Può avere implicazioni di sicurezza quando un gruppo viene utilizzato con un'altra fonte + + + Use the group's name, but deny enrollment when the name already exists + Usa il nome del gruppo, ma nega l'iscrizione quando esiste già il nome + + + Promoted + + + When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon. + + + Update internal password on login + Aggiorna la password interna all'accesso + + + When the user logs in to authentik using this source password backend, update their credentials in authentik. + Quando l'utente accede ad authentik utilizzando questo backend di password di origine, aggiorna le loro credenziali in authentik. + + + Sync users + Sincronizza utenti + + + User password writeback + Scrittura della password utente + + + Enable this option to write password changes made in authentik back to Kerberos. Ignored if sync is disabled. + Abilita questa opzione di scrivere le modifiche alla password apportate in Autencik a Kerberos. Ignorato se la sincronizzazione è disabilitata. + + + Realm settings + Impostazioni Realm + + + Realm + Regno + + + Kerberos 5 configuration + Configurazione Kerberos 5 + + + Kerberos 5 configuration. See man krb5.conf(5) for configuration format. If left empty, a default krb5.conf will be used. + Configurazione Kerberos 5. Vedi Man KRB5.CONF (5) per il formato di configurazione. Se lasciato vuoto, verrà utilizzato un KRB5.conf predefinito. + + + User matching mode + Modalità di corrispondenza utente + + + Group matching mode + Modalità di abbinamento di gruppo + + + Sync connection settings + Impostazioni di connessione sincronizzate + + + KAdmin type + Tipo KAdmin + + + MIT krb5 kadmin + MIT krb5 kadmin + + + Heimdal kadmin + Heimdal kadmin + + + Sync principal + Principal di sincronizzazione + + + Principal used to authenticate to the KDC for syncing. + Principal utilizzato per autenticare il KDC per la sincronizzazione. + + + Sync password + Sincronizzazione della password + + + Password used to authenticate to the KDC for syncing. Optional if Sync keytab or Sync credentials cache is provided. + Password utilizzata per autenticare il KDC per la sincronizzazione. Viene fornita una cache di sync keytab o sync di sincronizzazione opzionale. + + + Sync keytab + Sincronizzazione keytab + + + Keytab used to authenticate to the KDC for syncing. Optional if Sync password or Sync credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + Keytab utilizzato per autenticare il KDC per la sincronizzazione. Viene fornita una cache di sincronizzazione di sincronizzazione o sincronizzazione. Deve essere codificato da base64 o nel tipo di forma: residuo. + + + Sync credentials cache + Sincronizza le credenziali cache + + + Credentials cache used to authenticate to the KDC for syncing. Optional if Sync password or Sync keytab is provided. Must be in the form TYPE:residual. + Credenziali Cache utilizzata per autenticarsi nel KDC per la sincronizzazione. Viene fornito la password di sincronizzazione se Sync o Sync KeyTab. Deve essere nel tipo di forma: residuo. + + + SPNEGO settings + Impostazioni spnego + + + SPNEGO server name + Nome server Spnego + + + Force the use of a specific server name for SPNEGO. Must be in the form HTTP@domain + Forzare l'uso di un nome server specifico per spnego. Deve essere nel modulo http@dominio + + + SPNEGO keytab + Spnego keytab + + + Keytab used for SPNEGO. Optional if SPNEGO credentials cache is provided. Must be base64 encoded or in the form TYPE:residual. + Keytab usato per spnego. Opzionale se viene fornita credenziali di spnego. Deve essere codificato da base64 o nel tipo di forma: residuo. + + + SPNEGO credentials cache + Credenziali di spnego cache + + + Credentials cache used for SPNEGO. Optional if SPNEGO keytab is provided. Must be in the form TYPE:residual. + Credenziali Cache utilizzata per Spnego. Facoltativo se viene fornito SPNEGO keytab. Deve essere nel tipo di forma: residuo. + + + Kerberos Attribute mapping + Mappatura degli attributi Kerberos + + + Property mappings for user creation. + Mapping di proprietà per la creazione dell'utente. + + + Property mappings for group creation. + Mapping di proprietà per la creazione di gruppo. + + + Flow to use when authenticating existing users. + Flusso da utilizzare quando si autenticano gli utenti esistenti. + + + Enrollment flow + Flusso di iscrizione + + + Flow to use when enrolling new users. + Flusso da utilizzare quando si iscrivono nuovi utenti. + + + Additional settings + Impostazioni aggiuntive + + + User path + Percorso utente + + + Login password is synced from LDAP into authentik automatically. Enable this option only to write password changes in authentik back to LDAP. + La password di accesso viene sincronizzata automaticamente da LDAP in authentik. Abilita questa opzione solo per riscrivere le modifiche della password in authentik su LDAP. + + + Sync groups + Gruppi di sincronizzazione + + + Delete Not Found Objects + Elimina oggetti non trovati + + + Delete authentik users and groups which were previously supplied by this source, but are now missing from it. + Elimina gli utenti e i gruppi authentik precedentemente forniti da questa fonte, ma che ora mancano. + + + Connection settings + Impostazioni di connessione + + + Server URI + Server URI + + + Specify multiple server URIs by separating them with a comma. + Specificare più URI del server separandoli con una virgola. + + + Enable StartTLS + Abilita StartTLS + + + To use SSL instead, use 'ldaps://' and disable this option. + Per usare invece SSL, usa 'ldaps://' e disabilita questa opzione. + + + Use Server URI for SNI verification + Utilizzare l'URI del server per la verifica SNI + + + Required for servers using TLS 1.3+ + Richiesto per i server usando TLS 1.3+ + + + TLS Verification Certificate + Certificato di verifica TLS + + + When connecting to an LDAP Server with TLS, certificates are not checked by default. Specify a keypair to validate the remote certificate. + Quando ci si connette a un server LDAP con TLS, i certificati non vengono controllati per impostazione predefinita. Specificare una coppia di chiavi per convalidare il certificato remoto. + + + TLS Client authentication certificate + Certificato di autenticazione client TLS + + + Client certificate keypair to authenticate against the LDAP Server's Certificate. + KeyPair del certificato client per autenticarsi rispetto al certificato del server LDAP. + + + Bind CN + Associa CN + + + LDAP Attribute mapping + Mappatura attributo LDAP + + + Parent group for all the groups imported from LDAP. + Gruppo principale per tutti i gruppi importati da LDAP. + + + Additional User DN + DN utente aggiuntivo + + + Additional user DN, prepended to the Base DN. + DN utente aggiuntivo, anteposto al DN di base. + + + Additional Group DN + DN di gruppo aggiuntivo + + + Additional group DN, prepended to the Base DN. + DN di gruppo aggiuntivo, anteposto al DN di base. + + + User object filter + Filtro oggetto utente + + + Consider Objects matching this filter to be Users. + Considera gli oggetti che corrispondono a questo filtro come utenti. + + + Group object filter + Filtro oggetto gruppo + + + Consider Objects matching this filter to be Groups. + Considera gli oggetti che corrispondono a questo filtro come gruppi. + + + Group membership field + Campo di appartenenza al gruppo + + + Field which contains members of a group. The value of this field is matched against User membership attribute. + Campo che contiene i membri di un gruppo. Il valore di questo campo viene confrontato con l'attributo di appartenenza dell'utente. + + + User membership attribute + Attributo di appartenenza dell'utente + + + Attribute which matches the value of Group membership field. + Attributo che corrisponde al valore del campo di appartenenza al gruppo. + + + Lookup using user attribute + Ricerca tramite attributo utente + + + Field which contains DNs of groups the user is a member of. This field is used to lookup groups from users, e.g. 'memberOf'. To lookup nested groups in an Active Directory environment use 'memberOf:1.2.840.113556.1.4.1941:'. + Campo che contiene i ND dei gruppi di cui l'utente è membro. Questo campo viene utilizzato per cercare i gruppi degli utenti, ad esempio "memberOf". Per cercare gruppi nidificati in un ambiente Active Directory, utilizzare "memberOf:1.2.840.113556.1.4.1941:". + + + Object uniqueness field + Campo unicità dell'oggetto + + + Field which contains a unique Identifier. + Campo che contiene un identificatore univoco. + + + HTTP Basic Auth + HTTP Basic Auth + + + Include the client ID and secret as request parameters + Includi il client ID e il segreto come parametri di richiesta + + + Plain + + + S256 + + + URL settings + Impostazioni URL + + + Authorization URL + URL autorizzazione + + + URL the user is redirect to to consent the authorization. + URL a cui l'utente viene reindirizzato per acconsentire all'autorizzazione. + + + Access token URL + URL token d'accesso + + + URL used by authentik to retrieve tokens. + URL utilizzato da authentik per recuperare i token. + + + Profile URL + URL profilo + + + URL used by authentik to get user information. + URL utilizzato da authentik per ottenere informazioni sull'utente. + + + Request token URL + URL di richiesta del token + + + URL used to request the initial token. This URL is only required for OAuth 1. + URL utilizzato per richiedere il token iniziale. Questo URL è richiesto solo per OAuth 1. + + + OIDC Well-known URL + OIDC Well-known URL + + + OIDC well-known configuration URL. Can be used to automatically configure the URLs above. + URL di configurazione well-known OIDC. Può essere utilizzato per configurare automaticamente gli URL sopra. + + + OIDC JWKS URL + OIDC JWKS URL + + + JSON Web Key URL. Keys from the URL will be used to validate JWTs from this source. + JSON Web Key URL. Le chiavi dell'URL verranno utilizzate per convalidare i JWT da questa fonte. + + + OIDC JWKS + OIDC JWKS + + + Raw JWKS data. + Raw JWKS data. + + + PKCE Method + + + Configure Proof Key for Code Exchange for this source. + + + Authorization code authentication method + Metodo di autenticazione del codice di autorizzazione + + + How to perform authentication during an authorization_code token request flow + Come eseguire l'autenticazione durante un flusso di richiesta del token authorization_code + + + Consumer key + Consumer key + + + Also known as Client ID. + Anche conosciuto come Client ID. + + + Consumer secret + Consumer secret + + + Also known as Client Secret. + Anche conosciuto come Client Secret. + + + Additional scopes to be passed to the OAuth Provider, separated by space. To replace existing scopes, prefix with *. + Ulteriori ambiti da passare al fornitore di OAuth, separati da spazio. Per sostituire gli ambiti esistenti, prefissare con *. + + + OAuth Attribute mapping + Mappatura degli attributi OAuth + + + Load servers + Carico server + + + Re-authenticate with Plex + Riautenticare con Plex + + + Allow friends to authenticate via Plex, even if you don't share any servers + Consenti agli amici di autenticarsi tramite Plex, anche se non condividi alcun server + + + Allowed servers + Server permessi + + + Select which server a user has to be a member of to be allowed to authenticate. + Seleziona il server di cui un utente deve essere membro per potersi autenticare. + + + Plex Attribute mapping + Mappatura degli attributi plex + + + Verify Assertion Signature + + + When enabled, authentik will look for a Signature inside of the Assertion element. + + + Verify Response Signature + + + When enabled, authentik will look for a Signature inside of the Response element. + + + SSO URL + URL SSO + + + URL that the initial Login request is sent to. + URL a cui viene inviata la richiesta di accesso iniziale. + + + SLO URL + URL SLO + + + Optional URL if the IDP supports Single-Logout. + URL facoltativo se l'IDP supporta il logout singolo. + + + Also known as Entity ID. Defaults the Metadata URL. + Noto anche come ID entità. Predefinisce l'URL dei metadati. + + + Binding Type + Tipo associazione + + + Redirect binding + Associazione redirect + + + Post-auto binding + Binding post-auto + + + Post binding but the request is automatically sent and the user doesn't have to confirm. + POST BINDING Ma la richiesta viene inviata automaticamente e l'utente non deve confermare. + + + Post binding + Post binding + + + Signing keypair + Coppia di chiavi di firma + + + Keypair which is used to sign outgoing requests. Leave empty to disable signing. + Coppia di chiavi utilizzata per firmare le richieste in uscita. Lascia vuoto per disabilitare la firma. + + + Allow IDP-initiated logins + Consenti accessi iniziati da IDP + + + Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. + Consente i flussi di autenticazione avviati dall'IDP. Questo può essere un rischio per la sicurezza, poiché non viene eseguita alcuna convalida dell'ID richiesta. + + + NameID Policy + Criterio NameID + + + Delete temporary users after + Elimina gli utenti temporanei dopo + + + Time offset when temporary users should be deleted. This only applies if your IDP uses the NameID Format 'transient', and the user doesn't log out manually. + Tempo da attendere quando gli utenti temporanei devono essere eliminati. Questo vale solo se l'IDP utilizza il formato NameID "Transient" e l'utente non si disconnette manualmente. + + + When selected, encrypted assertions will be decrypted using this keypair. + Quando selezionati, le asserzioni crittografate verranno decrittografate usando questo tasto. + + + SAML Attribute mapping + Mappatura degli attributi SAML + + + Pre-authentication flow + Flusso pre-autenticazione + + + Flow used before authentication. + Flusso utilizzato prima dell'autenticazione. + + + SCIM Attribute mapping + Mappatura degli attributi SCIM + + + Bot username + + + Bot token + + + Request access to send messages from your bot + + + Telegram Attribute mapping + + + New source + Nuova sorgente + + + Create a new source. + Crea una nuova sorgente + + + Federation and Social login + Federazione e social login + + + Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves. + Fonti di identità, che possono essere sincronizzate nel database di authentik o possono essere utilizzate dagli utenti per autenticarsi e iscriversi. + + + Source(s) + Sorgente(i) + + + Disabled + Disabilitato + + + Built-in + Built-in + + + Kerberos Source is in preview. + La fonte di Kerberos è in anteprima. + + + Update Kerberos Source + Aggiorna la fonte Kerberos + + + Connectivity + Connettività + + + Global status + Stato globale + + + Vendor + Vendor + + + Update LDAP Source + Aggiorna sorgente LDAP + + + OAuth Source + Dorgente OAuth + + + + Group mappings can only be checked if a user is already logged in when trying to access this source. + Le mappature dei gruppi possono essere controllate solo se un utente ha già effettuato l'accesso quando tenta di accedere a questa fonte. + + + User mappings can only be checked if a user is already logged in when trying to access this source. + Le mappature utente possono essere controllate solo se un utente ha già effettuato l'accesso quando tenta di accedere a questa fonte. + + + Generic OpenID Connect + OpenID Connect Generico + + + Unknown provider type + Tipo provider sconosciuto + + + Callback URL + Callback URL + + + Access Key + Access Key + + + Update OAuth Source + Aggiorna sorgente OAuth + + + Diagram + Diagramma + + + Policy Bindings + Associazione Criterio + + + These bindings control which users can access this source. + You can only use policies here as access is checked before the user is authenticated. + Questi bindings (collegamenti) controllano quali utenti possono accedere a questa fonte. + È possibile utilizzare solo policies poiché l'accesso viene controllato prima che l'utente venga autenticato. + + + Update Plex Source + Aggiorna sorgente Plex + + + Update SAML Source + Aggiorna sorgente SAML + + + Update SCIM Source + Aggiorna sorgente SCIM + + + SCIM Base URL + SCIM Base URL + + + Click to copy token + Clicca per copiare il token + + + Telegram bot + + + Update Telegram Source + + + Successfully updated mapping. + Mappatura aggiornata con successo. + + + Successfully created mapping. + Mappatura creata con successo. + + + Unconfigured + Non configurato + + + This option will not be changed by this mapping. + Questa opzione non verrà modificata da questa mappatura. + + + General settings + Impostazioni generali + + + Password + Password + + + RDP settings + Impostazioni RDP + + + Ignore server certificate + Ignora certificato server + + + Enable wallpaper + Abilita sfondo + + + Enable font-smoothing + Abilita lo smussamento dei caratteri + + + Enable full window dragging + Abilita il trascinamento della finestra completa + + + SAML Attribute Name + Attributo nome SAML + + + Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded. + Nome attributo usato per le asserzioni SAML. Può essere un URN OID, un riferimento allo schema o qualsiasi altra stringa. Se questa mappatura delle proprietà viene utilizzata per la proprietà NameID, questo campo viene scartato. + + + Friendly Name + Nome amichevole + + + Optionally set the 'FriendlyName' value of the Assertion attribute. + Opzionale: imposta il valore "friendlyname" dell'attributo di asserzione. + + + Scope name + Scope name + + + Scope which the client can specify to access these properties. + Ambito che il client può specificare per accedere a queste proprietà. + + + Description shown to the user when consenting. If left empty, the user won't be informed. + Descrizione mostrata all'utente quando consenziente. Se lasciato vuoto, l'utente non verrà informato. + + + Example context data + Dati di contesto di esempio + + + Active Directory User + Utente Active Directory + + + Active Directory Group + Gruppo Active Directory + + + New property mapping + Nuova mappatura proprietà + + + Create a new property mapping. + Crea una nuova mappatura proprietà + + + Property Mappings + Mappatura proprietà + + + Control how authentik exposes and interprets information. + Controlla come authentik espone e interpreta le informazioni. + + + Property Mapping(s) + Mappatura delle proprietà + + + Test Property Mapping + Mappatura delle proprietà di test + + + Hide managed mappings + Nascondere mappature gestite + + + Identifier + Identificatore + + + Unique identifier the token is referenced by. + Identificatore univoco del token + + + Intent + Intent + + + API Token + API Token + + + Used to access the API programmatically + Utilizzato per accedere all'API in modo programmatico + + + App password. + App password. + + + Used to login using a flow executor + Utilizzato per accedere usando un esecutore di flusso + + + Tokens + Tokens + + + Tokens are used throughout authentik for Email validation stages, Recovery keys and API access. + I token vengono utilizzati in authentik per le fasi di convalida dell'e-mail, le chiavi di ripristino e l'accesso all'API. + + + Token(s) + Token(s) + + + Create Token + Crea token + + + Token is managed by authentik. + Token gestito da authentik + + + Update Token + Aggiorna Token + + + Editing is disabled for managed tokens + La modifica è disabilitata per i token gestiti + + + Successfully updated brand. + Brand aggiornato con successo. + + + Successfully created brand. + Brand creato con successo. + + + Domain + Dominio + + + Matching is done based on domain suffix, so if you enter domain.tld, foo.domain.tld will still match. + La corrispondenza viene effettuata in base al suffisso del dominio, quindi se inserisci domain.tld, foo.domain.tld corrisponderà comunque. + + + Use this brand for each domain that doesn't have a dedicated brand. + Usa questo marchio per ogni dominio che non ha un marchio dedicato. + + + Branding settings + Impostazioni branding + + + Title + Titolo + + + Branding shown in page title and several other places. + Branding mostrato nel titolo della pagina e in molti altri posti. + + + Logo + Logo + + + Logo shown in sidebar/header and flow executor. + + + Favicon + Favicon + + + Icon shown in the browser tab. + Icona mostrata nella scheda del browser. + + + Default flow background + Sfondo del flusso predefinito + + + Default background used during flow execution. Can be overridden per flow. + Sfondo predefinito utilizzato durante l'esecuzione del flusso. Può essere sovrascritto per ogni flusso. + + + Custom CSS + CSS personalizzato + + + Custom CSS to apply to pages when this brand is active. + CSS personalizzato da applicare alle pagine quando questo brand è attivo. + + + External user settings + Impostazioni utente esterne + + + Default application + Applicazione predefinita + + + Select an application... + + + When configured, external users will automatically be redirected to this application when not attempting to access a different application + Se configurati, gli utenti esterni verranno automaticamente reindirizzati a questa applicazione quando non si tenta di accedere a un'applicazione diversa + + + Default flows + Flussi predefiniti + + + Flow used to authenticate users. If left empty, the first applicable flow sorted by the slug is used. + Flusso utilizzato per autenticare gli utenti. Se lasciato vuoto, viene utilizzato il primo flusso applicabile ordinato in base allo slug. + + + Flow used to logout. If left empty, the first applicable flow sorted by the slug is used. + Flusso usato per logout. Se lasciato vuoto, viene utilizzato il primo flusso applicabile ordinato dallo slug. + + + Recovery flow + Flusso di recupero + + + Select a recovery flow... + + + Unenrollment flow + Flusso di cancellazione + + + Select an unenrollment flow... + + + If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown. + Se impostato, gli utenti sono in grado di anullare l'iscrizione usando questo flusso. Se non è impostato alcun flusso, l'opzione non viene mostrata. + + + User settings flow + Flusso impostazioni utente + + + Select a user settings flow... + + + If set, users are able to configure details of their profile. + Se impostato, gli utenti sono in grado di configurare i dettagli del proprio profilo. + + + Device code flow + Flusso dispositivo codice + + + Select a device code flow... + + + If set, the OAuth Device Code profile can be used, and the selected flow will be used to enter the code. + Se impostato, è possibile utilizzare il OAuth Device Code e il flusso selezionato verrà utilizzato per immettere il codice. + + + Other global settings + Altre impostazioni globali + + + Web Certificate + Certificato Web + + + Client Certificates + Certificati client + + + Available Certificates + Certificati disponibili + + + Selected Certificates + Certificati selezionati + + + Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand. + Imposta attributi personalizzati utilizzando YAML o JSON. Eventuali attributi impostati qui saranno ereditati dagli utenti, se la richiesta viene gestita da questo marchio. + + + Search by domain or brand name... + + + Brands + Brands + + + Configure visual settings and defaults for different domains. + Configura le impostazioni visibili e le impostazioni predefinite per domini diversi. + + + Brand name + Nome Brand + + + Default? + Predefinito? + + + Brand(s) + Brand(s) + + + Update Brand + Aggiorna Brand + + + Create Brand + Crea Brand + + + New Brand + + + Policies + Criteri + + + Allow users to use Applications based on properties, enforce Password Criteria and selectively apply Stages. + Consenti agli utenti di utilizzare le applicazioni in base alle proprietà, applicare i criteri di password e applicare selettivamente le fasi(stages). + + + Assigned to object(s). + Assegnato a + oggetto(i). + + + Warning: Policy is not assigned. + Attenzione: il criterio non è assegnato. + + + Test Policy + Prova criterio + + + Policy / Policies + Criterio / Criteri + + + Successfully cleared policy cache + Cancellazione della cache dei criteri con successo + + + Failed to delete policy cache + Impossibile eliminare la cache della policy + + + Clear Policy cache + Cancella cache criteri + + + Are you sure you want to clear the policy cache? This will cause all policies to be re-evaluated on their next usage. + Sei sicuro di voler cancellare la cache delle politiche? Ciò causerà la rivalutazione di tutte le politiche al loro prossimo utilizzo. + + + Reputation scores + Punteggi di reputazione + + + Reputation for IP and user identifiers. Scores are decreased for each failed login and increased for each successful login. + Reputazione per IP e identificatori dell'utente. I punteggi vengono ridotti per ogni accesso non riuscito e aumentati per ogni accesso riuscito. + + + IP + IP + + + Score + Punteggio + + + Updated + Aggiornato + + + Reputation + Reputazione + + + Search for a group by name… + + + Group Search + + + Groups + Gruppi + + + Group users together and give them permissions based on the membership. + Gruppo gli utenti insieme e forniscono loro autorizzazioni in base all'appartenenza. + + + Superuser privileges? + Privilegi di superutente? + + + Group(s) + Gruppo(i) + + + View details of group "" + + + Create Group + Crea Gruppo + + + New Group + + + Create group + Crea gruppo + + + Create and assign a group with the same name as the user. + + + Whether the token will expire. Upon expiration, the token will be rotated. + + + Use the username and password below to authenticate. The password can be retrieved later on the Tokens page. + Utilizzare il nome utente e la password di seguito per autenticare. La password può essere recuperata più avanti nella pagina dei token. + + + Valid for 360 days, after which the password will automatically rotate. You can copy the password from the Token List. + Valido per 360 giorni, dopo di che la password ruoterà automaticamente. È possibile copiare la password dall'elenco dei token. + + + Are you sure you want to delete ? + + + The following objects use + Il seguente oggetto usa + + + + connecting object will be deleted + oggetti connessi saranno cancellati + + + Successfully updated + Aggiornato con successo + + + Failed to update : + Impossibile aggiornare + : + + + + Are you sure you want to update ? + + + Impersonating user... + + + This may take a few seconds. + + + Reason + Motivo + + + Reason for impersonating the user + Motivo per impersonare un utente + + + A brief explanation of why you are impersonating the user. This will be included in audit logs. + + + New Password + Nuova password + + + Successfully updated password. + Password aggiornata con successo. + + + Email stage + Fase email + + + Successfully added user(s). + Aggiunto con successo utente(i). + + + Users + Utenti + + + Open user selection dialog + + + Add users + Aggiungi utenti + + + User(s) + Utente(i) + + + removed + rimosso + + + Impersonate + Impersona + + + Temporarily assume the identity of this user + Temporaneamente assumi l'identità di questo utente + + + User status + Stato utente + + + Inactive + Inattivo + + + Regular user + Utente regolare + + + Change status + Cambiare stato + + + Deactivate + Disattiva + + + Activate + Attivare + + + Update password + Aggiorna password + + + Update 's password + + + Set password + Imposta password + + + Send link + Invia link + + + Send recovery link to user + Invia il link di recupero all'utente + + + Email recovery link + Link di recupero email + + + Assign Additional Users + + + Warning: This group is configured with superuser access. Added users will have superuser access. + Attenzione: questo gruppo è configurato con accesso come superutente. Gli utenti aggiunti avranno accesso come superutente. + + + Add existing user + Aggiungi utente esistente + + + Add new user + + + Create User + Creare utente + + + New User + + + This user will be added to the group "". + Questo utente sarà aggiunto al gruppo "". + + + New user... + + + Create Service Account + + + New Service Account + + + New service account... + + + Hide service-accounts + Nascondi account di servizio + + + Group Info + Info Gruppi + + + Notes + Note + + + Edit the notes attribute of this group to add notes here. + Modifica l'attributo Note di questo gruppo per aggiungere note qui. + + + Unnamed + + + Collapse "" + + + Expand "" + + + Select "" + + + Items of "" + + + Root + Root + + + Search by username, email, etc... + + + User Search + + + Warning: You're about to delete the user you're logged in as (). Proceed at your own risk. + Attenzione: stai per eliminare l'utente con cui hai effettuato l'accesso ( + ). Procedete a vostro rischio. + + + Show deactivated users + + + No name set + Nessun nome impostato + + + Create recovery link + Crea link di recupero + + + User folders + Cartelle utente + + + User paths + + + Successfully added user to group(s). + Utente aggiunto ai gruppo(i) con successo. + + + Groups to add + Gruppi da aggiungere + + + Add group + Aggiungi gruppo + + + Remove from Group(s) + Rimuovi dal gruppo(i) + + + Are you sure you want to remove user from the following groups? + Vuoi davvero rimuovere l'utente + dai seguenti gruppi? + + + Add Group + Aggiungi Gruppo + + + Add to existing group + Aggiungi a gruppo esistente + + + Add new group + Aggiungi nuovo gruppo + + + Application authorizations + Autorizzazioni applicazione + + + Revoked? + Revocato? + + + Expires + Scade + + + ID Token + ID Token + + + Access Tokens(s) + Accesso a token (i) + + + Refresh Tokens(s) + Tokens(s) di aggiornamento + + + Last IP + Ultimo IP + + + Last used + Ultimo utilizzo + + + Session(s) + Sessione(i) + + + Expiry + Scadenza + + + (Current session) + (Current session) + + + Consent(s) + Consenso(i) + + + Reputation score(s) + Punteggio della reputazione + + + Disconnect + Disconnetti + + + Successfully disconnected source + Riuscita disconnessione sorgente + + + Failed to disconnected source: + Impossibile disconnettere la sorgente: + + + + Connect + Connetti + + + Error: unsupported source settings: + Errore: impostazioni della sorgente non supportate: + + + + "" source + + + No services available. + Nessun servizio disponibile. + + + Source Settings + + + Confirmed + Confermato + + + Created at + Creato a + + + Last updated at + Ultimo aggiornamento a + + + Last used at + Ultimo usato a + + + Device type cannot be deleted + Dispositivo del tipo non può essere eliminato + + + Device(s) + Dispositivo(i) + + + Email + Email + + + Last password change + Ultimo cambio password + + + User Info + Info Utente + + + Lock the user out of this system + Blocca l'utente fuori da questo sistema + + + Allow the user to log in and use this system + Consenti all'utente di accedere e utilizzare questo sistema + + + Sessions + Sessioni + + + Explicit Consent + Consenso esplicito + + + OAuth Access Tokens + OAuth Access Tokens + + + OAuth Refresh Tokens + OAuth Refresh Tokens + + + MFA Authenticators + Autenticatori MFA + + + Connected services + Servizi connessi + + + RAC Connections + Connessioni RAC + + + Actions over the last week (per 8 hours) + Azioni nell'ultima settimana (per 8 ore) + + + Edit the notes attribute of this user to add notes here. + Modifica l'attributo Note di questo utente per aggiungere note qui. + + + User events + Eventi utente + + + Credentials / Tokens + Credenziali / Tokens + + + Successfully updated role. + Aggiornamento del ruolo effettuato con successo. + + + Successfully created role. + Ruolo creato con successo. + + + Manage roles which grant permissions to objects within authentik. + Gestisci ruoli che concedono le autorizzazioni agli oggetti all'interno di authentik. + + + Role(s) + Ruolo(i) + + + Update Role + Aggiorna Ruolo + + + Create Role + Creare Ruolo + + + Successfully updated initial permissions. + Permessi iniziali aggiornati correttamente. + + + Successfully created initial permissions. + Permessi iniziali creati correttamente. + + + When a user with the selected Role creates an object, the Initial Permissions will be applied to that object. + Quando un utente con il ruolo selezionato crea un oggetto, le autorizzazioni iniziali verranno applicate a tale oggetto. + + + Available Permissions + Permessi Disponibili + + + Selected Permissions + Permessi Selezionati + + + Permissions to grant when a new object is created. + Autorizzazioni da concedere quando viene creato un nuovo oggetto. + + + Initial Permissions + Permessi Iniziali + + + Set initial permissions for newly created objects. + Imposta le autorizzazioni iniziali per gli oggetti appena creati. + + + Update Initial Permissions + Aggiorna Permessi Iniziali + + + Create Initial Permissions + Crea Permessi Iniziali + + + Role Info + Info Ruolo + + + Role + + + Successfully updated invitation. + Invito aggiornato con successo. + + + Successfully created invitation. + Invito creato con successo. + + + The name of an invitation must be a slug: only lower case letters, numbers, and the hyphen are permitted here. + Il nome di un invito deve essere uno slug: sono consentiti solo lettere minuscole, numeri e trattini. + + + Flow + Flusso + + + When selected, the invite will only be usable with the flow. By default the invite is accepted on all flows with invitation stages. + Una volta selezionato, l'invito sarà utilizzabile solo con il flusso. Per impostazione predefinita, l'invito viene accettato su tutti i flussi con fasi di invito. + + + Custom attributes + Attributi personalizzati + + + Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON. + Dati facoltativi che vengono caricati nella variabile di contesto "prompt_data" del flusso. YAML o JSON. + + + Single use + Uso singolo + + + When enabled, the invitation will be deleted after usage. + Se abilitato, l'invito verrà eliminato dopo l'utilizzo. + + + Select an enrollment flow + Seleziona un flusso di registrazione + + + Link to use the invitation. + Collegamento per usare l'invito. + + + Invitations + Inviti + + + Create Invitation Links to enroll Users, and optionally force specific attributes of their account. + Crea collegamenti di invito per iscrivere gli utenti e, facoltativamente, forza attributi specifici del loro account. + + + Created by + Creato da + + + Invitation(s) + Invito/i + + + Invitation not limited to any flow, and can be used with any enrollment flow. + L'invito non è limitato a nessun flusso e può essere utilizzato con qualsiasi flusso di registrazione. + + + Update Invitation + Aggiorna Invito + + + Create Invitation + Crea Invito + + + Warning: No invitation stage is bound to any flow. Invitations will not work as expected. + Attenzione: nessuna fase di invito è vincolata ad alcun flusso. Gli inviti non funzioneranno come previsto. + + + Not you? + Non sei tu? + + + Required. + Richiesto. + + + Continue + Continua + + + Successfully updated prompt. + Richiesta aggiornata con successo. + + + Successfully created prompt. + Richiesta creata con successo. + + + Text: Simple Text input + Testo: semplice immissione di testo + + + Text Area: Multiline text input + Area di testo: immissione di testo su più righe + + + Text (read-only): Simple Text input, but cannot be edited. + Testo (sola lettura): semplice immissione di testo, ma non può essere modificato. + + + Text Area (read-only): Multiline text input, but cannot be edited. + Area di testo (sola lettura): inserimento di testo su più righe, ma non può essere modificato. + + + Username: Same as Text input, but checks for and prevents duplicate usernames. + Nome utente: uguale all'immissione di testo, ma controlla e impedisce i nomi utente duplicati. + + + Email: Text field with Email type. + E-mail: campo di testo con tipo di e-mail. + + + Password: Masked input, multiple inputs of this type on the same prompt need to be identical. + Password: input mascherato, più input di questo tipo sullo stesso prompt devono essere identici. + + + Number + Numero + + + Checkbox + Casella di spunta + + + Radio Button Group (fixed choice) + Gruppo di pulsanti di opzione (scelta fissa) + + + Dropdown (fixed choice) + Menu a discesa (scelta fissa) + + + Date + Data + + + Date Time + Data Ora + + + File + File + + + Separator: Static Separator Line + Separatore: linea di separazione statica + + + Hidden: Hidden field, can be used to insert data into form. + Nascosto: campo nascosto, può essere utilizzato per inserire i dati in forma. + + + Static: Static value, displayed as-is. + Statico: valore statico, visualizzato così com'è. + + + authentik: Locale: Displays a list of locales authentik supports. + authentik: Locale: visualizza un elenco di lingue che authentik supporta. + + + Preview errors + Anteprima errori + + + Data preview + Anteprima dati + + + Unique name of this field, used for selecting fields in prompt stages. + Nome univoco di questo campo, utilizzato per selezionare i campi nelle fasi del prompt. + + + Field Key + Chiave campo + + + Name of the form field, also used to store the value. + Nome del campo del modulo, utilizzato anche per memorizzare il valore. + + + When used in conjunction with a User Write stage, use attributes.foo to write attributes. + Se utilizzato insieme a una fase di scrittura dell'utente, utilizzare attributi.foo per scrivere gli attributi. + + + Label + Etichetta + + + Label shown next to/above the prompt. + Etichetta mostrata accanto/sopra il prompt. + + + Interpret placeholder as expression + Interpreta il segnaposto come espressione + + + When checked, the placeholder will be evaluated in the same way a property mapping is. + If the evaluation fails, the placeholder itself is returned. + Se controllato, il segnaposto verrà valutato allo stesso modo in cui è una mappatura della proprietà. + Se la valutazione fallisce, viene restituito il segnaposto stesso. + + + Placeholder + Segnaposto + + + Optionally provide a short hint that describes the expected input value. + When creating a fixed choice field, enable interpreting as expression and return a + list to return multiple choices. + Fornire facoltativamente un breve suggerimento che descrive il valore di input previsto. + Quando si crea un campo a scelta fissa, abilitare l'interpretazione come espressione e restituire a + Elenca per restituire più scelte. + + + Interpret initial value as expression + Interpretare il valore iniziale come espressione + + + When checked, the initial value will be evaluated in the same way a property mapping is. + If the evaluation fails, the initial value itself is returned. + Se controllato, il valore iniziale verrà valutato allo stesso modo in cui è una mappatura delle proprietà. + Se la valutazione fallisce, viene restituito il valore iniziale stesso. + + + Initial value + Valore iniziale + + + Optionally pre-fill the input with an initial value. + When creating a fixed choice field, enable interpreting as expression and + return a list to return multiple default choices. + pre-riempimento facoltativo con un valore iniziale. + Quando si crea un campo a scelta fissa, abilita l'interpretazione come espressione e + Restituisce un elenco di scelte predefinite. + + + Help text + Testo d'aiuto + + + Any HTML can be used. + È possibile utilizzare qualsiasi codice HTML. + + + Prompts + Richieste + + + Single Prompts that can be used for Prompt Stages. + Richieste singole utilizzabili per le fasi delle richieste. + + + Field + Campo + + + Stages + Fasi + + + Prompt(s) + Richiesta(e) + + + Update Prompt + Richiesta aggiornamento + + + Create Prompt + Crea richiesta + + + Successfully updated stage. + Fase aggiornata con successo. + + + Successfully created stage. + Fase creata con successo. + + + Stage used to configure a duo-based authenticator. This stage should be used for configuration flows. + Fase utilizzata per configurare un autenticatore basato su duo. Questa fase dovrebbe essere utilizzata per i flussi di configurazione. + + + Authenticator type name + Nome del tipo di autenticatore + + + Display name of this authenticator, used by users when they enroll an authenticator. + Visualizza il nome di questo autenticatore, utilizzato dagli utenti quando iscrivono un autenticatore. + + + API Hostname + API Hostname + + + Duo Auth API + Duo Auth API + + + Integration key + Chiave di integrazione + + + Secret key + Chiave segreta + + + Duo Admin API (optional) + Duo Admin API (opzionale) + + + When using a Duo MFA, Access or Beyond plan, an Admin API application can be created. This will allow authentik to import devices automatically. + + + Stage-specific settings + Impostazioni specifiche per la fase + + + Configuration flow + Flusso di configurazione + + + Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. + Flusso utilizzato da un utente autenticato per configurare questa fase. Se vuoto, l'utente non sarà in grado di configurare questa fase. + + + SMTP Host + Host SMTP + + + SMTP Port + Porta SMTP + + + SMTP Username + Nome utente SMTP + + + SMTP Password + Password SMTP + + + Use TLS + Usa TLS + + + Use SSL + Usa SSL + + + From address + Da indirizzo + + + Email address the verification email will be sent from. + Indirizzo email da cui verrà inviata l'email di verifica. + + + Stage used to configure an email-based authenticator. + Fase utilizzata per configurare un autenticatore basato su e-mail. + + + Use global connection settings + Usa le impostazioni di connessione globali + + + When enabled, global email connection settings will be used and connection settings below will be ignored. + Quando abilitata, verranno usate le impostazioni di connessione email globali e le impostazioni di connessione riportate di seguito verranno ignorate. + + + Subject of the verification email. + Oggetto dell'email di verifica. + + + Token expiration + Scadenza token + + + Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). + Tempo di validità del token inviato (Formato: hours=3,minutes=17,seconds=300). + + + Template + Modello + + + Loading templates... + + + Template used for the verification email. + + + Twilio Account SID + Twilio Account SID + + + Get this value from https://console.twilio.com + Ottieni questo valore da https://console.twilio.com + + + Twilio Auth Token + Twilio Auth Token + + + Authentication Type + Tipo di autenticazione + + + Basic Auth + Basic Auth + + + Bearer Token + Bearer Token + + + External API URL + External API URL + + + This is the full endpoint to send POST requests to. + Questo è l'endpoint completo a cui inviare richieste post. + + + API Auth Username + API Auth Username + + + This is the username to be used with basic auth or the token when used with bearer token + Questo è il nome utente da utilizzare con l'autenticazione di base o il token quando utilizzato con il bearer token + + + API Auth password + API Auth password + + + This is the password to be used with basic auth + Questa è la password da utilizzare con l'autenticazione di base + + + Stage used to configure an SMS-based TOTP authenticator. + Fase utilizzata per configurare un autenticatore TOTP basato su SMS. + + + Twilio + Twilio + + + Generic + Generico + + + From number + Da numero + + + Number the SMS will be sent from. + Il numero da cui verrà inviato l'SMS. + + + Mapping + Mappatura + + + Modify the payload sent to the provider. + + + Hash phone number + Hash numero di telefono + + + If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage. + Se abilitato, verrà salvato solo un hash del numero di telefono. Questo può essere fatto per motivi di protezione dei dati. I dispositivi creati da una fase con questo abilitato non possono essere utilizzati con la fase di convalida dell'autenticatore. + + + Stage used to configure a static authenticator (i.e. static tokens). This stage should be used for configuration flows. + Fase utilizzato per configurare un autenticatore statico (ovvero token statici). Questa fase dovrebbe essere utilizzata per i flussi di configurazione. + + + Token count + Conteggio dei token + + + The number of tokens generated whenever this stage is used. Every token generated per stage execution will be attached to a single static device. + Il numero di token generati ogni volta che viene utilizzata questa fase. Ogni token generato per fase di esecuzione sarà collegato a un singolo dispositivo statico. + + + Token length + Lunghezza Token + + + Stage used to configure a TOTP authenticator (i.e. Authy/Google Authenticator). + Fase utilizzato per configurare un Autenticatore TOTP (ovvero Authy/Google Authenticator). + + + Digits + Cifre + + + 6 digits, widely compatible + 6 cifre, ampia compatibilità + + + 8 digits, not compatible with apps like Google Authenticator + 8 cifre, non compatibile con app come Google Authenticator + + + Static Tokens + Token statici + + + TOTP Authenticators + Autenticatori TOTP + + + WebAuthn Authenticators + Autenticatori WebAuthn + + + Duo Authenticators + Autenticatori Duo + + + SMS-based Authenticators + Autenticatori bassati su SMS + + + Email-based Authenticators + Autenticatori basati su email + + + Stage used to validate any authenticator. This stage should be used during authentication or authorization flows. + Stage utilizzato per convalidare qualsiasi autenticatore. Questa fase dovrebbe essere utilizzata durante i flussi di autenticazione o di autorizzazione. + + + Device classes + Classi dispositivi + + + Device classes which can be used to authenticate. + Classi di dispositivi che possono essere utilizzati per autenticare. + + + Last validation threshold + Ultima soglia di convalida + + + If the user has successfully authenticated with a device in the classes listed above within this configured duration, this stage will be skipped. + Se l'utente ha autenticato correttamente con un dispositivo nelle classi sopra elencate in questa durata configurata, questa fase verrà saltata. + + + Not configured action + Azione non configurata + + + Force the user to configure an authenticator + Costringere l'utente a configurare un autenticatore + + + Deny the user access + Nega l'accesso utente + + + Configuration stages + Configurazione fasi + + + Available Stages + Fasi disponibili + + + Selected Stages + Fasi selezionate + + + Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. + Fase utilizzate per configurare Authenticator quando l'utente non ha dispositivi compatibili. Dopo questa fase di configurazione passa, all'utente non viene nuovamente richiesto. + + + When multiple stages are selected, the user can choose which one they want to enroll. + Quando vengono selezionate più fasi, l'utente può scegliere a quale desidera iscriversi. + + + WebAuthn-specific settings + Impostazioni specifiche WebAuthn + + + WebAuthn User verification + Verifica utente WebAuthn + + + User verification must occur. + È necessario che venga effettuata la verifica dell'utente. + + + User verification is preferred if available, but not required. + La verifica dell'utente è preferita se disponibile, ma non richiesta. + + + User verification should not occur. + La verifica dell'utente non dovrebbe verificarsi. + + + WebAuthn Device type restrictions + Restrizioni del tipo di dispositivo WebAuthn + + + Available Device types + Tipi di dispositivi disponibili + + + Selected Device types + Tipi di dispositivi selezionati + + + Optionally restrict which WebAuthn device types may be used. When no device types are selected, all devices are allowed. + Facoltativamente limitare quali tipi di dispositivi WebAuthn possono essere utilizzati. Quando non vengono selezionati tipi di dispositivi, tutti i dispositivi sono consentiti. + + + This restriction only applies to devices created in authentik 2024.4 or later. + Questa restrizione si applica solo ai dispositivi creati in authentik 2024.4 o versione successiva. + + + Stage used to configure a WebAuthn authenticator (i.e. Yubikey, FaceID/Windows Hello). + Fase utilizzato per configurare un autenticatore WebAuthn (ovvero Yubikey, FaceId/Windows Hello). + + + User verification + Verifica dell'utente + + + Required: User verification must occur. + Obbligatorio: deve essere effettuata la verifica dell'utente. + + + Preferred: User verification is preferred if available, but not required. + Preferibile: la verifica dell'utente è preferibile se disponibile, ma non obbligatoria. + + + Discouraged: User verification should not occur. + Scoraggiato: la verifica dell'utente non dovrebbe avvenire. + + + Resident key requirement + Richesta chiave residente + + + Required: The authenticator MUST create a dedicated credential. If it cannot, the RP is prepared for an error to occur + Obbligatorio: l'autenticatore DEVE creare una credenziale dedicata. In caso contrario, l'RP è preparato al verificarsi di un errore + + + Preferred: The authenticator can create and store a dedicated credential, but if it doesn't that's alright too + Preferibile: l'autenticatore può creare e archiviare credenziali dedicate, ma anche in caso contrario va bene + + + Discouraged: The authenticator should not create a dedicated credential + Scoraggiato: l'autenticatore non deve creare una credenziale dedicata + + + Authenticator Attachment + Allegato Autenticatore + + + No preference is sent + Nessuna preferenza viene inviata + + + A non-removable authenticator, like TouchID or Windows Hello + Un autenticatore non rimovibile, come TouchID o Windows Hello + + + A "roaming" authenticator, like a YubiKey + Un autenticatore "roaming", come un YubiKey + + + Maximum registration attempts + Numero massimo di tentativi di registrazione + + + Maximum allowed registration attempts. When set to 0 attempts, attempts are not limited. + Numero massimo di tentativi di registrazione consentiti. Se impostato su 0 tentativi, i tentativi non sono limitati. + + + Device type restrictions + Restrizioni del tipo di dispositivo + + + Public Key + Chiave pubblica + + + Private Key + Chiave privata + + + Interactive + Interattivo + + + Prompt for the user's consent. The consent can either be permanent or expire in a defined amount of time. + Prompt per il consenso dell'utente. Il consenso può essere permanente o scadere in un periodo di tempo definito. + + + Always require consent + Richiedi sempre il consenso + + + Consent given lasts indefinitely + Il consenso dato ha durata indefinita + + + Consent expires + Il consenso scade + + + Consent expires in + Il consenso scade tra + + + Offset after which consent expires. + Offset dopo di che il consenso scade. + + + Statically deny the flow. To use this stage effectively, disable *Evaluate when flow is planned* on the respective binding. + Negare staticamente il flusso. Per utilizzare questa fase in modo efficace, disabilita * Valuta quando è pianificato il flusso * sul rispettivo legame. + + + Deny message + Negare il messaggio + + + Message shown when this stage is run. + Messaggio mostrato quando questa fase è eseguita. + + + Dummy stage used for testing. Shows a simple continue button and always passes. + Stage fittizio utilizzato per i test. Mostra un semplice pulsante Continua e passa sempre. + + + Throw error? + Lanciare errore? + + + Verify the user's email address by sending them a one-time-link. Can also be used for recovery to verify the user's authenticity. + Verifica l'indirizzo e-mail dell'utente inviando loro un collegamento una tantum. Può anche essere utilizzato per il recupero per verificare l'autenticità dell'utente. + + + Activate pending user on success + Attiva l'utente in sospeso sul successo + + + When a user returns from the email successfully, their account will be activated. + Quando un utente ritorna correttamente dall'e -mail, il loro account verrà attivato. + + + Time the token sent is valid. + Tempo di validità del token inviato. + + + Account Recovery Max Attempts + + + Account Recovery Cache Timeout + + + The time window used to count recent account recovery attempts. + + + A selection is required + È richiesta una selezione + + + UPN + UPN + + + Let the user identify themselves with their username or Email address. + Lascia che l'utente si identifichi con il proprio nome utente o indirizzo e -mail. + + + User fields + Campi utente + + + Fields a user can identify themselves with. If no fields are selected, the user will only be able to use sources. + Campi con cui un utente può identificarsi. Se non vengono selezionati campi, l'utente sarà in grado di utilizzare solo fonti. + + + Password stage + Fase password + + + When selected, a password field is shown on the same page instead of a separate page. This prevents username enumeration attacks. + Quando selezionato, un campo password viene mostrato nella stessa pagina anziché una pagina separata. Ciò impedisce gli attacchi di enumerazione del nome utente. + + + Captcha stage + Captcha Stage + + + When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. + Se impostato, aggiunge funzionalità come un captcha, ma nella fase di identificazione. + + + Case insensitive matching + Corrispondenza senza distinzione tra maiuscole e minuscole + + + When enabled, user fields are matched regardless of their casing. + Se abilitato, i campi utente vengono abbinati indipendentemente dal loro involucro. + + + Pretend user exists + Fingere che l'utente esista + + + When enabled, the stage will always accept the given user identifier and continue. + Se abilitato, lo stadio accetterà sempre l'identificatore dell'utente dato e continuerà. + + + Show matched user + Mostra l'utente corrispondente + + + When a valid username/email has been entered, and this option is enabled, the user's username and avatar will be shown. Otherwise, the text that the user entered will be shown. + Quando è stato inserito un nome utente/e -mail valido e questa opzione è abilitata, verranno visualizzati il ​​nome utente e l'avatar dell'utente. Altrimenti, verrà visualizzato il testo che l'utente immesso. + + + Enable "Remember me on this device" + Abilita "Ricordami su questo dispositivo" + + + When enabled, the user can save their username in a cookie, allowing them to skip directly to entering their password. + Se abilitata, l'utente può salvare il proprio nome utente in un cookie, così da poter inserire direttamente la password. + + + Source settings + Impostazioni sorgenti + + + Sources + Sorgenti + + + Select sources should be shown for users to authenticate with. This only affects web-based sources, not LDAP. + Selezionare le fonti devono essere mostrate per gli utenti con cui l'autenticazione. Ciò influisce solo sulle fonti basate sul Web, non LDAP. + + + Show sources' labels + Mostra le etichette di fonti + + + By default, only icons are shown for sources. Enable this to show their full names. + Per impostazione predefinita, vengono mostrate solo le icone per le fonti. Abilita questa opzione per mostrare i loro nomi completi. + + + Passwordless flow + Flusso passwordless + + + Optional passwordless flow, which is linked at the bottom of the page. When configured, users can use this flow to authenticate with a WebAuthn authenticator, without entering any details. + Flusso opzionale senza password, che è collegato in fondo alla pagina. Quando configurato, gli utenti possono usare questo flusso per autenticarsi con un autenticatore WebAuthn, senza immettere alcun dettaglio. + + + Optional enrollment flow, which is linked at the bottom of the page. + Flusso di iscrizione facoltativo, il cui collegamento si trova in fondo alla pagina. + + + Optional recovery flow, which is linked at the bottom of the page. + Flusso di recupero facoltativo, il cui collegamento si trova in fondo alla pagina. + + + This stage can be included in enrollment flows to accept invitations. + Questa fase può essere inclusa nei flussi di iscrizione per accettare gli inviti. + + + Continue flow without invitation + Continua a flusso senza invito + + + If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given. + Se questa bandiera è impostata, questa fase salterà alla fase successiva quando non viene fornito alcun invito. Per impostazione predefinita, questa fase annullerà il flusso quando non viene fornito alcun invito. + + + Client-certificate/mTLS authentication/enrollment. + Autenticazione/registrazione tramite certificato client/mTLS. + + + Certificate optional + Certificato facoltativo + + + If no certificate was provided, this stage will succeed and continue to the next stage. + Se non è stato fornito alcun certificato, questa fase avrà esito positivo e si passerà alla fase successiva. + + + Certificate required + Certificato richiesto + + + If no certificate was provided, this stage will stop flow execution. + Se non è stato fornito alcun certificato, questa fase interromperà l'esecuzione del flusso. + + + Certificate authorities + Autorità di certificazione + + + Configure the certificate authority client certificates are validated against. The certificate authority can also be configured on a brand, which allows for different certificate authorities for different domains. + Configurare l'autorità di certificazione con cui vengono convalidati i certificati client. L'autorità di certificazione può anche essere configurata per un marchio, consentendo di utilizzare autorità di certificazione diverse per domini diversi. + + + Certificate attribute + Attributo del certificato + + + Common Name + Common Name + + + Configure the attribute of the certificate used to look for a user. + Configura l'attributo del certificato utilizzato per cercare un utente. + + + User attribute + Attributo utente + + + Configure the attribute of the user used to look for a user. + Configura l'attributo dell'utente utilizzato per cercare un utente. + + + User database + standard password + Database utente + password standard + + + User database + app passwords + Database utente + password dell'app + + + User database + LDAP password + Database utente + password LDAP + + + User database + Kerberos password + Database utente + password Kerberos + + + Validate the user's password against the selected backend(s). + Convalida la password dell'utente rispetto al backend selezionato. + + + Backends + Backends + + + Selection of backends to test the password against. + Selezione di backend per testare la password contro. + + + Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password. + + + Failed attempts before cancel + Tentativi non riusciti prima dell'annullamento + + + How many attempts a user has before the flow is canceled. To lock the user out, use a reputation policy and a user_write stage. + Quanti tentativi ha un utente prima che il flusso venga annullato. Per bloccare l'utente, utilizzare una politica di reputazione e una fase User_Write. + + + Provide users with a 'show password' button. + Fornisci agli utenti un pulsante "Mostra password". + + + ("", of type ) + ("", del tipo ) + + + Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable. + Mostra campi di input arbitrari all'utente, ad esempio durante l'iscrizione. I dati vengono salvati nel contesto di flusso nell'ambito della variabile "prompt_data". + + + Fields + Campi + + + Available Fields + Campi disponibili + + + Selected Fields + Campi selezionati + + + Validation Policies + Criteri di Validazione + + + Available Policies + Policy disponibili + + + Selected Policies + Criteri selezionati + + + Selected policies are executed when the stage is submitted to validate the data. + Le politiche selezionate vengono eseguite quando la fase viene inviata per convalidare i dati. + + + Redirect the user to another flow, potentially with all gathered context + Reindirizza l'utente a un altro flusso, potenzialmente con tutto il contesto raccolto + + + Static + Statico + + + Target URL + URL di destinazione + + + Redirect the user to a static URL. + Reindirizzare l'utente a un URL statico. + + + Target Flow + Flusso di destinazione + + + Redirect the user to a Flow. + Reindirizzo l'utente al Flusso. + + + Keep flow context + Mantieni contesto del flusso + + + Inject an OAuth or SAML Source into the flow execution. This allows for additional user verification, or to dynamically access different sources for different user identifiers (username, email address, etc). + Iniettare una sorgente OAuth o SAML nell'esecuzione del flusso. Ciò consente una verifica dell'utente aggiuntiva o di accedere dinamicamente a fonti diverse per diversi identificatori utente (nome utente, indirizzo e -mail, ecc.). + + + Source + Sorgente + + + Resume timeout + Riprendi il timeout + + + Amount of time a user can take to return from the source to continue the flow. + La quantità di tempo che un utente può dedicare per tornare dall'origine per continuare il flusso. + + + Delete the currently pending user. CAUTION, this stage does not ask for confirmation. Use a consent stage to ensure the user is aware of their actions. + Elimina l'utente attualmente in sospeso. Attenzione, questa fase non chiede conferma. Utilizzare una fase di consenso per garantire che l'utente sia a conoscenza delle proprie azioni. + + + Log the currently pending user in. + Registra l'utente attualmente in sospeso in. + + + Determines how long a session lasts. Default of 0 seconds means that the sessions lasts until the browser is closed. + Determina quanto dura una sessione. Predefinito di 0 secondi significa che le sessioni durano fino alla chiusura del browser. + + + Different browsers handle session cookies differently, and might not remove them even when the browser is closed. + Diversi browser gestiscono i cookie di sessione in modo diverso e potrebbero non rimuoverli anche quando il browser è chiuso. + + + See here. + Guarda qui. + + + Stay signed in offset + Rimani connesso in tempo + + + If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here. + Se impostato su una durata superiore a 0, l'utente avrà la possibilità di scegliere di "rimanere firmato", che estenderà la sessione entro il momento specificato qui. + + + Remember device + Ricorda dispositivo + + + If set to a duration above 0, a cookie will be stored for the duration specified which will allow authentik to know if the user is signing in from a new device. + Se impostato su una durata superiore a 0, un cookie verrà memorizzato per la durata specificata, consentendo ad authentik di sapere se l'utente sta effettuando l'accesso da un nuovo dispositivo. + + + Network binding + Associazione di rete + + + No binding + Nessun legame + + + Bind ASN + Lega asn + + + Bind ASN and Network + Lega l'ASN e la rete + + + Bind ASN, Network and IP + Lega ASN, rete e IP + + + Configure if sessions created by this stage should be bound to the Networks they were created in. + Configurare se le sessioni create da questa fase dovrebbero essere legate alle reti in cui sono state create. + + + GeoIP binding + Associazione GEOIP + + + Bind Continent + Lega Continente + + + Bind Continent and Country + Lega il continente e il paese + + + Bind Continent, Country and City + Lega il continente, il paese e la città + + + Configure if sessions created by this stage should be bound to their GeoIP-based location + Configurare se le sessioni create da questa fase dovrebbero essere legate alla loro posizione basata su GEOIP + + + Terminate other sessions + Terminare altre sessioni + + + When enabled, all previous sessions of the user will be terminated. + Se abilitato, tutte le sessioni precedenti dell'utente verranno terminate. + + + Remove the user from the current session. + Rimuovere l'utente dalla sessione corrente. + + + Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user + is pending, a new user is created, and data is written to them. + Scrivi qualsiasi dati dal contesto del flusso "prompt_data" all'utente attualmente in sospeso. Se nessun utente + è in sospeso, viene creato un nuovo utente e vengono scritti dati. + + + Never create users + Non creare mai utenti + + + When no user is present in the flow context, the stage will fail. + Quando nessun utente è presente nel contesto del flusso, lo stadio fallirà. + + + Create users when required + Creare utenti quando richiesto + + + When no user is present in the the flow context, a new user is created. + Quando non è presente alcun utente nel contesto del flusso, viene creato un nuovo utente. + + + Always create new users + Creare sempre nuovi utenti + + + Create a new user even if a user is in the flow context. + Crea un nuovo utente anche se un utente è nel contesto di flusso. + + + Create users as inactive + Creare utenti come inattivi + + + Mark newly created users as inactive. + Segna i nuovi utenti come inattivi. + + + Internal users might be users such as company employees, which will get access to the full Enterprise feature set. + Gli utenti interni potrebbero essere utenti come i dipendenti dell'azienda, che avranno accesso al set di funzionalità aziendali completo. + + + External users might be external consultants or B2C customers. These users don't get access to enterprise features. + Gli utenti esterni potrebbero essere consulenti esterni o clienti B2C. Questi utenti non hanno accesso alle funzionalità aziendali. + + + Service accounts should be used for machine-to-machine authentication or other automations. + Gli account di servizio devono essere utilizzati per l'autenticazione macchina a macchina o altre automazione. + + + User type used for newly created users. + Tipo di utente utilizzato per gli utenti appena creati. + + + User path template + Modello percorso utente + + + Path new users will be created under. If left blank, the default path will be used. + Percorso verranno creati nuovi utenti. Se lasciato vuoto, verrà utilizzato il percorso predefinito. + + + Newly created users are added to this group, if a group is selected. + Gli utenti appena creati vengono aggiunti a questo gruppo, se viene selezionato un gruppo. + + + Target + Bersaglio + + + Stage + Fase + + + Evaluate when flow is planned + Valuta quando è pianificato il flusso + + + Evaluate policies during the Flow planning process. + Valutare le policies durante il processo di pianificazione del flusso. + + + Evaluate when stage is run + Valutare quando la fase è eseguita + + + Evaluate policies before the Stage is presented to the user. + Valutare i criteri prima che la fase venga presentata all'utente. + + + Invalid response behavior + Comportamento risposta non valida + + + Returns the error message and a similar challenge to the executor + Restituisce il messaggio di errore e una sfida simile all'esecutore + + + Restarts the flow from the beginning + Riavvia il flusso dall'inizio + + + Restarts the flow from the beginning, while keeping the flow context + Riavvia il flusso dall'inizio, mantenendo il contesto del flusso + + + Configure how the flow executor should handle an invalid response to a challenge given by this bound stage. + Configurare il modo in cui l'esecutore del flusso dovrebbe gestire una risposta non valida a una sfida data da questa fase vincolata. + + + New stage + Nuova fase + + + Create a new stage. + Crea una nuova fase. + + + Successfully imported device. + Dispositivo importato con successo. + + + The user in authentik this device will be assigned to. + L'utente in autencik questo dispositivo verrà assegnato. + + + Duo User ID + Duo User ID + + + The user ID in Duo, can be found in the URL after clicking on a user. + L'ID utente in duo è disponibile nell'URL dopo aver fatto clic su un utente. + + + Automatic import + Importazione automatica + + + Successfully imported devices. + Importati con successo + dispositivi. + + + Start automatic import + Iniziare l'importazione automatica + + + Or manually import + O importa manualmente + + + Endpoint Google Chrome Device Trust is in preview. + anteprima dell'Endpoint Google Chrome Device Trust + + + Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows. + Fase utilizzata per verificare i browser degli utenti utilizzando la fiducia del dispositivo Google Chrome. Questa fase può essere utilizzata nei flussi di autenticazione/autorizzazione. + + + Google Verified Access API + Google Verified Access API + + + Stages are single steps of a Flow that a user is guided through. A stage can only be executed from within a flow. + Le fasi sono singoli passaggi di un flusso su cui un utente è guidato. Una fase può essere eseguita solo all'interno di un flusso. + + + Flows + Flussi + + + Stage(s) + Fase(i) + + + Import + Importa + + + Import Duo device + Importa dispositivo Duo + + + Import devices + Importa dispositivi + + + Successfully updated flow. + Aggiornato con successo il flusso. + + + Successfully created flow. + Creato con successo il flusso. + + + Shown as the Title in Flow pages. + Mostrato come titolo nelle pagine di flusso. + + + Visible in the URL. + Visibile nell'URL. + + + Designation + Designazione + + + Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. + Decide a cosa serve questo flusso. Ad esempio, il flusso di autenticazione viene reindirizzato a quando un utente non autenticato visita authentik. + + + No requirement + Nessun requisito + + + Require authentication + Richiedere l'autenticazione + + + Require no authentication + Non richiedere autenticazione + + + Require superuser + Richiede super-utente + + + Require being redirected from another flow + Richiedi il reindirizzamento da un altro flusso + + + Require Outpost (flow can only be executed from an outpost) + Richiedi Avamposto (il flusso può essere eseguito solo da un avamposto) + + + Required authentication level for this flow. + Livello di autenticazione richiesto per questo flusso. + + + Behavior settings + Impostazioni del comportamento + + + Compatibility mode + Modalità di compatibilità + + + Increases compatibility with password managers and mobile devices. + Aumenta la compatibilità con i gestori di password e i dispositivi mobili. + + + Denied action + Azione negata + + + Will follow the ?next parameter if set, otherwise show a message + Seguirà il parametro successivo se impostato, altrimenti mostra un messaggio + + + Will either follow the ?next parameter or redirect to the default interface + Seguirà il parametro successivo o reindirizza all'interfaccia predefinita + + + Will notify the user the flow isn't applicable + Notificherà all'utente il flusso non è applicabile + + + Decides the response when a policy denies access to this flow for a user. + Decide la risposta quando una politica nega l'accesso a questo flusso per un utente. + + + Appearance settings + Impostazioni di visualizzazione + + + Layout + Layout + + + Background + Sfondo + + + Background shown during execution. + Sfondo mostrato durante l'esecuzione. + + + Successfully imported flow. + Importazione del flusso riuscita. + + + .yaml files, which can be found in the Example Flows documentation + + + Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them. + I flussi descrivono una catena di fasi per autenticare, iscrivere o recuperare un utente. Le fasi vengono scelte in base alle politiche applicate a loro. + + + Flow(s) + Flusso(i) + + + Update Flow + Aggiorna Flusso + + + Execute "" + + + Execute + Esegui + + + Export "" + + + Export + Esportazione + + + Create Flow + Crea Flusso + + + Import Flow + Importa Flusso + + + Successfully cleared flow cache + Cache di flusso cancellata con successo + + + Failed to delete flow cache + Impossibile eliminare la cache di flusso + + + Clear Flow cache + Pulisci cache flusso + + + Are you sure you want to clear the flow cache? + This will cause all flows to be re-evaluated on their next usage. + Sei sicuro di voler cancellare la cache del flusso? + Ciò causerà la rivalutazione di tutti i flussi al loro prossimo utilizzo. + + + Stage binding(s) + Associazione(i) fase + + + Stage type + Tipo fase + + + Edit Stage + Modifica Fase + + + Update Stage binding + Aggiorna Associazione fase + + + These bindings control if this stage will be applied to the flow. + Questi legami controllano se questa fase verrà applicata al flusso. + + + No Stages bound + Nessuna fase associata + + + No stages are currently bound to this flow. + Al momento non sono presenti fasi associate a questo flusso. + + + Create and bind Stage + Crea e associa fase + + + Create Stage binding + Crea associazione di fase + + + Flow Overview + Panoramica del flusso + + + Flow Info + Info Flusso + + + Related actions + Azioni correlate + + + Execute flow + Esegui flusso + + + Execute "" normally + + + Normal + Normale + + + Execute "" as current user + + + Current user + + + Execute "" with inspector + + + Use inspector + + + Export flow + Esportazione flusso + + + Stage Bindings + Associazione Fase + + + These bindings control which users can access this flow. + Queste associzioni controllano quali utenti possono accedere a questo flusso. + + + Event Log + Registro eventi + + + Brand + Brand + + + Show details + Mostra dettagli + + + Event info + Info Evento + + + Created + Creato + + + Raw event info + Informazioni sull'evento grezzo + + + Event + Evento + + + + Successfully updated transport. + Aggiornato con successo il trasporto. + + + Successfully created transport. + Creato con successo il trasporto. + + + Send once + Invia una volta + + + Only send notification once, for example when sending a webhook into a chat channel. + Invia una notifica solo una volta, ad esempio quando si invia un webhook in un canale di chat. + + + Local (notifications will be created within authentik) + Local (le notifiche verranno create all'interno di authentik) + + + Webhook (generic) + Webhook (generico) + + + Webhook (Slack/Discord) + Webhook (Slack/Discord) + + + Webhook URL + Webhook URL + + + Webhook Body Mapping + Mappatura Corpo Webhook + + + Webhook Header Mapping + Mappatura Intestazione Webhook + + + Email Subject Prefix + + + Email Template + + + Notification Transports + Notifiche di trasporto + + + Define how notifications are sent to users, like Email or Webhook. + Definire come vengono inviate le notifiche agli utenti, come e -mail o webhook. + + + Notification transport(s) + Notifica trasporto(i) + + + Update Notification Transport + Aggiorna trasporto di notifica + + + Create Notification Transport + Creare trasporto di notifica + + + Successfully updated rule. + Aggiornato con successo la regola. + + + Successfully created rule. + Creato con successo la regola. + + + Select the group of users which the alerts are sent to. + Selezionare il gruppo di utenti a cui inviare gli avvisi. + + + If no group is selected and 'Send notification to event user' is disabled the rule is disabled. + Se non viene selezionato alcun gruppo e l'opzione "Invia notifica all'utente dell'evento" è disabilitata, la regola è disabilitata. + + + Send notification to event user + Invia notifica all'utente dell'evento + + + Transports + Trasporti + + + Available Transports + Trasporti disponibili + + + Selected Transports + Trasporti selezionati + + + Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. + Selezionare quali trasporti dovrebbero essere utilizzati per avvisare l'utente. Se nessuno è selezionato, la notifica verrà mostrata solo nell'interfaccia utente di authentik. + + + Severity + Gravità + + + Notification Rules + Regole di notifica + + + Send notifications whenever a specific Event is created and matched by policies. + Invia notifiche ogni volta che un evento specifico viene creato e abbinato dalle politiche. + + + Sent to group + Inviato al gruppo + + + Notification rule(s) + Regola(e) di notifica + + + Update Notification Rule + Aggiorna regola di notifica + + + Create Notification Rule + Crea regola di notifica + + + These bindings control upon which events this rule triggers. +Bindings to groups/users are checked against the user of the event. + Questi legami controllano quali eventi questa regola innesca. + I binding a gruppi/utenti vengono controllati contro l'utente dell'evento. + + + Outpost Deployment Info + Info Deployment Avamposto + + + View deployment documentation + Visualizza la documentazione di distribuzione + + + If your authentik Instance is using a self-signed certificate, set this value. + Se l'istanza authentik sta utilizzando un certificato autofirmato, impostare questo valore. + + + If your authentik_host setting does not match the URL you want to login with, add this setting. + Se l'impostazione AUTHENTIK_HOST non corrisponde all'URL con cui si desidera accedere, aggiungi questa impostazione. + + + Successfully updated outpost. + Avamposto aggiornato con successo. + + + Successfully created outpost. + Avamposto creato con successo. + + + LDAP + LDAP + + + Radius + Radius + + + RAC + Rac + + + Integration + Integrazione + + + Selecting an integration enables the management of the outpost by authentik. + La selezione di un'integrazione consente la gestione dell'autospost di authentik. + + + Available Applications + Applicazioni disponibili + + + Selected Applications + Applicazioni selezionate + + + Configuration + Configurazione + + + (build ) + (build ) + + + (FIPS) + (FIPS) + + + Last seen + Ultima volta visto + + + , should be + + , dovrebbe essere + + + + Not available + Non disponibile + + + Last seen: () + Visto l'ultima volta: () + + + Outposts + Avamposti + + + Outposts are deployments of authentik components to support different environments and protocols, like reverse proxies. + Gli avamposti sono distribuzioni di componenti autencik per supportare diversi ambienti e protocolli, come i proxy inversi. + + + Health and Version + Salute e Versione + + + Warning: authentik Domain is not configured, authentication will not work. + Attenzione: il dominio authentik non è configurato, l'autenticazione non funzionerà. + + + Logging in via . + Accesso con + . + + + No integration active + Nessuna integrazione attiva + + + Update Outpost + Aggiorna avamposto + + + View Deployment Info + Visualizza info Deployment + + + Detailed health (one instance per column, data is cached so may be out of date) + Salute dettagliata (un'istanza per colonna, i dati sono memorizzati nella cache, quindi potrebbe essere obsoleto) + + + Outpost(s) + Avamposto(i) + + + Create Outpost + Crea avamposto + + + Successfully updated integration. + Aggiornato con successo l'integrazione. + + + Successfully created integration. + Creato con successo l'integrazione. + + + Local + Locale + + + Docker URL + Docker URL + + + Can be in the format of unix:// when connecting to a local + docker daemon, using ssh:// to connect via SSH, or + https://:2376 when connecting to a remote system. + Può essere nel formato unix:// quando si collega a un demone + docker locale, usando ssh:// per connettersi via SSH, o + https://:2376 durante la connessione a un sistema remoto. + + + CA which the endpoint's Certificate is verified against. Can be left empty for no validation. + CA su cui viene verificato il certificato dell'endpoint. Può essere lasciato vuoto per nessuna convalida. + + + TLS Authentication Certificate/SSH Keypair + Certificato di autenticazione TLS/KEYPAIR SSH + + + Certificate/Key used for authentication. Can be left empty for no authentication. + Certificato/chiave utilizzato per l'autenticazione. Può essere lasciato vuoto per nessuna autenticazione. + + + When connecting via SSH, this keypair is used for authentication. + Quando si collega tramite SSH, questa tastiera viene utilizzata per l'autenticazione. + + + Kubeconfig + Kubeconfig + + + Verify Kubernetes API SSL Certificate + Verifica certificato SSL API Kubernetes + + + New outpost integration + Nuova integrazione avamposto + + + Create a new outpost integration. + Crea una nuova integrazione avamposto. + + + Outpost integrations + Integrazioni di avamposto + + + Outpost integrations define how authentik connects to external platforms to manage and deploy Outposts. + Le integrazioni di avamposto definiscono come authentik si collega a piattaforme esterne per gestire e distribuire gli avamposti. + + + State + Stato + + + Unhealthy + Non sano + + + Outpost integration(s) + Integrazione(i) avamposto + + + Successfully generated certificate-key pair. + Generato con successo il certificato-chiave. + + + Subject-alt name + Subject-alt name + + + Optional, comma-separated SubjectAlt Names. + Opzionale, nomi SubjectAlt separati da virgola. + + + Validity days + Giorni di validità + + + Private key Algorithm + Algoritmo Chiave privata + + + RSA + RSA + + + ECDSA + ECDSA + + + Algorithm used to generate the private key. + Algoritmo usato per generare la chiave privata. + + + Successfully updated certificate-key pair. + Aggiornata con successo la coppia certificato-chiave. + + + Successfully created certificate-key pair. + Creato con successo il certificato-chiave. + + + PEM-encoded Certificate data. + Dati del certificato codificato PEM. + + + Optional Private Key. If this is set, you can use this keypair for encryption. + Chiave privata opzionale. Se impostata, puoi utilizzare questa coppia di chiavi per la crittografia. + + + Certificate-Key Pairs + Coppie di certificato-chiave + + + Import certificates of external providers or create certificates to sign requests with. + Importa certificati di fornitori esterni o crea certificati per firmare le richieste con. + + + Private key available? + Chiave privata è disponibile? + + + Managed by authentik + Gestito da authentik + + + Managed by authentik (Discovered) + Gestito da authentik (Scoperto) + + + Yes () + Sì ( + ) + + + Update Certificate-Key Pair + Aggiorna la coppia Certificato-Chiave + + + Certificate Fingerprint (SHA1) + Fingerprint Certificato (SHA1) + + + Certificate Fingerprint (SHA256) + Fingerprint Certificato (SHA256) + + + Certificate Subject + Soggetto del certificato + + + Download Certificate + Scarica Certificato + + + Download Private key + Scarica chiave privata + + + Import Existing Certificate-Key Pair + Importa coppia certificato-chiave esistente + + + Generate + Genera + + + Generate New Certificate-Key Pair + Genera nuova coppia certificato-chiave + + + Link Title + nome del link + + + Successfully updated settings. + Impostazioni aggiornate. + + + Avatars + Avatars + + + Configure how authentik should show avatars for users. The following values can be set: + Configurare come authentik dovrebbe mostrare avatar per gli utenti. È possibile impostare i seguenti valori: + + + Disables per-user avatars and just shows a 1x1 pixel transparent picture + Disabilita gli avatar per utente e mostra solo un'immagine trasparente da 1x1 pixel + + + Uses gravatar with the user's email address + Utilizza Gravatar con l'indirizzo email dell'utente + + + Generated avatars based on the user's name + Avatar generati in base al nome dell'utente + + + Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used: + Qualsiasi URL: se si desidera utilizzare le immagini ospitate su un altro server, è possibile impostare qualsiasi URL. Inoltre, possono essere utilizzati questi segnaposto: + + + The user's username + Nome utente + + + The email address, md5 hashed + L'indirizzo e -mail, hashed MD5 + + + The user's UPN, if set (otherwise an empty string) + L'utente è UPN, se impostato (altrimenti una stringa vuota) + + + An attribute path like + attributes.something.avatar, which can be used in + combination with the file field to allow users to upload custom + avatars for themselves. + Un percorso di attributi come + attributes.something.avatar, che può essere utilizzato in + combinazione con il campo file per consentire agli utenti di caricare + avatar personalizzati. + + + Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found. + È possibile impostare più valori, separati da virgole e authentik scenderà alla modalità successiva quando non è stato possibile trovare un avatar. + + + For example, setting this to gravatar,initials will + attempt to get an avatar from Gravatar, and if the user has not + configured on there, it will fallback to a generated avatar. + Ad esempio, impostando questo su gravatar,iniziali proverà + a ottenere un avatar da Gravatar, e se l'utente non l'ha + configurato, si ricorrerà a un avatar generato. + + + Allow users to change name + Permetti agli utenti di cambiare nome + + + Enable the ability for users to change their name. + Abilita la possibilità agli utenti di cambiare il proprio nome. + + + Allow users to change email + Consenti agli utenti di modificare l'email + + + Enable the ability for users to change their email. + Consentire agli utenti di modificare la propria email. + + + Allow users to change username + Consenti agli utenti di cambiare nome utente + + + Enable the ability for users to change their username. + Consentire agli utenti di modificare il proprio nome utente. + + + Event retention + Ritenzione degli eventi + + + Duration after which events will be deleted from the database. + Tempo dopo il quale gli eventi verranno eliminati dal database. + + + When using an external logging solution for archiving, this can be + set to minutes=5. + Se si utilizza una soluzione di registrazione esterna per l'archiviazione, questo può essere + impostato su minutes=5. + + + This setting only affects new Events, as the expiration is saved per-event. + Questa impostazione influisce solo sui nuovi eventi, poiché la scadenza viene salvata per evento. + + + Reputation: lower limit + Reputazione: limite inferiore + + + Reputation cannot decrease lower than this value. Zero or negative. + La reputazione non può scendere sotto questo valore. Zero o negativo. + + + Reputation: upper limit + Reputazione: limite superiore + + + Reputation cannot increase higher than this value. Zero or positive. + La reputazione non può superare questo valore. Zero o positivo. + + + Footer links + Footer links + + + This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown. + Questo opzione configura il link in basso nel flusso delle pagine di esecuzione. L'URL e' limitato a web e indirizzo mail-Se il nome viene lasciato vuoto, verra' visualizzato l'URL + + + GDPR compliance + Conformità GDPR + + + When enabled, all the events caused by a user will be deleted upon the user's deletion. + Se abilitata, tutti gli eventi causati da un utente verranno eliminati al momento dell'eliminazione dell'utente. + + + Impersonation + Impersonazione + + + Globally enable/disable impersonation. + Abilita/disabilita globalmente l'impersonificazione. + + + Require reason for impersonation + Richiedi un motivo per impersonare un utente + + + Require administrators to provide a reason for impersonating a user. + Richiedi agli amministratori un motivo per impersonare un utente + + + Default token duration + Durata token predefinita + + + Default duration for generated tokens + Durata predefinita dei token generati + + + Default token length + Lunghezza token predefinita + + + Default length of generated tokens + Lunghezza predefinita dei token generati + + + Flags + + + Save + Salva + + + System settings + Impostazioni di sistema + + + Successfully updated instance. + Istanza caricata con successo. + + + Successfully created instance. + Istanza creata con successo. + + + Disabled blueprints are never applied. + I progetti disabili non vengono mai applicati. + + + Local path + Percorso locale + + + OCI Registry + Registro OCI + + + OCI URL + + + A valid OCI manifest URL, prefixed with the protocol + e.g. oci://registry.domain.tld/path/to/manifest + + + Read more about + + + OCI Support + + + Blueprint + Progetto + + + Configure the blueprint context, used for templating. + Configurare il contesto del progetto, utilizzato per il modello. + + + Orphaned + Orfano + + + Blueprints + Progetti + + + Automate and template configuration within authentik. + Configurazione delle automazione e dei modelli all'interno di authentik. + + + Last applied + Ultima applicazione + + + Blueprint(s) + Progetto(i) + + + Update Blueprint + Aggiorna progetto + + + Edit "" blueprint + + + Apply "" blueprint + + + Apply + Applica + + + Create Blueprint Instance + Crea istanza progetto + + + Successfully updated license. + Licenza aggiornata con successo. + + + Successfully created license. + Licenza creata con successo. + + + Install ID + ID Installazione + + + License key + Chiave di licenza + + + Expired + Scaduta + + + Expiring soon + In scadenza presto + + + Unlicensed + Senza licenza + + + Read Only + Solo lettura + + + Valid + Valida + + + Current license status + Stato di licenza corrente + + + Overall license status + Stato complessivo della licenza + + + Internal user usage + Utilizzo degli utenti interni + + + % + % + + + External user usage + Utilizzo dell'utente esterno + + + Licenses + Licenze + + + Manage enterprise licenses + Gestire le licenze enterprise + + + No licenses found. + Nessuna licenza trovata. + + + License(s) + Licenza(e) + + + Forecast internal users + Previsione utenti interni + + + Estimated user count one year from now based on current internal users and forecasted internal users. + + + Approximately + + + Forecast external users + Previsione utenti esterni + + + Estimated user count one year from now based on current external users and forecasted external users. + + + Cumulative license expiry + Scadenza cumulativa della licenza + + + No expiry + + + Internal: + Interni: + + + External: + Esterni: + + + Update License + Aggiorna Licenza + + + Your Install ID + Il tuo ID di installazione + + + Go to Customer Portal + Vai al Portale del Cliente + + + Learn more + Per saperne di più + + + Install + Installa + + + Install License + Installa Licenza + + + Release + Rilascio + + + Development + Sviluppo + + + UI Version + Versione UI + + + Build + Build + + + Python version + Versione Python + + + Platform + Piattaforma + + + Kernel + Kernel + + + OpenSSL + OpenSSL + + + Enterprise + Enterprise + + + Collapse + + + Expand + + + navigation + + + Dashboards + Dashboard + + + Endpoint Devices + + + Logs + Logs + + + Customization + Personalizzazione + + + Flows and Stages + Flussi e fasi + + + Directory + Cartella + + + Tokens and App passwords + Token e password dell'app + + + System + Sistema + + + Certificates + Certificati + + + Outpost Integrations + Integrazione avamposto + + + Warning: The current user count has exceeded the configured licenses. + Attenzione: il numero di utenti correnti ha superato le licenze configurate. + + + Warning: One or more license(s) have expired. + ATTENZIONE: una o più licenze sono scadute. + + + Warning: One or more license(s) will expire within the next 2 weeks. + ATTENZIONE: una o più licenze scadranno entro le prossime 2 settimane. + + + Caution: This authentik instance has entered read-only mode due to expired/exceeded licenses. + ATTENZIONE: questa istanza di authentik ha inserito la modalità di sola lettura a causa delle licenze scadute/superate. + + + Click here for more info. + Clicca qui per ulteriori informazioni. + + + This authentik instance uses a Trial license. + Questa istanza di authentik utilizza una licenza di prova. + + + This authentik instance uses a Non-production license. + Questa istanza di authentik utilizza una licenza non adatta alla produzione. + + + A newer version () of the UI is available. + Una nuova versione () della UI è disponibile. + + + API drawer + + + API Requests + Richieste API + + + Open API Browser + Apri navigatore API + + + Close API drawer + + + View details for + + + Mark as read + + + Successfully cleared notifications + Notifiche ripulite con successo + + + No notifications found. + Nessuna notifica trovata. + + + You don't have any notifications currently. + Non hai notifiche al momento. + + + Notifications + Notifiche + + + Open about dialog + + + Product name + + + Product version + + + Version + Versione + + + Global navigation + + + WebAuthn requires this page to be accessed via HTTPS. + WebAuthn richiede che questa pagina sia accessibile tramite HTTPS. + + + WebAuthn not supported by browser. + WebAuthn non supportato dal browser. + + + API request failed + Richiesta API non riuscita + + + Site links + + + Powered by authentik + Powered by authentik + + + Authenticating with Apple... + Autenticazione con Apple... + + + Retry + Riprova + + + Authenticating with Plex... + Autenticazione con Plex... + + + Waiting for authentication... + In attesa di autenticazione... + + + If no Plex popup opens, click the button below. + Se non si apre alcun popup plex, fare clic sul pulsante in basso. + + + Open login + Aprire login + + + Authenticating with Telegram... + + + Click the button below to start. + + + User information + + + Something went wrong! Please try again later. + Qualcosa è andato storto! Per favore riprova più tardi. + + + Request ID + Request ID + + + You may close this page now. + Puoi chiudere questa pagina ora. + + + You're about to be redirect to the following URL. + Stai per essere reindirizzato all'URL seguente. + + + Follow redirect + Segui il reindirizzamento + + + Flow inspector + Ispezione del flusso + + + Close flow inspector + + + Next stage + Fase successiva + + + Stage name + Nome fase + + + Stage kind + Tipo fase + + + Stage object + Ogetto fase + + + This flow is completed. + Questo flusso è completato. + + + Plan history + Storia del piano + + + Current plan context + Contesto del piano attuale + + + Session ID + Session ID + + + Flow inspector loading + + + Request has been denied. + La richiesta è stata negata. + + + Show password + Mostra password + + + Hide password + Nascondi password + + + Please enter your password + Per favore inserisci la tua password + + + Caps Lock is enabled. + Caps Lock attivo. + + + CAPTCHA challenge + + + Verifying... + Verifica... + + + Remember me on this device + Ricordami su questo dispositivo + + + Continue with + + + Need an account? + Hai bisogno di un account? + + + Sign up. + Registrati. + + + Forgot username or password? + Hai dimenticato il nome utente o la password? + + + Additional actions + + + Select one of the options below to continue. + Seleziona una delle opzioni qui sotto per continuare. + + + Enter the email associated with your account, and we'll send you a link to reset your password. + Inserisci l'e -mail associata al tuo account e ti invieremo un link per reimpostare la password. + + + Or + Oppure + + + Login to continue to . + Accedi per continuare in + . + + + Use a security key + Usa una chiave di sicurezza + + + Login sources + + + Forgot password? + Hai dimenticato la password? + + + Application requires following permissions: + L'applicazione richiede i seguenti permessi: + + + Application already has access to the following permissions: + L'applicazione ha già accesso alle seguenti autorizzazioni: + + + Application requires following new permissions: + L'applicazione richiede le seguenti nuove autorizzazioni: + + + Stage name: + + + Check your Inbox for a verification email. + Controlla la tua casella di posta per un'email di verifica. + + + Send Email again. + Invia di nuovo l'email. + + + QR-Code to setup a time-based one-time password + + + Copy time-based one-time password configuration + + + Copy TOTP Config + + + Please scan the QR code above using the Microsoft Authenticator, Google Authenticator, or other authenticator apps on your device, and enter the code the device displays below to finish setting up the MFA device. + Scansiona il codice QR sopra utilizzando Microsoft Authenticator, Google Authenticator o altre app di Autenticator sul dispositivo e immettere il codice visualizzato di seguito per terminare l'impostazione del dispositivo MFA. + + + Time-based one-time password + + + TOTP Code + + + Type your TOTP code... + + + Type your time-based one-time password code. + + + Duo activation QR code + Codice QR di attivazione Duo + + + Alternatively, if your current device has Duo installed, click on this link: + In alternativa, se il tuo dispositivo corrente è installato duo, fare clic su questo link: + + + Duo activation + Attivazione Duo + + + Check status + Verifica stato + + + Make sure to keep these tokens in a safe place. + Assicurati di tenere questi token in un luogo sicuro. + + + Configure your email + Configura la tua email + + + Please enter your email address. + Inserisci il tuo indirizzo email. + + + Code + Codice + + + Please enter the code you received via email + Inserisci il codice ricevuto via email + + + Phone number + Numero di telefono + + + Please enter your Phone number. + Per favore, inserisci il tuo numero di telefono. + + + Please enter the code you received via SMS + Per favore, inserisci il codice che hai ricevuto tramite SMS. + + + Select another authentication method + Seleziona un altro metodo di autenticazione + + + Authentication code + Codice di autenticazione + + + Static token + Token statico + + + Type an authentication code... + + + Sending Duo push notification... + Invio notifica push Duo in corso... + + + Failed to authenticate + Autenticazione fallita + + + Authentication failed. Please try again. + Autenticazione fallita. Per favore riprova. + + + Authenticating... + Autenticazione... + + + Retry authentication + Riprova autenticazione + + + Duo push-notifications + Notifiche push Duo + + + Receive a push notification on your device. + Ricevi una notifica push sul tuo dispositivo. + + + Traditional authenticator + Autenticatore tradizionale + + + Use a code-based authenticator. + Utilizzare un autenticatore basato su codice. + + + Recovery keys + Chiavi di recupero + + + In case you lose access to your primary authenticators. + + + SMS + SMS + + + Tokens sent via SMS. + Token inviati tramite SMS. + + + Tokens sent via email. + Token inviati via email. + + + Unknown device + + + An unknown device class was provided. + + + Select an authentication method + + + Select a configuration stage + + + Stay signed in? + Rimani connesso? + + + Select Yes to reduce the number of times you're asked to sign in. + Seleziona Sì per ridurre il numero di volte in cui ti viene chiesto di effettuare l'accesso. + + + Device Code + + + Please enter your code + Per favore inserisci il tuo codice. + + + You've successfully authenticated your device. + Hai autenticato correttamente il tuo dispositivo. + + + You've logged out of . You can go back to the overview to launch another application, or log out of your authentik account. + + + Go back to overview + Torna alla panoramica + + + Log out of + + + Log back into + + + SAML Provider + + + SAML logout complete + + + Redirecting to SAML provider: + + + Posting logout request to SAML provider: + + + Unknown Provider + + + Logging out of providers... + + + Single Logout + + + Open flow inspector + + + Authentication form + + + Error creating credential: + Errore durante la creazione della credenziale: + + + + Server validation of credential failed: + Convalida server delle credenziali non riuscita: + + + + Failed to register. Please try again. + Registrazione fallita. Per favore riprova. + + + Registering... + Registrazione... + + + Failed to register + Registrazione fallita + + + Retry registration + Riprova registrazione + + + Idle + Inattivo + + + Connecting + In connessione + + + Waiting + In attesa + + + Connected + Connesso + + + Disconnecting + In disconnessione + + + Disconnected + Disconnesso + + + Connection failed after attempts. + Connessione fallita dopo tentativi. + + + Re-connecting in second(s). + Ri-connessione in secondo(i). + + + Connecting... + Connessione... + + + Please wait while the content is loading + + + Select endpoint to connect to + Seleziona Endpoint a cui connettersi + + + application + + + Actions for "" + + + Edit application... + + + Refer to documentation + Riferirsi alla documentazione + + + No Applications available. + Nessuna applicazione disponibile. + + + Either no applications are defined, or you don’t have access to any. + O non sono definite applicazioni o non hai accesso a nessuna. + + + Ungrouped + + + My Applications + Le mie Applicazioni + + + Search for an application by name... + + + Search returned no results. + La ricerca non ha restituito risultati. + + + My applications + Le mie applicazioni + + + Application list + + + Failed to fetch applications. + + + Change your password + Cambia la tua password + + + Change password + Cambia password + + + Delete account + Elimina account + + + Successfully updated details + Dettagli aggiornati con successo + + + Open settings + Aprire impostazioni + + + No settings flow configured. + Nessun flusso di impostazioni configurato. + + + Update details + Aggiorna dettagli + + + Device type cannot be edited + Dispositivo del tipo non può essere modificato + + + Enroll + Iscrivi + + + Edit device + + + User settings + + + User details + Dettagli utente + + + Consent + Consenso + + + MFA Devices + Dispositivi MFA + + + Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials. + Collega il tuo account utente ai servizi elencati di seguito, per consentire di accedere utilizzando il servizio anziché le credenziali tradizionali. + + + Admin interface + Interfaccia amministrativa + + + ... + Truncation ellipsis + + + Via + + + reference will be left dangling + + + Failed to fetch files + + + You can also enter a URL (https://...), Font Awesome icon (fa://fa-icon-name), or upload a new file. + + + Select from uploaded files, or type a Font Awesome icon (fa://fa-icon-name) or URL. + + + This type is deprecated. + + + No connectors configured. Navigate to Connectors in the sidebar and first create a connector. + + + Home directory + + + Successfully updated agent connector. + + + Successfully created agent connector. + + + Device compliance settings + + + Challenge certificate + + + Challenge idle timeout + + + Duration the flow executor will wait before continuing without a response. + + + Trigger check-in on device + + + Configure how devices connect with authentik and ingest external device data. + + + Stage which associates the currently used device with the current session. + + + Connector + + + Device optional + + + If no device was provided, this stage will succeed and continue to the next stage. + + + Device required + + + If no device was provided, this stage will stop flow execution. + + + File uploaded successfully + + + File Name + + + Type an optional custom file name... + + + Optionally rename the file (without extension). Leave empty to keep the original filename. + + + Files + + + Manage uploaded files. + + + file + + + files + + + Upload + + + Upload File + + + Failed to validate device. + + + Verifying your device... + + + Service Provider Config cache timeout + + + Cache duration for ServiceProviderConfig responses. Set minutes=0 to disable caching. + + + JWTs signed by the selected providers can be used to authenticate to devices. + + + Score Configuration + + + This CAPTCHA provider does not support scoring. Score thresholds will be ignored. + + + Score Minimum Threshold + + + Minimum required score to allow continuing. Lower scores indicate more suspicious behavior. + + + Score Maximum Threshold + + + Maximum allowed score to allow continuing. Set to -1 to disable upper bound checking. + + + Error on Invalid Score + + + When enabled and the score is outside the threshold, the user will not be able to continue. When disabled, the user can continue and the score can be used in policies. + + + Advanced Settings + + + JavaScript URL + + + URL to fetch the CAPTCHA JavaScript library from. Automatically set based on provider selection but can be customized. + + + API Verification URL + + + URL used to validate CAPTCHA response on the backend. Automatically set based on provider selection but can be customized. + + + This stage checks the user's current session against a CAPTCHA service to prevent automated abuse. + + + CAPTCHA Provider + + + Enable this if the CAPTCHA requires user interaction (clicking checkbox, solving puzzles, etc.). Required for reCAPTCHA v2, hCaptcha interactive mode, and Cloudflare Turnstile. + + + Flow Examples + + + Type an outpost name... + + + Outpost Name + + + Outpost configuration + + + Delete Object Permission + + + Global and object permission + + + Global permission + + + Object permission + + + Permissions on this object + + + Permissions assigned to this role affecting specific object instances. + + + Parents + + + Available Groups + + + Selected Groups + + + A group recursively inherits every role from its ancestors. + + + User updated. + + + User created and added to group + + + User created and added to role + + + User created. + + + Successfully downloaded ! + + + Show MDM configuration + + + Hide MDM configuration + + + Is Primary user + + + Primary + + + Remove User(s) + + + Are you sure you want to remove the selected users from ? + + + Are you sure you want to remove the selected users? + + + This user will be added to the role "". + + + Successfully added user to role(s). + + + Roles to add + + + Add role + + + Remove from Role(s) + + + Are you sure you want to remove user from the following roles? + + + Add Role + + + Add to existing role + + + Add new role + + + Hide managed roles + + + Bind existing Stage + + + Flags allow you to enable new functionality and behaviour in authentik early. + + + When enabled, parallel requests for application authorization will be buffered instead of conflicting with other flows. + + + Refresh other flow tabs upon authentication + + + When enabled, other flow tabs in a session will refresh upon a successful authentication. + + + Data export ready + + + Data Exports + + + Manage past data exports. + + + Data type + + + Requested by + + + Creation date + + + Completed + + + Row actions + + + Data export(s) + + + Query parameters + + + SAML metadata XML file to import provider settings from. + + + Configure SAML Provider from Metadata + + + Outgoing syncs will not be triggered. + + + Immediate + + + Outgoing syncs will be triggered immediately for each object that is updated. This can create many background tasks and is therefore not recommended + + + Deferred until end + + + Outgoing syncs will be triggered at the end of the source synchronization. + + + Outgoing sync trigger mode + + + Successfully connected source + + + Failed to connect source: + + + Passkey settings + + + WebAuthn Authenticator Validation Stage + + + When set, allows users to authenticate using passkeys directly from the browser's autofill dropdown without entering a username first. + + + Pagination: default page size + + + Default page size for API requests not specifying a page size. + + + Pagination: maximum page size + + + Maximum page size for API requests. + + + When enabled, notification will be sent to the user that triggered the event in addition to any users in the group above. The event user will always be the first user, to send a notification only to the event user enabled 'Send once' in the notification transport. If no group is selected and 'Send notification to event user' is disabled the rule is disabled. + + + Local connection + + + Requires Docker socket/Kubernetes Integration. + + + Buffer PolicyAccessView requests + + + Assign Object Permission + + + Next, download the configuration to deploy the authentik Agent via MDM + + + Device Access Group + + + Select a device access group to be added to upon enrollment. + + + To create a data export, navigate to + Directory > Users or to + Events > Logs. + + + Choose the object permissions that you want the selected role to have on this object. These object permissions are in addition to any global permissions already within the role. + + + Assign object permissions to role + + + Device access group + + + Primary disk size + + + Primary disk usage + + + The start for user ID numbers, this number is added to the user ID to make sure that the numbers aren't too low for POSIX users. Default is 2000 to prevent collisions with local users. + + + The start for group ID numbers, this number is added to a number generated from the groups' ID to make sure that the numbers aren't too low for POSIX groups. Default is 4000 to prevent collisions with local groups. + + + Data exports are not available as storage for reports is not configured. + + + will collect all objects with the specified parameters: + + + Successfully requested data export + + + Failed to export data + + + Start export + + + Export data + + + English (Pseudo-Accents) + + + Finished + + + Queued + + + Configured file backend does not support file management. + + + Please ensure the data folder is mounted or S3 storage is configured. + + + View details... + + + Type a connector name... + + + Type a name for the token... + + + Update Enrollment Token + + + Type a unique identifier... + + + Type a token description... + + + Integrations synced in the last 12 hours. + + + Loading data + Label for progress bar shown when table data is loading + + + Assigned Roles + + + All Roles + + + Inherited from parent group + + + Inherited from group + + + Inherited + + + Select roles to attach to the user + + + Toggle API requests drawer + + + API Drawer + + + Toggle notifications drawer + + + Notification Drawer + + + Failed to fetch notifications. + + + Clear all notifications + + + Close notification drawer + + + No MFA devices enrolled. + + + User Tokens + + + No User Tokens enrolled. + + + unread + Indicates the number of unread notifications in the notification drawer + + + Agent version: + + + Warning: Flow imports are blueprint files, which may contain objects other than flows (such as users, policies, etc). + + + You should only import files from trusted sources and review blueprints before importing them. + + + The length of the individual generated tokens. Can be set to a maximum of 100 characters. + + + Close sidebar + + + Open sidebar + + + Certificate-Key Pair + + + Avatar for + + + User avatar + + + Go back + + + A verification token has been sent to your configured email address: + Displayed when a verification token has been sent to the user's configured email address. + + + A verification token has been sent to your email address. + Displayed when a verification token has been sent to the user's email address. + + + application found for "" + + + applications found for "" + + + application available + + + applications available + + + Type to filter applications + Screen reader hint to inform the user they can filter the application list by typing + + + Press Enter to open + Screen reader hint to inform the user they can open the selected application by pressing Enter + + + Press Enter to open + Screen reader hint to inform the user they can open the selected application by pressing Enter + + + Open "" + Screen reader label for the application card + + + Active Sessions + + + Successfully revoked session(s) for user(s) + + + Failed to revoke sessions: + + + Revoke Sessions + + + Are you sure you want to revoke all sessions for user(s)? + + + This will force the selected users to re-authenticate on all their devices. + + + Security key + + + Use a Passkey or security key to prove your identity. + + + Include additional data in Audit logs + + + When enabled, additional data about objects added/removed is saved in the audit log. May reduce performance in certain requests. + + + Successfully updated Fleet connector. + + + Successfully created Fleet connector. + + + Connector name... + + + Fleet settings + + + Fleet Server URL + + + Fleet API Token + + + Map users + + + When enabled, users detected by Fleet will be mapped in authentik, granting them access to the device. + + + Map teams to device access group + + + When enabled, Fleet teams will be mapped to Device access groups. Missing device access groups are automatically created. Devices assigned to a different group are not re-assigned + + + Software + + + Paste your license key... + + + Update + + + You can select from popular providers with preset configurations or choose a custom setup to specify your own endpoints and keys. + + + Paste your CAPTCHA public key... + + + Secret Key + + + Paste your CAPTCHA secret key... + + + Stage Name + + + Type a stage name... + + + The unique name used internally to identify the stage. + + + Google reCAPTCHA v2 + + + reCAPTCHA admin console + + + Google reCAPTCHA v3 + + + reCAPTCHA admin console + + + Google reCAPTCHA Enterprise + + + Google Cloud Console + + + hCaptcha + + + hCaptcha dashboard + + + Cloudflare Turnstile + + + Cloudflare dashboard + + + Custom + + + Type an email address... + + + The public key is used by authentik to render the CAPTCHA widget. + Description for CAPTCHA public key field. + + + The secret key allows communication between authentik and the CAPTCHA provider to validate user responses. + Description for CAPTCHA secret key field. + + + Modify + Help text for secret input field to indicate that clicking will allow changing the value. + + + API keys can be obtained from the + + Supplementary help text with link to provider dashboard. + + + Filename can only contain letters, numbers, dots, hyphens, underscores, slashes, and the placeholder %(theme)s + + + item marked to add. + + + items marked to add. + + + item selected. + + + items selected. + + + item marked to remove. + + + items marked to remove. + + + Flow used when authorizing this this.instance?. + + + Reply URL + + + Flow used when logging out of this this.instance?. + + + Certificate used to sign outgoing Responses going to the Service this.instance?. + + + Update WS-Federation Provider + + + WS-Federation Configuration + + + WS-Federation URL + + + Realm (wtrealm) + + + WS-Federation Metadata + + + Example WS-Federation attributes + + + Group Filter + + + Groups to be synced. If empty, all groups will be synced. + + + Custom Attributes + + + No custom attributes defined. + + + The CAPTCHA challenge failed to load. + + + Could not find a suitable CAPTCHA provider. + + + Copy time-based one-time password secret + + + Copy Secret + + + Update settings + + + ED25519 + + + ED448 + + + Enrollment Token + + + New Token + + + Create link + + + To email a recovery link, set an email address for this user. + + + To create a recovery link, set a recovery flow for the current brand. + + + Recovery link + + + Successfully queued email. + + + Token duration + + + If a recovery token already exists, its duration is updated. + + + copied to clipboard. + + + Copied to clipboard. + + + Clipboard not available. Please copy the value manually. + + + An unknown error occurred while retrieving the token. + + + TOTP Config + + + Paste this URL into your authenticator app to set up a time-based one-time password. + + + TOTP Secret + + + Paste this secret into your authenticator app to set up a time-based one-time password. + + + Type a unique identifier for this token... + + + Type a description for this token... + + + Create App Password + + + New App Password + + + Sidebar left (frame background) + + + Sidebar right (frame background) + + + Configuration warning + + + Lifecycle Rules + + + Lifecycle + + + Object Lifecycle Management is in preview. + + + Select a group... + + + Select a role... + + + Select an object... + + + Rule Name + + + Type a name for this lifecycle rule... + + + Interval + + + The interval between opening new reviews for matching objects. + + + Grace period + + + The duration of time before an open review is considered overdue. + + + Reviewer groups + + + Min reviewers + + + Number of users from the selected reviewer groups that must approve the review. + + + Min reviewers is per-group + + + If checked, approving a review will require at least that many users from _each_ of the selected groups. When disabled, the value is a total across all groups. + + + Reviewers + + + Object type + + + When set, the rule will apply to the selected individual object. Otherwise, the rule applies to all objects of the selected type. + + + Available Users + + + Selected Users + + + A review will require approval from each of the users selected here in addition to group members as per above settings. + + + Notification transports + + + Select which transports should be used to notify the user. + + + Object Lifecycle Rules + + + Schedule periodic reviews for objects in authentik. + + + Lifecycle rule(s) + + + Update Lifecycle Rule + + + Create Object Lifecycle Rule + + + No reviews yet. + + + Reviewed on + + + Reviewer + + + Note + + + No review iteration found for this object. + + + At least user from this group: . + + + At least user from these groups: . + + + At least users from this group: . + + + At least users from these groups: . + + + Review opened on + + + Grace period till + + + Next review date + + + Latest review for this object + + + Review state + + + Required reviewers + + + Confirm Review + + + Confirm this object has been reviewed + + + Reviews + + + Review Notes + + + Type optional notes to include in this review... + + + Open Reviews + + + See all currently open reviews. + + + Only show reviews where I am a reviewer + + + Opened + + + Grace period ends + + + Pending review + + + Reviewed + + + Overdue + + + Canceled + + + An unknown error occurred while submitting the form. + + + + \ No newline at end of file