mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 03:54:21 +00:00
5abd5b0505
* feat(management): service accounts * chore: current go version * init * refactor: apis * feat(internal): start impl of service account * chore: start impl of machine/human users * code compiles * fix: tests * fix: tests * fix: add new event types to switches * chore: add cases to event types * fix(management): definitive proto messages * fix: machine/human * fix: add missing tables as todos * fix: remove unused permissions * fix: refactoring * fix: refactor * fix: human registered * fix: user id * fix: logid * fix: proto remove //equal * chore(management): remove no comment * fix: human mfas * fix: user subobjects * chore: rename existing to better name * fix: username in user (#634) * fix: username in user * fix: username * fix remove unused code * fix add validations * fix: use new user in all apis * fix: regexp for username in api * fix: fill user data for human and machine (#638) * fix: fill Display name grant/member handlers fix: add description to grant/member objects in api fix: check if user is human in login * fix: remove description from member and grant * chore: remove todos * feat: machine keys * fix: implement missing parts * feat: machine key management view * fix: remove keys from machine view * fix: set default expiration date * fix: get key by ids * feat: add machine keys in proto * feat: machine keys * fix: add migration * fix: mig * fix: correct method name * feat: user search * feat: user search * fix: log ids * fix partial authconfig prompt, domain c perm * membership read check * contributor refresh trigger, observe org write * fix: migrations * fix(console): machine build (#660) * frontend 1 * fix html bindings * trailing comma * user permissions, project deactivate * fix(console): human view (#661) * fix search user view, user detail form * rm log * feat(console): user services list and create (#663) * fix search user view, user detail form * rm log * machine list * generic table component * create user service * proove table for undefined values * tmp disable user link if machine * lint * lint styles * user table lint * Update console/src/assets/i18n/de.json Co-authored-by: Florian Forster <florian@caos.ch> * feat(console): service user detail view, keys cr_d, fix search user autocomplete (#664) * service users for sidenav, routing * i18n * back routes * machine detail form * update machine detail, fix svc user grants * keys table * add key dialog, timestamp creation * check permission on create, delete, fix selection * lint ts, scss * Update console/src/assets/i18n/de.json * Apply suggestions from code review Co-authored-by: Florian Forster <florian@caos.ch> * allow user grants for project.write * management service * fix mgmt service * feat: Machine keys (#655) * fix: memberships (#633) * feat: add iam members to memberships * fix: search project grants * fix: rename * feat: idp and login policy configurations (#619) * feat: oidc config * fix: oidc configurations * feat: oidc idp config * feat: add oidc config test * fix: tests * fix: tests * feat: translate new events * feat: idp eventstore * feat: idp eventstore * fix: tests * feat: command side idp * feat: query side idp * feat: idp config on org * fix: tests * feat: authz idp on org * feat: org idps * feat: login policy * feat: login policy * feat: login policy * feat: add idp func on login policy * feat: add validation to loginpolicy and idp provider * feat: add default login policy * feat: login policy on org * feat: login policy on org * fix: id config handlers * fix: id config handlers * fix: create idp on org * fix: create idp on org * fix: not existing idp config * fix: default login policy * fix: add login policy on org * fix: idp provider search on org * fix: test * fix: remove idp on org * fix: test * fix: test * fix: remove admin idp * fix: logo src as byte * fix: migration * fix: tests * Update internal/iam/repository/eventsourcing/iam.go Co-authored-by: Silvan <silvan.reusser@gmail.com> * Update internal/iam/repository/eventsourcing/iam_test.go Co-authored-by: Silvan <silvan.reusser@gmail.com> * Update internal/iam/repository/eventsourcing/iam_test.go Co-authored-by: Silvan <silvan.reusser@gmail.com> * Update internal/iam/repository/eventsourcing/model/login_policy.go Co-authored-by: Silvan <silvan.reusser@gmail.com> * Update internal/iam/repository/eventsourcing/model/login_policy.go Co-authored-by: Silvan <silvan.reusser@gmail.com> * Update internal/org/repository/eventsourcing/org_test.go Co-authored-by: Silvan <silvan.reusser@gmail.com> * Update internal/iam/repository/eventsourcing/model/login_policy_test.go Co-authored-by: Silvan <silvan.reusser@gmail.com> * Update internal/iam/repository/eventsourcing/model/login_policy_test.go Co-authored-by: Silvan <silvan.reusser@gmail.com> * fix: pr comments * fix: tests * Update types.go * fix: merge request changes * fix: reduce optimization Co-authored-by: Silvan <silvan.reusser@gmail.com> Co-authored-by: Livio Amstutz <livio.a@gmail.com> * fix: reread user mfas, preferred loginname as otp account name (#636) * fix: reread user mfas * fix: use preferred login name as otp account name * fix: tests * fix: reduce (#635) * fix: management reduce optimization * fix: reduce optimization * fix: reduce optimization * fix: merge master * chore(deps): bump github.com/gorilla/schema from 1.1.0 to 1.2.0 (#627) Bumps [github.com/gorilla/schema](https://github.com/gorilla/schema) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/gorilla/schema/releases) - [Commits](https://github.com/gorilla/schema/compare/v1.1.0...v1.2.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/gorilla/mux from 1.7.4 to 1.8.0 (#624) Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.4 to 1.8.0. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.7.4...v1.8.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/DATA-DOG/go-sqlmock from 1.4.1 to 1.5.0 (#591) Bumps [github.com/DATA-DOG/go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/DATA-DOG/go-sqlmock/releases) - [Commits](https://github.com/DATA-DOG/go-sqlmock/compare/v1.4.1...v1.5.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: auto assign issues and PR to ZTIADEL project board (#643) * Create main.yml * Update main.yml Co-authored-by: Livio Amstutz <livio.a@gmail.com> * fix(console): project grant members, update deps (#645) * fix: searchprojectgrantmembers * chore(deps-dev): bump @angular/cli from 10.0.6 to 10.0.7 in /console (#622) Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.0.6 to 10.0.7. - [Release notes](https://github.com/angular/angular-cli/releases) - [Commits](https://github.com/angular/angular-cli/compare/v10.0.6...v10.0.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @angular-devkit/build-angular in /console (#626) Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1000.6 to 0.1000.7. - [Release notes](https://github.com/angular/angular-cli/releases) - [Commits](https://github.com/angular/angular-cli/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Peintner <max@caos.ch> * chore(deps-dev): bump @types/jasmine from 3.5.12 to 3.5.13 in /console (#623) Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.5.12 to 3.5.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump ts-node from 8.10.2 to 9.0.0 in /console (#629) Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.2 to 9.0.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v8.10.2...v9.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update packlock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: delete main.yml (#648) * fix: usergrant (#650) * fix(console): mfa refresh after verification, member eventemitter (#651) * refresh mfa * fix: detail link from contributors * lint * feat: add domain verification notification (#649) * fix: dont (re)generate client secret with auth type none * fix(cors): allow Origin from request * feat: add origin allow list and fix some core issues * rename migration * fix UserIDsByDomain * feat: send email to users after domain claim * username * check origin on userinfo * update oidc pkg * fix: add migration 1.6 * change username * change username * remove unique email aggregate * change username in mgmt * search global user by login name * fix test * change user search in angular * fix tests * merge * userview in angular * fix merge * Update pkg/grpc/management/proto/management.proto Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> * Update internal/notification/static/i18n/de.yaml Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> * fix Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> * fix: translation (#647) * fix: translation * fix: translation * fix: translation * fix: remove unused code * fix: log err * fix: migration numbers (#652) * chore: issue / feature templates (#642) * feat: machine keys * fix: implement missing parts * feat: machine key management view * fix: remove keys from machine view * feat: global org read (#657) * fix: set default expiration date * fix: get key by ids * feat: add machine keys in proto * feat: machine keys * fix: add migration * fix: mig * fix: correct method name * feat: user search * feat: user search * fix: log ids * fix: migrations * fix(console): machine build (#660) * frontend 1 * fix html bindings * trailing comma * fix(console): human view (#661) * fix search user view, user detail form * rm log * feat(console): user services list and create (#663) * fix search user view, user detail form * rm log * machine list * generic table component * create user service * proove table for undefined values * tmp disable user link if machine * lint * lint styles * user table lint * Update console/src/assets/i18n/de.json Co-authored-by: Florian Forster <florian@caos.ch> * feat(console): service user detail view, keys cr_d, fix search user autocomplete (#664) * service users for sidenav, routing * i18n * back routes * machine detail form * update machine detail, fix svc user grants * keys table * add key dialog, timestamp creation * check permission on create, delete, fix selection * lint ts, scss * Update console/src/assets/i18n/de.json * Apply suggestions from code review Co-authored-by: Florian Forster <florian@caos.ch> * refactor: protos * fix(management): key expiration date * fix: check if user is human * fix: marshal key details * fix: correct generate login names * fix: logid Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> Co-authored-by: Livio Amstutz <livio.a@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Peintner <max@caos.ch> Co-authored-by: Fabiennne <fabienne.gerschwiler@gmail.com> Co-authored-by: Florian Forster <florian@caos.ch> * fix: naming * refactor: findings * fix: username * fix: mfa upper case * fix: tests * fix: add translations * reactivatemyorg req typeö * fix: projectType for console * fix: user changes * fix: translate events * fix: event type translation * fix: remove unused types Co-authored-by: Fabiennne <fabienne.gerschwiler@gmail.com> Co-authored-by: Max Peintner <max@caos.ch> Co-authored-by: Florian Forster <florian@caos.ch> Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> Co-authored-by: Livio Amstutz <livio.a@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
448 lines
16 KiB
YAML
448 lines
16 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
|
|
NotLocked: User is not locked
|
|
NoChanges: No changes found
|
|
InitCodeNotFound: Initialization Code not found
|
|
ProfileNotFound: Profile not found
|
|
ProfileInvalid: Profildata invalid
|
|
EmailNotFound: Email not found
|
|
EmailInvalid: Email is invalid
|
|
EmailAlreadyVerified: Email is alredy verified
|
|
PhoneNotFound: Phone not found
|
|
PhoneInvalid: Phone is invalid
|
|
PhoneAlreadyVerified: Phone already verified
|
|
AddressNotFound: Address not found
|
|
NotHuman: The User must be personal
|
|
NotMachine: The User must be technical
|
|
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
|
|
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
|
|
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
|
|
LoginPolicy:
|
|
NotExisting: Login Policy not existig
|
|
AlreadyExists: Login Policy already exists
|
|
IdpProviderAlreadyExisting: Idp Provider already existing
|
|
IdpProviderNotExisting: Idp Provider not existing
|
|
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 should 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:
|
|
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
|
|
IdpProviderInvalid: Idp Provider is invalid
|
|
LoginPolicy:
|
|
NotExisting: Default Login Policy not existig
|
|
AlreadyExists: Default Login Policy already exists
|
|
IdpProviderAlreadyExisting: Idp Provider already existing
|
|
IdpProviderNotExisting: Idp Provider not existing
|
|
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
|
|
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
|
|
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:
|
|
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
|
|
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
|
|
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
|
|
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.
|