mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05: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:
@@ -505,6 +505,10 @@ Errors:
|
||||
Invalid: Le jeton n'est pas valide
|
||||
Expired: Le jeton est expiré
|
||||
InvalidClient: Le token n'a pas été émis pour ce client
|
||||
Feature:
|
||||
NotExisting: La fonctionnalité n'existe pas
|
||||
TypeNotSupported: Le type de fonctionnalité n'est pas pris en charge
|
||||
InvalidValue: Valeur non valide pour cette fonctionnalité
|
||||
|
||||
AggregateTypes:
|
||||
action: Action
|
||||
@@ -515,6 +519,7 @@ AggregateTypes:
|
||||
user: Utilisateur
|
||||
usergrant: Subvention de l'utilisateur
|
||||
quota: Contingent
|
||||
feature: Fonctionnalité
|
||||
|
||||
EventTypes:
|
||||
user:
|
||||
|
Reference in New Issue
Block a user