feat(console): JWT IDP, cleanup login policy, update deps (#2438)

* idp cleanup

* lint

* jwtidp service, create, detail, assets

* idp detail, info row

* detail actions

* delete idp, fix state change

* lint

* cli core

* cdk material

* chore(deps-dev): bump karma-jasmine-html-reporter in /console (#2446)

Bumps [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases)
- [Commits](https://github.com/dfederm/karma-jasmine-html-reporter/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: karma-jasmine-html-reporter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update deps

* lock

* disable actions, user grant link to user, add granted org desc

* lint

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Max Peintner
2021-10-21 08:29:13 +02:00
committed by GitHub
parent dbec8e164d
commit 1c20ea5a50
67 changed files with 2571 additions and 1947 deletions

View File

@@ -757,6 +757,7 @@
"DESCRIPTION": "Definiere die Loginmethoden für Benutzer",
"DESCRIPTIONCREATEADMIN": "Nutzer können sich mit den verfügbaren Idps authentifizieren.",
"DESCRIPTIONCREATEMGMT": "Nutzer können sich mit den verfügbaren Idps authentifizieren. Achtung: Es kann zwischen System- und organisationsspezifischen Providern gewählt werden.",
"ADVANCED":"Erweitert",
"SAVED": "Erfolgreich gespeichert."
},
"PRIVACY_POLICY": {
@@ -1039,6 +1040,7 @@
"MEMBERTITLE": "Berechtigte Manager der Organisation",
"MEMBERDESC": "Dies sind die Manager der berechtigten Organisation. Wähle die Benutzer, die Zugriff zum Bearbeiten der jeweiligen Zugänge erhalten sollen.",
"PROJECTNAME": "Projektname",
"GRANTEDORG":"Berechtigte Organisation",
"RESOURCEOWNER": "Besitzer"
},
"SHOWDETAIL": "Details anzeigen",
@@ -1132,19 +1134,18 @@
"IDP": {
"LIST": {
"TITLE": "Identitäts Provider",
"DESCRIPTION": "Definieren Sie hier Ihre zusätzlichen Idps, die sie für die Authentifizierung in Ihren Organisationen verwenden können."
"DESCRIPTION": "Definieren Sie hier Ihre zusätzlichen Idps, die sie für die Authentifizierung in Ihren Organisationen verwenden können.",
"ACTIVETITLE":"Aktive Identitäts Provider"
},
"CREATE": {
"TITLE": "Neuer Identitäts Provider",
"DESCRIPTION": "Definieren Sie hier die Zugangsdaten des neuen Identitäts Providers"
"DESCRIPTION": "Wählen Sie einen der folgenden Typen von Identitäts Providern"
},
"DETAIL": {
"TITLE": "Identitäts Provider",
"DESCRIPTION": "Generelle Konfiguration deines Identitäts Providers",
"OIDC": {
"TITLE": "OIDC Konfiguration",
"DESCRIPTION": "Geben Sie die korrekte OIDC Konfiguration Ihres Identity Providers an!"
}
"DATECREATED":"Erstellt",
"DATECHANGED":"Geändert"
},
"OWNERTYPES": {
"0": "unknown",
@@ -1168,9 +1169,11 @@
"0": "kein Styling",
"1": "Google"
},
"ADD":"Identity Provider hinzufügen",
"AUTOREGISTER":"Automatische Registrierung",
"AUTOREGISTER_DESC":"Wenn aktiviert und noch kein Account vorhanden ist, wird einer für den entsprechenden Benutzer erstellt.",
"TYPE": "Typ",
"OWNER":"Besitzer",
"ID": "ID",
"NAME": "Name",
"CONFIG": "Konfiguration",
@@ -1181,15 +1184,27 @@
"CLIENTSECRET": "Client Secret",
"IDPDISPLAYNAMMAPPING": "IDP Anzeigename Mapping",
"USERNAMEMAPPING": "Username Mapping",
"DATES":"Datum",
"CREATIONDATE": "Erstelldatum",
"CHANGEDATE": "Letzte Änderung",
"DEACTIVATE": "Deaktivieren",
"ACTIVATE": "Aktivieren",
"DELETE": "Löschen",
"DELETE_TITLE": "Idp löschen",
"DELETE_TITLE": "IDP löschen",
"DELETE_DESCRIPTION": "Sie sind im Begriff einen Identity Provider zu löschen. Die daruch hervorgerufenen Änderungen sind unwiederruflich. Wollen Sie dies wirklich tun?",
"DELETE_SELECTION_TITLE": "Identity Providers löschen",
"DELETE_SELECTION_DESCRIPTION": "Sie sind im Begriff mehrere Identity Provider zu löschen. Die daruch hervorgerufenen Änderungen sind unwiederruflich. Wollen Sie dies wirklich tun?",
"OIDC": {
"TITLE":"OpenId Connect IDP",
"DESCRIPTION":"Geben Sie die Daten OIDC Identity Providers ein."
},
"JWT": {
"TITLE":"JWT IDP",
"DESCRIPTION":"Geben Sie die Daten JWT Identity Providers ein. ",
"HEADERNAME":"Header Name",
"JWTENDPOINT":"JWT Endpoint",
"JWTKEYSENDPOINT":"JWT Keys Endpoint"
},
"TOAST": {
"SAVED": "Erfolgreich gespeichert.",
"REACTIVATED": "Idp reaktiviert.",

View File

@@ -759,6 +759,7 @@
"DESCRIPTION": "Define how Users can be authenticated and configure Identity Providers",
"DESCRIPTIONCREATEADMIN": "Users can choose from the available identity providers below.",
"DESCRIPTIONCREATEMGMT": "Users can choose from the available identity providers below. Note: You can use System-set providers as well as providers set for your organisation only.",
"ADVANCED":"Advanced",
"SAVED": "Saved successfully!"
},
"PRIVACY_POLICY": {
@@ -1041,6 +1042,7 @@
"MEMBERTITLE": "Managers",
"MEMBERDESC": "These are the managers of the granted organisation. Add users here who should gain access to edit the data of the project.",
"PROJECTNAME": "Project Name",
"GRANTEDORG":"Granted Organisation",
"RESOURCEOWNER": "Resource Owner"
},
"SHOWDETAIL": "Show Details",
@@ -1134,19 +1136,18 @@
"IDP": {
"LIST": {
"TITLE": "Identity Providers",
"DESCRIPTION": "Define additional Identity Providers, which can be used to authenticate in your organisations."
"DESCRIPTION": "Manage your Identity Provider configuration, which can then be activated in your Login Policy.",
"ACTIVETITLE":"Active Identity Providers"
},
"CREATE": {
"TITLE": "New Identity Provider",
"DESCRIPTION": "Configure the Endpoint of your new service provider."
"DESCRIPTION": "Choose one of the following Identity Provider types."
},
"DETAIL": {
"TITLE": "Identity Provider",
"DESCRIPTION": "General Configuration of your identity provider.",
"OIDC": {
"TITLE": "OIDC Configuration",
"DESCRIPTION": "Provide the correct OIDC Configuration for your identity Provider below!"
}
"DATECREATED":"Created",
"DATECHANGED":"Changed"
},
"OWNERTYPES": {
"0": "unknown",
@@ -1170,9 +1171,11 @@
"0": "No Styling",
"1": "Google"
},
"ADD":"Add Identity Provider",
"AUTOREGISTER":"Auto Register",
"AUTOREGISTER_DESC":"If selected and no account exists yet, one will be created.",
"TYPE": "Type",
"OWNER":"Owner",
"ID": "ID",
"NAME": "Name",
"CONFIG": "Configuration",
@@ -1183,6 +1186,7 @@
"CLIENTSECRET": "Client Secret",
"IDPDISPLAYNAMMAPPING": "IDP Anzeigename Mapping",
"USERNAMEMAPPING": "Username Mapping",
"DATES":"Dates",
"CREATIONDATE": "Created At",
"CHANGEDATE": "Last Modified",
"DEACTIVATE": "Deactivate",
@@ -1192,6 +1196,17 @@
"DELETE_DESCRIPTION": "You are about to delete an identity provider. The resulting changes are irrevocable. Do you really want to do this?",
"DELETE_SELECTION_TITLE": "Delete Idp",
"DELETE_SELECTION_DESCRIPTION": "You are about to delete an identity provider. The resulting changes are irrevocable. Do you really want to do this?",
"OIDC": {
"TITLE":"OpenId Connect IDP",
"DESCRIPTION":"Enter the data for OIDC Identity Provider."
},
"JWT": {
"TITLE":"JWT IDP",
"DESCRIPTION":"Enter the data for JWT Identity Provider.",
"HEADERNAME":"Header Name",
"JWTENDPOINT":"JWT Endpoint",
"JWTKEYSENDPOINT":"JWT Keys Endpoint"
},
"TOAST": {
"SAVED": "Successfully saved.",
"REACTIVATED": "Idp reactivated.",