feat(console): Active Directory / LDAP, cleanup idp component routing (#5506)

feat(console): LDAP
This commit is contained in:
Max Peintner
2023-03-28 09:38:17 +02:00
committed by GitHub
parent a14bfff0bb
commit 542271b467
74 changed files with 1542 additions and 865 deletions

View File

@@ -1652,6 +1652,10 @@
"AZUREAD": {
"TITLE": "Fournisseur Microsoft",
"DESCRIPTION": "Saisissez les informations d'identification de votre fournisseur d'identité Microsoft"
},
"LDAP": {
"TITLE": "Active Directory / LDAP",
"DESCRIPTION": "Saisissez les informations d'identification de votre fournisseur d'identité LDAP"
}
},
"DETAIL": {
@@ -1694,6 +1698,8 @@
"EMAILVERIFIED": "Courriel vérifié",
"NAMEHINT": "Si elle est spécifiée, elle sera affichée dans l'interface de connexion.",
"OPTIONAL": "optionnel",
"LDAPATTRIBUTES": "Attributs LDAP",
"UPDATEBINDPASSWORD": "mettre à jour le mot de bind password",
"UPDATECLIENTSECRET": "mise à jour du secret client",
"ADD": "Ajouter un fournisseur d'identité",
"TYPE": "Type",
@@ -1715,6 +1721,31 @@
"SCOPESLIST": "Liste des champs d'application",
"CLIENTID": "ID du client",
"CLIENTSECRET": "Secret du client",
"LDAPCONNECTION": "Connexion",
"LDAPUSERBINDING": "Enchères utilisateur",
"BASEDN": "BaseDn",
"BINDDN": "BindDn",
"BINDPASSWORD": "Bind Password",
"SERVERS": "Servers",
"STARTTLS": "Start TLS",
"TIMEOUT": "Timeout in seconds",
"USERBASE": "Userbase",
"USERFILTERS": "User filters",
"USEROBJECTCLASSES": "User Object Classes",
"REQUIRED": "requis",
"LDAPIDATTRIBUTE": "ID attribute",
"AVATARURLATTRIBUTE": "Avatar Url attribute",
"DISPLAYNAMEATTRIBUTE": "Displayname attribute",
"EMAILATTRIBUTEATTRIBUTE": "Email attribute",
"EMAILVERIFIEDATTRIBUTE": "Email verified attribute",
"FIRSTNAMEATTRIBUTE": "Firstname attribute",
"LASTNAMEATTRIBUTE": "Lastname attribute",
"NICKNAMEATTRIBUTE": "Nickname attribute",
"PHONEATTRIBUTE": "Phone attribute",
"PHONEVERIFIEDATTRIBUTE": "Phone verified attribute",
"PREFERREDLANGUAGEATTRIBUTE": "Preferred language attribute",
"PREFERREDUSERNAMEATTRIBUTE": "Preferred username attribute",
"PROFILEATTRIBUTE": "Profile attribute",
"IDPDISPLAYNAMMAPPING": "Mappage de IDP nom d'affichage",
"USERNAMEMAPPING": "Mappage des noms d'utilisateur",
"DATES": "Dates",