zitadel/internal/command
Livio Spring 2efa305e10
fix: use of generic oauth provider (#5345)
Adds a id_attribute to the GenericOAuthProvider, which is used to map the external User. Further mapping can be done in actions by using the `rawInfo` of the new `ctx.v1.providerInfo` field.
2023-03-03 10:38:49 +00:00
..
preparation chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
auth_checks.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
command.go feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00
converter.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
crypto.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
custom_login_text_model.go fix: separate tos and privacy checkbox into two (#4848) 2022-12-21 09:27:31 +01:00
custom_login_text.go fix: separate tos and privacy checkbox into two (#4848) 2022-12-21 09:27:31 +01:00
custom_message_text_model.go fix(logintexts): fix several custom text attributes for get and set (#4733) 2022-12-01 13:31:46 +01:00
custom_text_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
debug_notification_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
email.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
existing_label_policies_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
flow_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
identity_provider_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp_config_model.go feat(login): additionally use email/phone for authentication (#4563) 2022-10-17 19:19:15 +00:00
idp_model.go fix: use of generic oauth provider (#5345) 2023-03-03 10:38:49 +00:00
idp.go fix: use of generic oauth provider (#5345) 2023-03-03 10:38:49 +00:00
instance_converter.go feat: allow domain discovery for unknown usernames (#4484) 2022-10-06 13:30:14 +02:00
instance_custom_login_text_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_custom_login_text_test.go fix: separate tos and privacy checkbox into two (#4848) 2022-12-21 09:27:31 +01:00
instance_custom_login_text.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
instance_custom_message_text_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_custom_message_text_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_custom_message_text.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_custom_text_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_custom_text.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_debug_notification_file_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_debug_notification_file_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_debug_notification_file.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_debug_notification_log_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_debug_notification_log_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_debug_notification_log.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_domain_model.go feat: instance remove (#4345) 2022-10-20 14:36:52 +02:00
instance_domain_test.go fix: restrict domain names to alphanumeric characters (#4104) 2022-08-03 07:25:25 +00:00
instance_domain.go feat: instance remove (#4345) 2022-10-20 14:36:52 +02:00
instance_idp_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_config_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_config.go feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
instance_idp_jwt_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_jwt_config_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_jwt_config.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_model.go fix: use of generic oauth provider (#5345) 2023-03-03 10:38:49 +00:00
instance_idp_oidc_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_oidc_config_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_oidc_config.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
instance_idp_test.go fix: use of generic oauth provider (#5345) 2023-03-03 10:38:49 +00:00
instance_idp.go fix: use of generic oauth provider (#5345) 2023-03-03 10:38:49 +00:00
instance_member_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_member_test.go feat(actions): local users (#5089) 2023-01-25 13:08:01 +00:00
instance_member.go feat(actions): local users (#5089) 2023-01-25 13:08:01 +00:00
instance_model.go fix: instance remove (#4602) 2022-10-26 13:06:48 +00:00
instance_oidc_settings_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_oidc_settings_test.go fix: correct oidcsettings management (#4413) 2022-09-27 12:53:49 +02:00
instance_oidc_settings.go fix: correct oidcsettings management (#4413) 2022-09-27 12:53:49 +02:00
instance_policy_domain_model.go fix: handle UserLoginMustBeDomain changes correctly (#4765) 2022-12-06 09:01:31 +01:00
instance_policy_domain_test.go fix: handle UserLoginMustBeDomain changes correctly (#4765) 2022-12-06 09:01:31 +01:00
instance_policy_domain.go fix: handle UserLoginMustBeDomain changes correctly (#4765) 2022-12-06 09:01:31 +01:00
instance_policy_label_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_label_test.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_label.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_login_factors_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_login_identity_provider_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_login_model.go feat(login): additionally use email/phone for authentication (#4563) 2022-10-17 19:19:15 +00:00
instance_policy_login_test.go feat(login): additionally use email/phone for authentication (#4563) 2022-10-17 19:19:15 +00:00
instance_policy_login.go feat(login): use new IDP templates (#5315) 2023-02-28 21:20:58 +01:00
instance_policy_mail_template_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_mail_template_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_mail_template.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_notification_model.go feat: add notification policy and password change message (#5065) 2023-01-25 09:49:41 +01:00
instance_policy_notification_test.go feat: add notification policy and password change message (#5065) 2023-01-25 09:49:41 +01:00
instance_policy_notification.go feat: add notification policy and password change message (#5065) 2023-01-25 09:49:41 +01:00
instance_policy_password_age_model.go feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00
instance_policy_password_age_test.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_password_age.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_password_complexity_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_password_complexity_test.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_password_complexity.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_password_lockout_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_password_lockout_test.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_password_lockout.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_privacy_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_privacy_test.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_privacy.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_security_model.go feat: enable iframe use (#4766) 2022-12-14 07:17:36 +01:00
instance_policy_security.go feat: enable iframe use (#4766) 2022-12-14 07:17:36 +01:00
instance_secret_generator_model.go feat: enable default smtp config on setup (#3622) 2022-05-13 12:13:07 +00:00
instance_settings_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_settings.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
instance_smtp_config_model.go fix: add smtp config, remove smtp and sms provider, console adaptations (#3792) 2022-06-10 12:39:38 +02:00
instance_test.go fix: instance remove (#4602) 2022-10-26 13:06:48 +00:00
instance.go feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00
jwt_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
key_pair_model.go feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00
key_pair.go feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00
main_test.go fix: push timeout (#4882) (#4885) 2022-12-15 09:40:13 +00:00
member_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
metadata_model.go fix(metadata): corrected handling of remove metadata events (#4505) 2022-10-07 09:44:28 +00:00
oidc_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_action_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_action_test.go feat: permit all features to every instance and organisation (#3566) 2022-05-02 11:18:17 +02:00
org_action.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
org_converter.go feat: add notification policy and password change message (#5065) 2023-01-25 09:49:41 +01:00
org_custom_login_text_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_custom_login_text_test.go fix: separate tos and privacy checkbox into two (#4848) 2022-12-21 09:27:31 +01:00
org_custom_login_text.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
org_custom_message_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_custom_message_text_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_custom_message_text.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_domain_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_domain_test.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
org_domain.go fix: ensure domain policy is read for the correct org (#4872) 2022-12-13 06:37:50 +00:00
org_flow_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_flow_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_flow.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_config_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_config.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
org_idp_jwt_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_jwt_config_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_jwt_config.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_model.go fix: use of generic oauth provider (#5345) 2023-03-03 10:38:49 +00:00
org_idp_oidc_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_oidc_config_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_oidc_config.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
org_idp_test.go fix: use of generic oauth provider (#5345) 2023-03-03 10:38:49 +00:00
org_idp.go fix: use of generic oauth provider (#5345) 2023-03-03 10:38:49 +00:00
org_member_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_member_test.go feat(api): allow specifying access_token type (opaque/JWT) for service users (#5150) 2023-02-08 08:06:34 +00:00
org_member.go feat(actions): local users (#5089) 2023-01-25 13:08:01 +00:00
org_metadata_model.go feat(org): add org metadata functionality (#4234) 2022-09-20 14:32:09 +00:00
org_metadata_test.go feat(org): add org metadata functionality (#4234) 2022-09-20 14:32:09 +00:00
org_metadata.go feat(org): add org metadata functionality (#4234) 2022-09-20 14:32:09 +00:00
org_model.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
org_policy_domain_model.go fix: handle UserLoginMustBeDomain changes correctly (#4765) 2022-12-06 09:01:31 +01:00
org_policy_domain_test.go fix: handle UserLoginMustBeDomain changes correctly (#4765) 2022-12-06 09:01:31 +01:00
org_policy_domain.go fix: ensure domain policy is read for the correct org (#4872) 2022-12-13 06:37:50 +00:00
org_policy_label_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_label_test.go feat: permit all features to every instance and organisation (#3566) 2022-05-02 11:18:17 +02:00
org_policy_label.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
org_policy_lockout_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_lockout_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_lockout.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
org_policy_login_factors_model.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
org_policy_login_identity_provider_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_login_model.go feat(login): additionally use email/phone for authentication (#4563) 2022-10-17 19:19:15 +00:00
org_policy_login_test.go feat(login): additionally use email/phone for authentication (#4563) 2022-10-17 19:19:15 +00:00
org_policy_login.go feat(login): use new IDP templates (#5315) 2023-02-28 21:20:58 +01:00
org_policy_mail_template_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_mail_template_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_mail_template.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
org_policy_notification_model.go feat: add notification policy and password change message (#5065) 2023-01-25 09:49:41 +01:00
org_policy_notification_test.go feat: add notification policy and password change message (#5065) 2023-01-25 09:49:41 +01:00
org_policy_notification.go feat: add notification policy and password change message (#5065) 2023-01-25 09:49:41 +01:00
org_policy_password_age_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_password_age_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_password_age.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_password_complexity_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_password_complexity_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_password_complexity.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_privacy_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_privacy_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_privacy.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_test.go feat(api): allow specifying access_token type (opaque/JWT) for service users (#5150) 2023-02-08 08:06:34 +00:00
org.go fix: protect default and zitadel project org from remove (#4875) 2022-12-14 10:44:43 +00:00
phone_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
phone.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_label_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_login_factors_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_login_model.go feat(login): additionally use email/phone for authentication (#4563) 2022-10-17 19:19:15 +00:00
policy_mail_template_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_notification_model.go feat: add notification policy and password change message (#5065) 2023-01-25 09:49:41 +01:00
policy_org_model.go fix: remove domain and user correctly in DomainPolicyUsernamesWriteModel (#4850) 2022-12-08 08:11:49 +01:00
policy_password_age_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_password_complexity_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_password_lockout_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_privacy_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
preparation_test.go fix: set domain verified if domain policy does not require validation (#4061) 2022-07-28 13:18:31 +02:00
project_application_api_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_application_api_test.go fix: set domain verified if domain policy does not require validation (#4061) 2022-07-28 13:18:31 +02:00
project_application_api.go fix(import): add import for app and machine keys (#4536) 2022-10-18 15:07:30 +00:00
project_application_key_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_application_key_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_application_key.go fix(import): add import for app and machine keys (#4536) 2022-10-18 15:07:30 +00:00
project_application_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_application_oidc_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_application_oidc_test.go fix: set domain verified if domain policy does not require validation (#4061) 2022-07-28 13:18:31 +02:00
project_application_oidc.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
project_application_saml_model.go feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00
project_application_saml_test.go feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00
project_application_saml.go feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00
project_application_test.go feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00
project_application.go feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00
project_converter.go fix(import): add import for app and machine keys (#4536) 2022-10-18 15:07:30 +00:00
project_grant_member_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_grant_member_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_grant_member.go fix(import): check exists (#4268) 2022-08-29 17:09:07 +02:00
project_grant_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_grant_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_grant.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
project_member_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_member_test.go feat(actions): local users (#5089) 2023-01-25 13:08:01 +00:00
project_member.go feat(actions): local users (#5089) 2023-01-25 13:08:01 +00:00
project_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_role_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_role_test.go feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00
project_role.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
project_test.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
project.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
quota_model.go perf: query data AS OF SYSTEM TIME (#5231) 2023-02-27 22:36:43 +01:00
quota_report.go feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00
quota.go feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00
sms_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
sms_config_test.go fix: sms providers (#3801) 2022-06-13 08:34:11 +02:00
sms_config.go fix: sms providers (#3801) 2022-06-13 08:34:11 +02:00
smtp_test.go fix: add port to SMTP host label (#4980) 2023-01-17 09:20:16 +00:00
smtp.go fix: add port to SMTP host label (#4980) 2023-01-17 09:20:16 +00:00
statics.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
system_model.go feat: allow system config changes (#3876) 2022-07-20 11:20:49 +02:00
unique_constraints_model.go feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00
user_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_domain_policy_test.go fix: ensure domain policy is read for the correct org (#4872) 2022-12-13 06:37:50 +00:00
user_domain_policy.go fix: ensure domain policy is read for the correct org (#4872) 2022-12-13 06:37:50 +00:00
user_grant_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_grant_model.go fix: improve user grants precondition checks (#4237) 2022-08-24 11:38:59 +02:00
user_grant_test.go feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00
user_grant.go feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
user_human_access_token_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_address_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_address.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_adress_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_avatar_test.go fix: caching of assets (correct headers and versioned avatar and variables.css url) (#4118) 2022-08-16 05:04:36 +00:00
user_human_avatar.go fix: caching of assets (correct headers and versioned avatar and variables.css url) (#4118) 2022-08-16 05:04:36 +00:00
user_human_email_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_email_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_email.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_init_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_init_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_init.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_otp_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_otp_test.go feat: restrict smtp sender address (#3637) 2022-05-16 14:08:47 +00:00
user_human_otp.go fix(import): check exists (#4268) 2022-08-29 17:09:07 +02:00
user_human_password_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_password_test.go feat(login): additionally use email/phone for authentication (#4563) 2022-10-17 19:19:15 +00:00
user_human_password.go feat: add notification policy and password change message (#5065) 2023-01-25 09:49:41 +01:00
user_human_phone_model.go fix(command): reset phone on phone write model to empty if removed (#3543) 2022-05-02 11:06:30 +02:00
user_human_phone_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_phone.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_profile_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_profile_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_profile.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_refresh_token_model.go Merge pull request from GHSA-6rrr-78xp-5jp8 2023-01-10 15:58:10 +01:00
user_human_refresh_token_test.go Merge pull request from GHSA-6rrr-78xp-5jp8 2023-01-10 15:58:10 +01:00
user_human_refresh_token.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_test.go feat: allow usernames without @ when UserMustBeDomain false (#4852) 2022-12-22 11:16:17 +00:00
user_human_webauthn_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_webauthn.go fix: require user verification for passwordless authentication (#3896) 2022-07-06 08:32:05 +02:00
user_human.go feat: allow usernames without @ when UserMustBeDomain false (#4852) 2022-12-22 11:16:17 +00:00
user_idp_link_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_idp_link_test.go fix(user): move check if user is existing from user idp link (#4363) 2022-09-14 12:21:23 +00:00
user_idp_link.go feat(login): use new IDP templates (#5315) 2023-02-28 21:20:58 +01:00
user_machine_key_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_machine_key_test.go feat(api): allow specifying access_token type (opaque/JWT) for service users (#5150) 2023-02-08 08:06:34 +00:00
user_machine_key.go feat: Instance create (#4502) 2022-12-09 14:04:33 +01:00
user_machine_model.go feat(api): allow specifying access_token type (opaque/JWT) for service users (#5150) 2023-02-08 08:06:34 +00:00
user_machine_secret_test.go feat(api): allow specifying access_token type (opaque/JWT) for service users (#5150) 2023-02-08 08:06:34 +00:00
user_machine_secret.go feat: support client_credentials for service users (#5134) 2023-01-31 19:52:47 +00:00
user_machine_test.go feat(api): allow specifying access_token type (opaque/JWT) for service users (#5150) 2023-02-08 08:06:34 +00:00
user_machine.go feat(api): allow specifying access_token type (opaque/JWT) for service users (#5150) 2023-02-08 08:06:34 +00:00
user_membership.go fix(notify): notify user in projection (#3889) 2022-07-06 14:09:49 +02:00
user_metadata_model.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
user_metadata_test.go feat(org): add org metadata functionality (#4234) 2022-09-20 14:32:09 +00:00
user_metadata.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_model.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
user_password_complexity_policy_test.go feat(instance): add functionality to update instance (#4440) 2022-09-27 06:58:50 +00:00
user_password_complexity_policy.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_personal_access_token_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_personal_access_token_test.go feat(api): allow specifying access_token type (opaque/JWT) for service users (#5150) 2023-02-08 08:06:34 +00:00
user_personal_access_token.go feat: Instance create (#4502) 2022-12-09 14:04:33 +01:00
user_test.go feat(api): allow specifying access_token type (opaque/JWT) for service users (#5150) 2023-02-08 08:06:34 +00:00
user.go Merge pull request from GHSA-6rrr-78xp-5jp8 2023-01-10 15:58:10 +01:00