mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
21ffe1b0cb
* fix: split command query side * fix: split command query side * fix: members in correct pkg structure * fix: label policy in correct pkg structure * fix: structure * fix: structure of login policy * fix: identityprovider structure * fix: org iam policy structure * fix: password age policy structure * fix: password complexity policy structure * fix: password lockout policy structure * fix: idp structure * fix: user events structure * fix: user write model * fix: profile email changed command * fix: address changed command * fix: user states * fix: user * fix: org structure and add human * begin iam setup command side * setup * step2 * step2 * fix: add user * step2 * isvalid * fix: folder structure v2 business Co-authored-by: Fabiennne <fabienne.gerschwiler@gmail.com>
596 lines
22 KiB
YAML
596 lines
22 KiB
YAML
Errors:
|
|
Internal: An internal error occured
|
|
NoChangesFound: No changes
|
|
OriginNotAllowed: This "Origin" is not allowed
|
|
User:
|
|
NotFound: User could not be found
|
|
UserIDMissing: User ID missing
|
|
OrgIamPolicyNil: Organisation Policy is empty
|
|
EmailAsUsernameNotAllowed: Email is not allowed as username
|
|
Invalid: Userdata is invalid
|
|
DomainNotAllowedAsUsername: Domain is already reserved and cannot be used
|
|
AlreadyInactive: User already inactive
|
|
NotInactive: User is not inactive
|
|
ShouldBeActiveOrInitial: User is not active or inital
|
|
AlreadyInitialised: User is already initialised
|
|
NotInitialised: User is not yet initialised
|
|
NotLocked: User is not locked
|
|
NoChanges: No changes found
|
|
InitCodeNotFound: Initialization Code not found
|
|
Profile:
|
|
NotFound: Profile not found
|
|
NotChanged: Profile not changed
|
|
Invalid: Profildata invalid
|
|
Email:
|
|
NotFound: Email not found
|
|
Invalid: Email is invalid
|
|
AlreadyVerified: Email is alredy verified
|
|
NotChanged: Email not changed
|
|
PhoneNotFound: Phone not found
|
|
PhoneInvalid: Phone is invalid
|
|
PhoneAlreadyVerified: Phone already verified
|
|
Address:
|
|
NotFound: Address not found
|
|
NotChanged: Address not changed
|
|
NotHuman: The User must be personal
|
|
NotMachine: The User must be technical
|
|
NotAllowedToLink: User is not allowed to link with external login provider
|
|
Username:
|
|
Reservied: Username is already taken
|
|
Code:
|
|
Empty: Code is empty
|
|
NotFound: Code not found
|
|
Expired: Code is expired
|
|
GeneratorAlgNotSupported: Unsupported generator algorithm
|
|
Password:
|
|
NotFound: Passoword not found
|
|
Empty: Password is empty
|
|
Invalid: Passwort is invalid
|
|
PasswordComplexityPolicy:
|
|
NotFound: Password policy not found
|
|
MinLength: Password is to short
|
|
MinLengthNotAllowed: Given minimum length is not allowed
|
|
HasLower: Password must contain lower case
|
|
HasUpper: Password must contain upper case
|
|
HasNumber: Password must contain number
|
|
HasSymbol: Password must contain symbol
|
|
ExternalIDP:
|
|
Invalid: Externer IDP invalid
|
|
IDPConfigNotExisting: IDP provider invalid for this organisation
|
|
NotAllowed: External IDP not allowed on this organisation
|
|
MinimumExternalIDPNeeded: At least one IDP must be added
|
|
MFA:
|
|
OTP:
|
|
AlreadyReady: Multifactor OTP (OneTimePassword) is already set up
|
|
NotExisting: Multifactor OTP (OneTimePassword) doesn't exist
|
|
NotReady: Multifactor OTP (OneTimePassword) isn't ready
|
|
InvalidCode: Invalid code
|
|
U2F:
|
|
NotExisting: U2F does not exist
|
|
Passwordless:
|
|
NotExisting: Passwordless does not exist
|
|
WebAuthN:
|
|
NotFound: WebAuthN Token could not be found
|
|
BeginRegisterFailed: WebAuthN begin registration failed
|
|
MarshalError: Error on marshal data
|
|
ErrorOnParseCredential: Error on parse credential data
|
|
CreateCredentialFailed: Error on create credentials
|
|
BeginLoginFailed: WebAuthN begin login failed
|
|
ValidateLoginFailed: Error on validate login credentials
|
|
CloneWarning: Credentials may be cloned
|
|
Org:
|
|
Invalid: Organisation is invalid
|
|
AlreadyDeactivated: Organisation is already deactivated
|
|
AlreadyActive: Organisation is already ative
|
|
Empty: Organisation is empty
|
|
NotFound: Organisation not found
|
|
InvalidDomain: Invalid domain
|
|
DomainMissing: Domain missing
|
|
DomainNotOnOrg: Domain doesn't exist on organisation
|
|
DomainNotVerified: Domain is not verified
|
|
DomainAlreadyVerified: Domain is already verified
|
|
DomainVerificationTypeInvalid: Domain verification type is invalid
|
|
DomainVerificationMissing: Domain verification not yet startet
|
|
DomainVerificationFailed: Domain verification failed
|
|
PrimaryDomainNotDeletable: Primary domain must not be deleted
|
|
DomainNotFound: Domain not found
|
|
MemberIDMissing: Member ID missing
|
|
MemberNotFound: Organisations member not found
|
|
InvalidMember: Organisation member is invalid
|
|
UserIDMissing: User ID missing
|
|
PolicyAlreadyExists: Policy alredy exists
|
|
PolicyNotExisting: Policy doesn't exist
|
|
IdpInvalid: IDP configuration is invalid
|
|
IdpNotExisting: IDP configuration does not exist
|
|
OIDCConfigInvalid: OIDC IDP configuration is invalid
|
|
IdpIsNotOIDC: IDP configuration is not of type oidc
|
|
IDP:
|
|
InvalidSearchQuery: Ungültiger Suchparameter
|
|
LoginPolicy:
|
|
NotFound: Login Policy not found
|
|
Invalid: Login Policy is invalid
|
|
NotExisting: Login Policy not existig
|
|
AlreadyExists: Login Policy already exists
|
|
IdpProviderAlreadyExisting: Idp Provider already existing
|
|
IdpProviderNotExisting: Idp Provider not existing
|
|
MFA:
|
|
AlreadyExists: Multifactor already exists
|
|
NotExisting: Multifactor not existing
|
|
Unspecified: Multifactor invalid
|
|
PasswordComplexity:
|
|
NotFound: Password Complexity Policy not found
|
|
Empty: Password Complexity Policy is empty
|
|
NotExisting: Password Complexity Policy doesn't exist
|
|
AlreadyExists: Password Complexity Policy already exists
|
|
PasswordLockout:
|
|
NotFound: Password Lockout Policy not found
|
|
Empty: Passwort Lockout Policy is empty
|
|
NotExisting: Passwort Lockout Policy doesn't exist
|
|
AlreadyExists: Passwort Lockout Policy already exists
|
|
PasswordAge:
|
|
NotFound: Password Age Policy not found
|
|
Empty: Password Age Policy is empty
|
|
NotExisting: Password Age Policy doesn't exist
|
|
AlreadyExists: Password Age Policy already exists
|
|
OrgIAM:
|
|
Empty: Org IAM Policy is empty
|
|
NotExisting: Org IAM Policy doesn't exist
|
|
AlreadyExists: Org IAM Policy already exists
|
|
Project:
|
|
ProjectIDMissing: Project Id missing
|
|
AlreadyExists: Project already exists on organisation
|
|
OrgNotExisting: Organisation doesn't exist
|
|
UserNotExisting: User doesn't exist
|
|
CouldNotGenerateClientSecret: Could not generate client secret
|
|
Invalid: Project is invalid
|
|
NotActive: Project is not active
|
|
NotInactive: Project is not deactivated
|
|
NotFound: Porject not found
|
|
UserIDMissing: User ID missing
|
|
MemberNotFound: Project member not found
|
|
MemberInvalid: Project member is invalid
|
|
MemberAlreadyExists: Project member already exists
|
|
MemberNotExisting: Project member doesn't exist
|
|
MinimumOneRoleNeeded: At least one role must be added
|
|
RoleAlreadyExists: Role already exists
|
|
RoleInvalid: Role is invalid
|
|
RoleNotExisting: Role doesn't exist
|
|
IDMissing: ID missing
|
|
AppNotFound: Application not found
|
|
AppInvalid: Application invalid
|
|
AppNotExisting: Application doesn't exist
|
|
OIDCConfigInvalid: OIDC configuration is invalid
|
|
AppIsNotOIDC: Application is not type oidc
|
|
OIDCAuthMethodNoneSecret: OIDC Auth Method None does not require a secret
|
|
RequiredFieldsMissing: Some required fields are missing
|
|
GrantNotFound: Grant not found
|
|
GrantInvalid: Project grant is invalid
|
|
GrantAlreadyExists: Project grant already exists
|
|
GrantNotExists: Project grant doesn't exist
|
|
GrantHasNotExistingRole: One role doesn't exist on project
|
|
UserIDMisisng: User ID missing
|
|
IAM:
|
|
Member:
|
|
RolesNotChanged: Roles habe not been changed
|
|
MemberInvalid: Member is invalid
|
|
MemberAlreadyExisting: Member already exists
|
|
MemberNotExisting: Member does not exist
|
|
IDMissing: Id missing
|
|
GlobalOrgMissing: Global organisation missing
|
|
IamProjectIDMisisng: Iam project id missing
|
|
IdpInvalid: IDP configuration is invalid
|
|
IdpNotExisting: IDP configuration does not exist
|
|
OIDCConfigInvalid: OIDC IDP configuration is invalid
|
|
IdpIsNotOIDC: IDP configuration is not of type oidc
|
|
LoginPolicyInvalid: Login Policy is invalid
|
|
LoginPolicyNotExisting: Login Policy doesn't exist
|
|
IdpProviderInvalid: Idp Provider is invalid
|
|
LoginPolicy:
|
|
NotFound: Default Login Policy not found
|
|
NotChanged: Default Login Policy has not been changed
|
|
NotExisting: Default Login Policy not existig
|
|
AlreadyExists: Default Login Policy already exists
|
|
IdpProviderAlreadyExisting: Idp Provider already existing
|
|
IdpProviderNotExisting: Idp Provider not existing
|
|
MFA:
|
|
AlreadyExists: Multifactor already exists
|
|
NotExisting: Multifactor not existing
|
|
Unspecified: Multifactor invalid
|
|
IDPConfig:
|
|
AlreadyExists: Identity Provider Configuration already exists
|
|
NotExisting: Identity Provider Configuration doesn't exist
|
|
NotInactive: Identity Provider Configuration not inactive
|
|
NotActive: Identity Provider Configuration not active
|
|
LabelPolicy:
|
|
NotFound: Default Private Label Policy not found
|
|
NotChanged: Default Private Label Policy has not been changed
|
|
PasswordComplexityPolicy:
|
|
NotFound: Default Private Label Policy not found
|
|
NotExisting: Default Password Complexity Policy not existing
|
|
AlreadyExists: Default Password Complexity Policy already existing
|
|
Empty: Default Password Complexity Policy empty
|
|
NotChanged: Default Password Complexity Policy has not been changed
|
|
PasswordAgePolicy:
|
|
NotFound: Default Password Age Policy not found
|
|
NotExisting: Default Password Age Policy not existing
|
|
AlreadyExists: Default Password Age Policy already existing
|
|
Empty: Default Password Age Policy empty
|
|
NotChanged: Default Password Age Policy has not been changed
|
|
PasswordLockoutPolicy:
|
|
NotFound: Default Password Lockout Policy not found
|
|
NotExisting: Default Password Lockout Policy not existing
|
|
AlreadyExists: Default Password Lockout Policy already existing
|
|
Empty: Default Password Lockout Policy empty
|
|
NotChanged: Default Password Lockout Policy has not been changed
|
|
OrgIAMPolicy:
|
|
NotFound: Org IAM Policy not found
|
|
Empty: Org IAM Policy is empty
|
|
NotExisting: Org IAM Policy not existing
|
|
AlreadyExists: Org IAM Policy already exists
|
|
NotChanged: Org IAM Policy has not been changed
|
|
Policy:
|
|
AlreadyExists: Policy already exists
|
|
UserGrant:
|
|
NotFound: User grant not found
|
|
Invalid: User grant is invalid
|
|
IDMissing: Id missing
|
|
NotActive: User grant is not active
|
|
NotInactive: User grant is not deactivated
|
|
NoPermissionForProject: User has no permissions on this project
|
|
Changes:
|
|
NotFound: No history found
|
|
Token:
|
|
NotFound: Token not found
|
|
UserSession:
|
|
NotFound: UserSession not found
|
|
Key:
|
|
ExpireBeforeNow: The expiration date is in the past
|
|
Login:
|
|
LoginPolicy:
|
|
MFA:
|
|
ForceAndNotConfigured: Multifactor is configured as required, but no possible providers are configured. Please contact your system administrator.
|
|
EventTypes:
|
|
user:
|
|
added: User added
|
|
selfregistered: User registered himself
|
|
initialization:
|
|
code:
|
|
added: Initialisation code generated
|
|
sent: Initialisation code sent
|
|
check:
|
|
succeeded: Initialisation check succeded
|
|
failed: Initialisation check failed
|
|
token:
|
|
added: Access Token ausgestellt
|
|
username:
|
|
reserved: Username reserved
|
|
released: Username released
|
|
email:
|
|
reserved: Email address reserved
|
|
released: Email address released
|
|
changed: Email address changed
|
|
verified: Email address verified
|
|
verification:
|
|
failed: Email address verification failed
|
|
code:
|
|
added: Email address verification code generated
|
|
sent: Email address verification code sent
|
|
machine:
|
|
added: Technical user added
|
|
changed: Technical user changed
|
|
key:
|
|
added: Key added
|
|
removed: Key removed
|
|
human:
|
|
added: Person added
|
|
selfregistered: Person registered himself
|
|
initialization:
|
|
code:
|
|
added: Initialisation code generated
|
|
sent: Initialisation code sent
|
|
check:
|
|
succeeded: Initialisation check succeded
|
|
failed: Initialisation check failed
|
|
username:
|
|
reserved: Username reserved
|
|
released: Username released
|
|
email:
|
|
changed: Email address changed
|
|
verified: Email address verified
|
|
verification:
|
|
failed: Email address verification failed
|
|
code:
|
|
added: Email address verification code generated
|
|
sent: Email address verification code sent
|
|
password:
|
|
changed: Password changed
|
|
code:
|
|
added: Password code generated
|
|
sent: Password code sent
|
|
check:
|
|
succeeded: Password check succeeded
|
|
failed: Password check failed
|
|
externallogin:
|
|
check:
|
|
succeeded: External login succeeded
|
|
externalidp:
|
|
added: Externer IDP added
|
|
removed: Externer IDP removed
|
|
cascade:
|
|
removed: Externer IDP cascade removed
|
|
phone:
|
|
changed: Phone number changed
|
|
verified: Phone number verified
|
|
verification:
|
|
failed: Phone number verification failed
|
|
code:
|
|
added: Phone number code generated
|
|
sent: Phone number code sent
|
|
removed: Phone number removed
|
|
profile:
|
|
changed: User profile changed
|
|
address:
|
|
changed: User address changed
|
|
mfa:
|
|
otp:
|
|
added: Multifactor OTP added
|
|
verified: Multifactor OTP verified
|
|
removed: Multifactor OTP removed
|
|
check:
|
|
succeeded: Multifactor OTP check succeeded
|
|
failed: Multifactor OTP check failed
|
|
u2f:
|
|
token:
|
|
added: Multifactor U2F Token added
|
|
verified: Multifactor U2F Token verified
|
|
removed: Multifactor U2F Token removed
|
|
begin:
|
|
login: Multifactor U2F check started
|
|
check:
|
|
succeeded: Multifactor U2F check succeeded
|
|
failed: Multifactor U2F check failed
|
|
signcount:
|
|
changed: Checksum of the Multifactor U2F Token has been changed
|
|
init:
|
|
skipped: Multifactor initialisation skipped
|
|
passwordless:
|
|
token:
|
|
added: Token for Passwordless Login added
|
|
verified: Token for Passwordless Login verified
|
|
removed: Token for Passwordless Login removed
|
|
begin:
|
|
login: Passwordless Login check started
|
|
check:
|
|
succeeded: Passwordless Login check succeeded
|
|
failed: Passwordless Login check failed
|
|
signcount:
|
|
changed: Checksum of the Passwordless Login Token has been changed
|
|
signed:
|
|
out: User signed out
|
|
locked: User locked
|
|
unlocked: User unlocked
|
|
deactivated: User deactivated
|
|
reactivated: User reactivated
|
|
removed: User removed
|
|
password:
|
|
changed: Password changed
|
|
code:
|
|
added: Password code generated
|
|
sent: Password code sent
|
|
check:
|
|
succeeded: Password check succeeded
|
|
failed: Password check failed
|
|
phone:
|
|
changed: Phone number changed
|
|
verified: Phone number verified
|
|
verification:
|
|
failed: Phone number verification failed
|
|
code:
|
|
added: Phone number code generated
|
|
sent: Phone number code sent
|
|
profile:
|
|
changed: User profile changed
|
|
address:
|
|
changed: User address changed
|
|
mfa:
|
|
otp:
|
|
added: Multifactor OTP added
|
|
verified: Multifactor OTP verified
|
|
removed: Multifactor OTP removed
|
|
check:
|
|
succeeded: Multifactor OTP check succeeded
|
|
failed: Multifactor OTP check failed
|
|
init:
|
|
skipped: Multifactor initialisation skipped
|
|
signed:
|
|
out: User signed out
|
|
grant:
|
|
added: Authorization added
|
|
changed: Authorization changed
|
|
removed: Authorization removed
|
|
deactivated: Authorization deactivated
|
|
reactivated: Authorization reactivated
|
|
reserved: Authorization reserved
|
|
released: Authorization released
|
|
cascade:
|
|
removed: Authorization removed
|
|
changed: Authorization changed
|
|
org:
|
|
added: Organization added
|
|
changed: Organization changed
|
|
deactivated: Organization deactivated
|
|
reactivated: Organization reactivated
|
|
removed: Organization removed
|
|
domain:
|
|
added: Domain added
|
|
verification:
|
|
added: Domain verification added
|
|
failed: Domain verification failed
|
|
verified: Domain verified
|
|
removed: Domain removed
|
|
primary:
|
|
set: Primary domain set
|
|
reserved: Domain reserved
|
|
released: Domain released
|
|
name:
|
|
reserved: Organization name reserved
|
|
released: Organization name released
|
|
member:
|
|
added: Organization member added
|
|
changed: Organization member changed
|
|
removed: Organization member removed
|
|
iam:
|
|
policy:
|
|
added: System policy added
|
|
changed: System policy changed
|
|
removed: System policy removed
|
|
idp:
|
|
config:
|
|
added: IDP configuration added
|
|
changed: IDP configuration changed
|
|
removed: IDP configuration removed
|
|
deactivated: IDP configuration deactivated
|
|
reactivated: IDP configuration reactivated
|
|
oidc:
|
|
config:
|
|
added: OIDC IDP configuration added
|
|
changed: OIDC IDP configuration changed
|
|
saml:
|
|
config:
|
|
added: SAML IDP configuration added
|
|
changed: SAML IDP configuration changed
|
|
policy:
|
|
login:
|
|
added: Login Policy added
|
|
changed: Login Policy changed
|
|
idpprovider:
|
|
added: Idp Provider added to Login Policy
|
|
removed: Idp Provider removed from Login Policy
|
|
password:
|
|
complexity:
|
|
added: Password complexity policy added
|
|
changed: Password complexity policy changed
|
|
removed: Password complexity policy removed
|
|
age:
|
|
added: Password age policy added
|
|
changed: Password age policy changed
|
|
removed: Password age policy removed
|
|
lockout:
|
|
added: Password lockout policy added
|
|
changed: Password lockout policy changed
|
|
removed: Password lockout policy removed
|
|
project:
|
|
added: Project added
|
|
changed: Project changed
|
|
deactivated: Project deactivated
|
|
reactivated: Project reactivated
|
|
removed: Project removed
|
|
member:
|
|
added: Project member added
|
|
changed: Project member changed
|
|
removed: Project member removed
|
|
role:
|
|
added: Project role added
|
|
changed: Project role changed
|
|
removed: Project role removed
|
|
grant:
|
|
added: Management access added
|
|
changed: Management access changed
|
|
removed: Management access removed
|
|
deactivated: Management access deactivated
|
|
reactivated: Management access reactivated
|
|
cascade:
|
|
changed: Management access changed
|
|
member:
|
|
added: Management access member added
|
|
changed: Management access member changed
|
|
removed: Management access member removed
|
|
application:
|
|
added: Application added
|
|
changed: Application changed
|
|
removed: Application removed
|
|
deactivated: Application deactivated
|
|
reactivated: Application reactivated
|
|
oidc:
|
|
secret:
|
|
check:
|
|
succeeded: OIDC Client Secret check succeeded
|
|
failed: OIDC Client Secret check failed
|
|
config:
|
|
oidc:
|
|
added: OIDC Configuration added
|
|
changed: OIDC Configuration changed
|
|
secret:
|
|
changed: OIDC secret changed
|
|
policy:
|
|
password:
|
|
complexity:
|
|
added: Password complexity policy added
|
|
changed: Password complexity policy changed
|
|
age:
|
|
added: Password age policy added
|
|
changed: Password age policy changed
|
|
lockout:
|
|
added: Password lockout policy added
|
|
changed: Password lockout policy changed
|
|
iam:
|
|
setup:
|
|
started: ZITADEL setup started
|
|
done: ZITADEL setup done
|
|
global:
|
|
org:
|
|
set: Global org set
|
|
project:
|
|
iam:
|
|
set: ZITADEL project set
|
|
member:
|
|
added: ZITADEL member added
|
|
changed: ZITADEL member changed
|
|
removed: ZITADEL member removed
|
|
idp:
|
|
config:
|
|
added: IDP configuration added
|
|
changed: IDP configuration changed
|
|
removed: IDP configuration removed
|
|
deactivated: IDP configuration deactivated
|
|
reactivated: IDP configuration reactivated
|
|
oidc:
|
|
config:
|
|
added: OIDC IDP configuration added
|
|
changed: OIDC IDP configuration changed
|
|
saml:
|
|
config:
|
|
added: SAML IDP configuration added
|
|
changed: SAML IDP configuration changed
|
|
policy:
|
|
login:
|
|
added: Default Login Policy added
|
|
changed: Default Login Policy changed
|
|
idpprovider:
|
|
added: Idp Provider added to Default Login Policy
|
|
removed: Idp Provider removed from Default Login Policy
|
|
key_pair:
|
|
added: Key pair added
|
|
Application:
|
|
OIDC:
|
|
V1:
|
|
NotCompliant: Your configuration is not compliant and differs from OIDC 1.0 standard.
|
|
NoRedirectUris: At least one redirect uri must be registered.
|
|
NotAllCombinationsAreAllowed: Configuration is compliant, but not all possible combinations are allowed.
|
|
Code:
|
|
RedirectUris:
|
|
HttpOnlyForWeb: Grant type code only allowed http redirect uris for apptype web.
|
|
CustomOnlyForNative: Grant type code only allowes custom redirect uris for apptype native (e.g appname:// )
|
|
Implicit:
|
|
RedirectUris:
|
|
CustomNotAllowed: Grant type implicit doesn't allow custom redirect uris
|
|
HttpNotAllowed: Grant tpye implicit doesn't allow http redirect uris
|
|
NativeShouldBeHttpLocalhost: Grant tpye implicit only allowed http://localhost for native apptype
|
|
HttpLocalhostOnlyForNative: Http://localhost redirect uri is only allowed for native applications.
|
|
Native:
|
|
AuthMethodType:
|
|
NotNone: Native applications should have authmethodtype none.
|
|
UserAgent:
|
|
AuthMethodType:
|
|
NotNone: User agent app should have authmethodtype none.
|