mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:57:32 +00:00
feat: add default redirect uri and handling of unknown usernames (#3616)
* feat: add possibility to ignore username errors on first login screen * console changes * fix: handling of unknown usernames (#3445) * fix: handling of unknown usernames * fix: handle HideLoginNameSuffix on unknown users * feat: add default redirect uri on login policy (#3607) * feat: add default redirect uri on login policy * fix tests * feat: Console login policy default redirect (#3613) * console default redirect * placeholder * validate default redirect uri * allow empty default redirect uri Co-authored-by: Max Peintner <max@caos.ch> * remove wonrgly cherry picked migration Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
@@ -176,6 +176,7 @@ Errors:
|
||||
LoginPolicy:
|
||||
NotFound: Login Policy konnte nicht gefunden werden
|
||||
Invalid: Login Policy ist ungültig
|
||||
RedirectURIInvalid: Default Redirect URI ist ungültig
|
||||
NotExisting: Login Policy existiert nicht auf dieser Organisation
|
||||
AlreadyExists: Login Policy existiert bereits
|
||||
IdpProviderAlreadyExisting: Idp Provider existiert bereits
|
||||
@@ -285,6 +286,7 @@ Errors:
|
||||
NotChanged: Default Login Policy wurde nicht verändert
|
||||
NotExisting: Default Login Policy existiert nicht
|
||||
AlreadyExists: Default Login Policy existiert bereits
|
||||
RedirectURIInvalid: Default Redirect URI ist ungültig
|
||||
MFA:
|
||||
AlreadyExists: Multifaktor existiert bereits
|
||||
NotExisting: Multifaktor existiert nicht
|
||||
|
@@ -176,7 +176,8 @@ Errors:
|
||||
LoginPolicy:
|
||||
NotFound: Login Policy not found
|
||||
Invalid: Login Policy is invalid
|
||||
NotExisting: Login Policy not existig
|
||||
RedirectURIInvalid: Default Redirect URI is invalid
|
||||
NotExisting: Login Policy not existing
|
||||
AlreadyExists: Login Policy already exists
|
||||
IdpProviderAlreadyExisting: Idp Provider already existing
|
||||
IdpProviderNotExisting: Idp Provider not existing
|
||||
@@ -285,6 +286,7 @@ Errors:
|
||||
NotChanged: Default Login Policy has not been changed
|
||||
NotExisting: Default Login Policy not existig
|
||||
AlreadyExists: Default Login Policy already exists
|
||||
RedirectURIInvalid: Default Redirect URI is invalid
|
||||
MFA:
|
||||
AlreadyExists: Multifactor already exists
|
||||
NotExisting: Multifactor not existing
|
||||
|
@@ -176,6 +176,7 @@ Errors:
|
||||
LoginPolicy:
|
||||
NotFound: Impostazioni di accesso non trovati
|
||||
Invalid: Impostazioni di accesso non sono validi
|
||||
RedirectURIInvalid: Default Redirect URI non valido
|
||||
NotExisting: Impostazioni di accesso non esistenti
|
||||
AlreadyExists: Impostazioni di accesso già esistenti
|
||||
IdpProviderAlreadyExisting: IDP già esistente
|
||||
@@ -283,6 +284,7 @@ Errors:
|
||||
NotChanged: Le impostazioni di accesso predefinite non sono state cambiate
|
||||
NotExisting: Impostazioni di accesso predefinite non esistenti
|
||||
AlreadyExists: Impostazioni di accesso predefinite già esistenti
|
||||
RedirectURIInvalid: Default Redirect URI non valido
|
||||
MFA:
|
||||
AlreadyExists: Multifattore già esistente
|
||||
NotExisting: Multifattore non esistente
|
||||
|
Reference in New Issue
Block a user