mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-22 09:17:43 +00:00
fix: add prompt on oidc rp, fix idp and login policy in console (#769)
* fix: add prompt on oidc rp * fix: add prompt on oidc rp * fix: translation * fix: translation * fix: not existing login policy * fix: login policy * fix: identity provider detail * fix: idp update * fix: idps in login policy * fix: lint * fix: scss * fix: external idps on auth user detail * fix: idp create mapping fields * fix: remove idp provider * fix: angular lint * fix: login policy view * fix: translations
This commit is contained in:
@@ -633,12 +633,19 @@
|
||||
},
|
||||
"IDP":{
|
||||
"LIST": {
|
||||
"TITLE":"Identity Providers",
|
||||
"TITLE":"Identitäts Providers",
|
||||
"DESCRIPTION":"Definieren Sie hier Ihre zusätzlichen Idps, die sie für die Authentifizierung in Ihren Organisationen verwenden können."
|
||||
},
|
||||
"CREATE": {
|
||||
"TITLE":"Neuer Identity Provider",
|
||||
"DESCRIPTION":"Definieren Sie hier die Zugangsdaten des neuen Identity Providers"
|
||||
"TITLE":"Neuer Identitäts Provider",
|
||||
"DESCRIPTION":"Definieren Sie hier die Zugangsdaten des neuen Identitäts Providers"
|
||||
},
|
||||
"DETAIL": {
|
||||
"TITLE":"Identitäts Provider",
|
||||
"DESCRIPTION":"Konfiguration deines Identitäts Providers",
|
||||
"OIDC": {
|
||||
"TITLE": "OIDC Konfiguration"
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
"0":"unknown",
|
||||
@@ -646,10 +653,15 @@
|
||||
"2":"Organisation"
|
||||
},
|
||||
"STATES":{
|
||||
"0":"aktiv",
|
||||
"1":"inaktiv"
|
||||
"1":"aktiv",
|
||||
"2":"inaktiv"
|
||||
},
|
||||
"MAPPINTFIELD": {
|
||||
"1": "Preferred Username",
|
||||
"2": "Email"
|
||||
},
|
||||
"TYPE":"Typ",
|
||||
"ID": "ID",
|
||||
"NAME":"Name",
|
||||
"CONFIG":"Konfiguration",
|
||||
"STATE":"Status",
|
||||
@@ -658,11 +670,16 @@
|
||||
"SCOPESLIST":"Scopes List",
|
||||
"CLIENTID":"Client ID",
|
||||
"CLIENTSECRET":"Client Secret",
|
||||
"IDPDISPLAYNAMMAPPING": "IDP Anzeigename Mapping",
|
||||
"USERNAMEMAPPING": "Username Mapping",
|
||||
"CREATIONDATE":"Erstelldatum",
|
||||
"CHANGEDATE":"Letzte Änderung",
|
||||
"DEACTIVATE":"Deaktivieren",
|
||||
"ACTIVATE":"Aktivieren",
|
||||
"DELETE":"Löschen"
|
||||
"DELETE":"Löschen",
|
||||
"TOAST": {
|
||||
"SAVED": "Erfolgreich gespeichert."
|
||||
}
|
||||
},
|
||||
"LOGINPOLICY": {
|
||||
"CREATE": {
|
||||
|
@@ -640,16 +640,28 @@
|
||||
"TITLE":"New Identity Provider",
|
||||
"DESCRIPTION":"Configure the Endpoint of your new service provider."
|
||||
},
|
||||
"DETAIL": {
|
||||
"TITLE":"Identity Provider",
|
||||
"DESCRIPTION":"Configuration of your identity provider.",
|
||||
"OIDC": {
|
||||
"TITLE": "OIDC Configuration"
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
"0":"unknown",
|
||||
"1":"System",
|
||||
"2":"Organisation"
|
||||
},
|
||||
"STATES":{
|
||||
"0":"active",
|
||||
"1":"inactive"
|
||||
"1":"active",
|
||||
"2":"inactive"
|
||||
},
|
||||
"MAPPINTFIELD": {
|
||||
"1": "Preferred Username",
|
||||
"2": "Email"
|
||||
},
|
||||
"TYPE":"Type",
|
||||
"ID": "ID",
|
||||
"NAME":"Name",
|
||||
"CONFIG":"Configuration",
|
||||
"STATE":"State",
|
||||
@@ -658,11 +670,16 @@
|
||||
"SCOPESLIST":"Scopes List",
|
||||
"CLIENTID":"Client ID",
|
||||
"CLIENTSECRET":"Client Secret",
|
||||
"IDPDISPLAYNAMMAPPING": "IDP Anzeigename Mapping",
|
||||
"USERNAMEMAPPING": "Username Mapping",
|
||||
"CREATIONDATE":"Created At",
|
||||
"CHANGEDATE":"Last Modified",
|
||||
"DEACTIVATE":"Deactivate",
|
||||
"ACTIVATE":"Activate",
|
||||
"DELETE":"Delete"
|
||||
"DELETE":"Delete",
|
||||
"TOAST": {
|
||||
"SAVED": "Successfully saved."
|
||||
}
|
||||
},
|
||||
"LOGINPOLICY": {
|
||||
"CREATE": {
|
||||
|
Reference in New Issue
Block a user