1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

[Key Connector] Add event logging for first SSO login (#1724)

* Add null checks to fix logging from SSO controller

* Add FirstSsoLogin event logging
This commit is contained in:
Thomas Rittson
2021-11-19 07:42:35 +10:00
committed by GitHub
parent 6008715abc
commit cfd6123974
3 changed files with 13 additions and 15 deletions

View File

@ -50,6 +50,7 @@
OrganizationUser_ResetPassword_Withdraw = 1507,
OrganizationUser_AdminResetPassword = 1508,
OrganizationUser_ResetSsoLink = 1509,
OrganizationUser_FirstSsoLogin = 1510,
Organization_Updated = 1600,
Organization_PurgedVault = 1601,