zitadel/internal/repository/instance
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
..
aggregate.go feat(instance): add functionality to update instance (#4440) 2022-09-27 06:58:50 +00:00
custom_text.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
debug_notification_file.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
debug_notification_log.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
domain.go feat: restrict smtp sender address (#3637) 2022-05-16 14:08:47 +00:00
event_default_language.go feat: set default language on instance (#3594) 2022-05-03 15:58:38 +02:00
event_iam_project_set.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
event_org_set.go fix: handle default org id (#3769) 2022-06-03 14:30:39 +02:00
eventstore.go feat: add SAML as identity provider (#6454) 2023-09-29 11:26:14 +02:00
idp_config.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp_jwt_config.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp_oidc_config.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp.go feat: add SAML as identity provider (#6454) 2023-09-29 11:26:14 +02:00
instance.go fix: instance remove (#4602) 2022-10-26 13:06:48 +00:00
member.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
oidc_settings.go fix: correct oidcsettings management (#4413) 2022-09-27 12:53:49 +02:00
policy_domain.go feat: restrict smtp sender address (#3637) 2022-05-16 14:08:47 +00:00
policy_label.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_login_factors.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_login_identity_provider.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_login.go feat: allow to force MFA local only (#6234) 2023-07-20 04:06:16 +00:00
policy_mail_template.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_mail_text.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_notification.go feat: add notification policy and password change message (#5065) 2023-01-25 09:49:41 +01:00
policy_password_age.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_password_complexity.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_password_lockout.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_privacy.go feat: add Help/Support e-mail for instance/org (#5445) 2023-03-28 21:36:52 +02:00
policy_security.go feat: enable iframe use (#4766) 2022-12-14 07:17:36 +01:00
secret_generator.go feat(login): add OTP (email and sms) (#6353) 2023-08-15 12:47:05 +00:00
sms.go fix: sms providers (#3801) 2022-06-13 08:34:11 +02:00
smtp_config.go feat: add reply-to header in email notification (#6393) 2023-08-29 09:08:24 +02:00