mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 09:48:04 +00:00
feat: external idps on user (#755)
* feat: show external idps on user * feat: show external idps on user * fix: angular linting * fix: display Name * fix: display Name email
This commit is contained in:
@@ -114,6 +114,14 @@
|
||||
"OTP_DELETE_DESCRIPTION":"Sie sind im Begriff OTP als Zweitfaktormethode zu entfernen. Sind sie sicher?"
|
||||
}
|
||||
},
|
||||
"EXTERNALIDP": {
|
||||
"TITLE": "Externe Identitäts Provider",
|
||||
"DESC": "",
|
||||
"IDPCONFIGID": "Idp Konfig ID",
|
||||
"IDPNAME": "Idp Name",
|
||||
"USERDISPLAYNAME": "Externer Name",
|
||||
"EXTERNALUSERID": "Externe Benutzer ID"
|
||||
},
|
||||
"CREATE": {
|
||||
"TITLE": "Neuen Benutzer erstellen",
|
||||
"DESCRIPTION": "Gebe die erforderlichen Daten ein.",
|
||||
|
@@ -114,6 +114,14 @@
|
||||
"OTP_DELETE_DESCRIPTION":"You are about to delete OTP as second factor. Are you sure?"
|
||||
}
|
||||
},
|
||||
"EXTERNALIDP": {
|
||||
"TITLE": "External Identity Providers",
|
||||
"DESC": "",
|
||||
"IDPCONFIGID": "Idp Config ID",
|
||||
"IDPNAME": "Idp Name",
|
||||
"USERDISPLAYNAME": "External Name",
|
||||
"EXTERNALUSERID": "External User ID"
|
||||
},
|
||||
"CREATE": {
|
||||
"TITLE": "Create a New User",
|
||||
"DESCRIPTION": "Please provide the necesary information.",
|
||||
|
Reference in New Issue
Block a user