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:
@@ -494,6 +494,10 @@ Errors:
|
||||
Invalid: トークンが無効です
|
||||
Expired: トークンの有効期限が切れている
|
||||
InvalidClient: トークンが発行されていません
|
||||
Feature:
|
||||
NotExisting: 機能が存在しません
|
||||
TypeNotSupported: 機能タイプはサポートされていません
|
||||
InvalidValue: この機能には無効な値です
|
||||
|
||||
AggregateTypes:
|
||||
action: アクション
|
||||
@@ -504,6 +508,7 @@ AggregateTypes:
|
||||
user: ユーザー
|
||||
usergrant: ユーザーグラント
|
||||
quota: クォータ
|
||||
feature: 特徴
|
||||
|
||||
EventTypes:
|
||||
user:
|
||||
|
Reference in New Issue
Block a user