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:
Fabi
2020-09-18 17:00:38 +02:00
committed by GitHub
parent abf5151653
commit 108f6b3545
10 changed files with 367 additions and 148 deletions

View File

@@ -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.",