feat(auth): Add LDAP and SSO authentication support
This commit is contained in:
@@ -862,5 +862,20 @@
|
||||
"widgetCamera": "Appareil photo",
|
||||
"widgetPhotos": "Photos",
|
||||
"widgetClipboard": "Presse-papiers",
|
||||
"widgetDescription": "Accès rapide au chat Conduit avec appareil photo, photos et raccourcis du presse-papiers"
|
||||
"widgetDescription": "Accès rapide au chat Conduit avec appareil photo, photos et raccourcis du presse-papiers",
|
||||
"sso": "SSO",
|
||||
"ssoDescription": "Connectez-vous avec le fournisseur d'identité de votre organisation",
|
||||
"signInWithSso": "Se connecter avec SSO",
|
||||
"ssoAuthenticating": "Authentification...",
|
||||
"ssoAuthFailed": "Échec de l'authentification SSO",
|
||||
"ssoTokenNotFound": "Impossible de récupérer le jeton d'authentification du fournisseur SSO",
|
||||
"ssoLoadingLogin": "Chargement de la page de connexion...",
|
||||
"ldap": "LDAP",
|
||||
"ldapDescription": "Connectez-vous avec vos identifiants d'annuaire LDAP",
|
||||
"signInWithLdap": "Se connecter avec LDAP",
|
||||
"ldapUsername": "Nom d'utilisateur",
|
||||
"ldapUsernameHint": "Entrez votre nom d'utilisateur LDAP",
|
||||
"moreSignInOptions": "Plus d'options de connexion",
|
||||
"ldapNotEnabled": "L'authentification LDAP n'est pas activée sur ce serveur",
|
||||
"ssoPlatformNotSupported": "L'authentification SSO n'est pas prise en charge sur cette plateforme. Veuillez utiliser les identifiants ou l'authentification LDAP à la place."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user