zitadel/internal/query/projection
Stefan Benz 15fd3045e0
feat: add SAML as identity provider (#6454)
* feat: first implementation for saml sp

* fix: add command side instance and org for saml provider

* fix: add query side instance and org for saml provider

* fix: request handling in event and retrieval of finished intent

* fix: add review changes and integration tests

* fix: add integration tests for saml idp

* fix: correct unit tests with review changes

* fix: add saml session unit test

* fix: add saml session unit test

* fix: add saml session unit test

* fix: changes from review

* fix: changes from review

* fix: proto build error

* fix: proto build error

* fix: proto build error

* fix: proto require metadata oneof

* fix: login with saml provider

* fix: integration test for saml assertion

* lint client.go

* fix json tag

* fix: linting

* fix import

* fix: linting

* fix saml idp query

* fix: linting

* lint: try all issues

* revert linting config

* fix: add regenerate endpoints

* fix: translations

* fix mk.yaml

* ignore acs path for user agent cookie

* fix: add AuthFromProvider test for saml

* fix: integration test for saml retrieve information

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-09-29 11:26:14 +02:00
..
action_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
action.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
app_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
app.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
assert_test.go feat: push telemetry (#6027) 2023-07-06 08:38:13 +02:00
assert.go feat: push telemetry (#6027) 2023-07-06 08:38:13 +02:00
auth_request_test.go feat(api): add OIDC session service (#6157) 2023-07-10 13:27:00 +00:00
auth_request.go feat(api): add OIDC session service (#6157) 2023-07-10 13:27:00 +00:00
authn_key_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
authn_key.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
config.go fix: use fixed active instances duration (#5567) 2023-03-30 13:01:27 +02:00
custom_text_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
custom_text.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
debug_notification_provider_test.go fix: improve performance by reducing full table scans (#4684) 2022-11-10 11:59:33 +01:00
debug_notification.go fix: improve performance by reducing full table scans (#4684) 2022-11-10 11:59:33 +01:00
device_auth.go feat: device authorization RFC 8628 (#5646) 2023-04-19 08:46:02 +00:00
domain_policy_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
domain_policy.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
event_test.go feat: push telemetry (#6027) 2023-07-06 08:38:13 +02:00
executer_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
flow_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
flow.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
idp_login_policy_link_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
idp_login_policy_link.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
idp_template_test.go feat: add SAML as identity provider (#6454) 2023-09-29 11:26:14 +02:00
idp_template.go feat: add SAML as identity provider (#6454) 2023-09-29 11:26:14 +02:00
idp_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
idp_user_link_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
idp_user_link.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
idp.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
instance_domain_test.go fix: improve performance by reducing full table scans (#4684) 2022-11-10 11:59:33 +01:00
instance_domain.go fix: improve performance by reducing full table scans (#4684) 2022-11-10 11:59:33 +01:00
instance_member_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
instance_member.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
instance_test.go fix: instance remove (#4602) 2022-10-26 13:06:48 +00:00
instance.go feat: instance remove (#4345) 2022-10-20 14:36:52 +02:00
key_test.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
key.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
label_policy_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
label_policy.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
lockout_policy_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
lockout_policy.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
login_name_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
login_name.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
login_policy_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
login_policy.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
mail_template_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
mail_template.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
main_test.go perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
member.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
message_text_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
message_texts.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
milestones_test.go feat: push telemetry (#6027) 2023-07-06 08:38:13 +02:00
milestones.go feat: push telemetry (#6027) 2023-07-06 08:38:13 +02:00
notification_policy_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
notification_policy.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
oidc_settings_test.go fix(projection): new version of oidc_settings (#4811) 2022-12-02 12:54:28 +00:00
oidc_settings.go fix(projection): new version of oidc_settings (#4811) 2022-12-02 12:54:28 +00:00
org_domain_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
org_domain.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
org_member_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
org_member.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
org_metadata_test.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
org_metadata.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
org_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
org.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
password_age_policy_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
password_age_policy.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
password_complexity_policy_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
password_complexity_policy.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
privacy_policy_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
privacy_policy.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
project_grant_member_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
project_grant_member.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
project_grant_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
project_grant.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
project_member_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
project_member.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
project_role_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
project_role.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
project_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
project.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
projection.go perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
quota_test.go fix: set quotas (#6597) 2023-09-22 09:37:16 +00:00
quota.go fix: set quotas (#6597) 2023-09-22 09:37:16 +00:00
secret_generator_test.go fix: improve performance by reducing full table scans (#4684) 2022-11-10 11:59:33 +01:00
secret_generator.go fix: improve performance by reducing full table scans (#4684) 2022-11-10 11:59:33 +01:00
security_policy.go feat: enable iframe use (#4766) 2022-12-14 07:17:36 +01:00
session_test.go feat(api): add otp (sms and email) checks in session api (#6422) 2023-08-24 09:41:52 +00:00
session.go feat(api): add otp (sms and email) checks in session api (#6422) 2023-08-24 09:41:52 +00:00
sms_test.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
sms.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
smtp_test.go feat: add reply-to header in email notification (#6393) 2023-08-29 09:08:24 +02:00
smtp.go feat: add reply-to header in email notification (#6393) 2023-08-29 09:08:24 +02:00
user_auth_method_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
user_auth_method.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
user_grant_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
user_grant.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
user_metadata_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
user_metadata.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
user_personal_access_token_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
user_personal_access_token.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
user_test.go feat: delete organizations (#6083) 2023-09-07 04:54:51 +00:00
user.go fix: handle password data correct on user creation (#6515) 2023-09-07 14:06:11 +00:00