mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-21 06:39:02 +00:00
feat(console): seo metatags, fix policy bugs, project options (#844)
* add seo service, index meta info * fix policy buttons, refresh * refresh after timeout * loading spinner for login policy, complexity * fix user form, add project role options * authtoken options * seo service lint * style lint * remove duplicate authmethod * en i18n * Update console/src/assets/i18n/en.json Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
This commit is contained in:
@@ -648,7 +648,12 @@
|
||||
"EDITDESCRIPTION": "Gebe die Daten für die zu ändernde Rolle ein.",
|
||||
"DELETE":"Rolle löschen",
|
||||
"CREATIONDATE":"Erstelldatum",
|
||||
"SELECTGROUPTOOLTIP":"Wähle alle Rollen der Gruppe {{group}} aus."
|
||||
"SELECTGROUPTOOLTIP":"Wähle alle Rollen der Gruppe {{group}} aus.",
|
||||
"OPTIONS":"Optionen",
|
||||
"ASSERTION":"Rollen bei Authentisierung mitschicken",
|
||||
"ASSERTION_DESCRIPTION":"Rolleninformationen werden der Authentisierung per Token, UserInfo Endpoint oder anderen Methoden bereitgestellt, die in Applikationseinstellungen definiert sind.",
|
||||
"CHECK":"Rollen bei Authentisierung prüfen",
|
||||
"CHECK_DESCRIPTION":"Ist das Attribut gesetzt, kann ein Benutzer nur mit einem entsprechenden Rolle authentifiziert werden."
|
||||
},
|
||||
"TABLE": {
|
||||
"TOTAL": "Einträge gesamt:",
|
||||
@@ -762,6 +767,8 @@
|
||||
"TYPE":"Anwendungstyp",
|
||||
"GRANT":"Berechtigungstypen",
|
||||
"OIDC": {
|
||||
"TOKENSECTIONTITLE":"AuthToken Optionen",
|
||||
"REDIRECTSECTIONTITLE":"Weiterleitungseinstellungen",
|
||||
"PROSWITCH":"Konfigurator überspringen",
|
||||
"NAMEANDTYPESECTION":"Name und Typ",
|
||||
"TITLEFIRST":"Gebe zuerst einen Namen ein.",
|
||||
@@ -802,9 +809,16 @@
|
||||
"AUTHMETHOD0":"Basic",
|
||||
"AUTHMETHOD1":"Post",
|
||||
"AUTHMETHOD2":"None",
|
||||
"TOKENTYPE":"Auth Token Typ",
|
||||
"TOKENTYPE0": "Bearer Token",
|
||||
"TOKENTYPE1": "JWT",
|
||||
"UNSECUREREDIRECT":"Ich hoffe, Du weisst, was Du tust.",
|
||||
"OVERVIEWSECTION":"Übersicht",
|
||||
"OVERVIEWTITLE":"Deine Konfiguration ist bereit. Du kannst sie hier nochmals prüfen."
|
||||
"OVERVIEWTITLE":"Deine Konfiguration ist bereit. Du kannst sie hier nochmals prüfen.",
|
||||
"ACCESSTOKENROLEASSERTION":"Benutzerrollen dem Access Token hinzufügen",
|
||||
"ACCESSTOKENROLEASSERTION_DESCRIPTION":"Bei Auswahl werden dem Access Token die Rollen des Authentifizierten Benutzers hinzugefügt.",
|
||||
"IDTOKENROLEASSERTION":"Benutzerrollen dem Id Token hinzufügen",
|
||||
"IDTOKENROLEASSERTION_DESCRIPTION":"Bei Auswahl werden dem Id Token die Rollen des Authentifizierten Benutzers hinzugefügt."
|
||||
},
|
||||
"TOAST": {
|
||||
"REACTIVATED":"Anwendung reaktiviert.",
|
||||
|
@@ -648,7 +648,12 @@
|
||||
"EDITDESCRIPTION": "Enter the new data for the role.",
|
||||
"DELETE":"Delete Role",
|
||||
"CREATIONDATE":"Created",
|
||||
"SELECTGROUPTOOLTIP":"Select all Roles of the group {{group}}."
|
||||
"SELECTGROUPTOOLTIP":"Select all Roles of the group {{group}}.",
|
||||
"OPTIONS":"Options",
|
||||
"ASSERTION":"Assert Roles on Authentication.",
|
||||
"ASSERTION_DESCRIPTION":"Roleinformation is sent as Token, Userinfo endpoint or other type, depending on your application settings.",
|
||||
"CHECK":"Check roles on Authentication",
|
||||
"CHECK_DESCRIPTION":"If set, users are only allowed to authenticate if any role is assigned to their account."
|
||||
},
|
||||
"TABLE": {
|
||||
"TOTAL": "Entries total:",
|
||||
@@ -762,6 +767,8 @@
|
||||
"TYPE":"Application Type",
|
||||
"GRANT":"Grant Types",
|
||||
"OIDC": {
|
||||
"TOKENSECTIONTITLE":"AuthToken Options",
|
||||
"REDIRECTSECTIONTITLE":"Redirect Settings",
|
||||
"PROSWITCH":"I'm a pro. Skip this wizard.",
|
||||
"NAMEANDTYPESECTION":"Name and Type",
|
||||
"TITLEFIRST":"Insert a name first.",
|
||||
@@ -802,9 +809,16 @@
|
||||
"AUTHMETHOD0":"Basic",
|
||||
"AUTHMETHOD1":"Post",
|
||||
"AUTHMETHOD2":"None",
|
||||
"TOKENTYPE":"Auth Token Type",
|
||||
"TOKENTYPE0": "Bearer Token",
|
||||
"TOKENTYPE1": "JWT",
|
||||
"UNSECUREREDIRECT":"I sure hope you know what you are doing.",
|
||||
"OVERVIEWSECTION":"Overview",
|
||||
"OVERVIEWTITLE":"You are now done. Review your configuration."
|
||||
"OVERVIEWTITLE":"You are now done. Review your configuration.",
|
||||
"ACCESSTOKENROLEASSERTION":"Add user roles to the access token",
|
||||
"ACCESSTOKENROLEASSERTION_DESCRIPTION":"If selected, the roles of the authenticated user are added to the access token.",
|
||||
"IDTOKENROLEASSERTION":"Add user roles to the id token",
|
||||
"IDTOKENROLEASSERTION_DESCRIPTION":"If selected, the roles of the authenticated user are added to the id token."
|
||||
},
|
||||
"TOAST": {
|
||||
"REACTIVATED":"Application reactivated.",
|
||||
|
Reference in New Issue
Block a user