zitadel/internal/notification/handlers
Livio Spring b6c10c4c83
fix: consider oidc session events for authN milestones (#8089)
# Which Problems Are Solved

After migrating the access token events in #7822, milestones based on
authentication, resp. theses events would not be reached.

# How the Problems Are Solved

Additionally use the `oidc_session.Added` event to check for
`milestone.AuthenticationSucceededOnInstance` and
`milestone.AuthenticationSucceededOnApplication`.

# Additional Changes

None.

# Additional Context

- relates to #7822 
- noticed internally
2024-06-12 06:49:14 +02:00
..
mock feat: SMTP Templates (#6932) 2024-04-11 09:16:10 +02:00
already_handled.go fix: properly handle otp sms challenge notification in session api (#7653) 2024-03-27 19:48:14 +02:00
commands.go fix: use triggering origin for notification links (#6628) 2023-10-10 13:20:53 +00:00
config_filesystem.go feat: call webhooks at least once (#5454) 2023-03-28 22:09:06 +00:00
config_log.go feat: call webhooks at least once (#5454) 2023-03-28 22:09:06 +00:00
config_smtp.go feat: SMTP Templates (#6932) 2024-04-11 09:16:10 +02:00
config_twilio.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
ctx.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
gen_mock.go fix: use triggering origin for notification links (#6628) 2023-10-10 13:20:53 +00:00
handlers_integration_test.go feat: block instances (#7129) 2024-01-17 10:16:48 +00:00
origin.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
queries.go feat: SMTP Templates (#6932) 2024-04-11 09:16:10 +02:00
quota_notifier_test.go fix: consider oidc session events for authN milestones (#8089) 2024-06-12 06:49:14 +02:00
quota_notifier.go fix: properly handle otp sms challenge notification in session api (#7653) 2024-03-27 19:48:14 +02:00
telemetry_pusher_integration_test.go fix: consider oidc session events for authN milestones (#8089) 2024-06-12 06:49:14 +02:00
telemetry_pusher.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
translator.go feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
user_notifier_test.go feat: pass and handle auth request context for email links (#7815) 2024-04-24 17:50:58 +02:00
user_notifier.go feat: pass and handle auth request context for email links (#7815) 2024-04-24 17:50:58 +02:00