mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 14:47:33 +00:00
feat(login): use default org for login without provided org context (#6625)
* start feature flags * base feature events on domain const * setup default features * allow setting feature in system api * allow setting feature in admin api * set settings in login based on feature * fix rebasing * unit tests * i18n * update policy after domain discovery * some changes from review * check feature and value type * check feature and value type
This commit is contained in:
@@ -499,6 +499,10 @@ Errors:
|
||||
WrongLoginClient: A solicitação de autenticação foi criada por outro cliente de login
|
||||
OIDCSession:
|
||||
RefreshTokenInvalid: O Refresh Token é inválido
|
||||
Feature:
|
||||
NotExisting: O recurso não existe
|
||||
TypeNotSupported: O tipo de recurso não é compatível
|
||||
InvalidValue: Valor inválido para este recurso
|
||||
|
||||
AggregateTypes:
|
||||
action: Ação
|
||||
@@ -509,6 +513,7 @@ AggregateTypes:
|
||||
user: Usuário
|
||||
usergrant: Concessão de usuário
|
||||
quota: Cota
|
||||
feature: Recurso
|
||||
|
||||
EventTypes:
|
||||
user:
|
||||
|
Reference in New Issue
Block a user