Skip to content

Commit

Permalink
Add auth failed events for SSO and OAuth (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
blairlunceford authored Aug 23, 2024
1 parent f583478 commit 305494b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/events/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ const (
AuthenticationMagicAuthFailed = "authentication.magic_auth_failed"
AuthenticationMagicAuthSucceeded = "authentication.magic_auth_succeeded"
AuthenticationMfaSucceeded = "authentication.mfa_succeeded"
AuthenticationOauthFailed = "authentication.oauth_failed"
AuthenticationOauthSucceeded = "authentication.oauth_succeeded"
AuthenticationPasswordFailed = "authentication.password_failed"
AuthenticationPasswordSucceeded = "authentication.password_succeeded"
AuthenticationSsoFailed = "authentication.sso_failed"
AuthenticationSsoSucceeded = "authentication.sso_succeeded"
UserCreated = "user.created"
UserUpdated = "user.updated"
Expand Down

0 comments on commit 305494b

Please sign in to comment.