
WillF.26390 (Mojo Interactive) asked a question.
Hi I'm trying to get a notification that a user has logged into the system via an event hook. It looks like the most appropriate event we receive is the "user.session.start" event, but we are receiving that *before* phone MFA is completed. is there a specific event (or event content) that tells us when authentication is complete & successful?

Hi @WillF.26390 (Mojo Interactive),
Thank you for posting on the Okta community page!
i have done some research on my end and it seems that you could use the following event "user.authentication.verify" because this one will notify you when the user successfully passed the MFA and if it did, automatically the user completed the authentication.
I hope the above information is useful!