Two-factor authentication: Verify (Event)

Is dispatched after the user has entered the second factor. The previously filled 'Two-factor authentication request' is transferred. All previously stored data is available in the 'storage' field. The user's input can be read from the 'response' field.

If the Two-factor authentification: Prepare (Actor) action was used before, the Two-factor authentification: Verify (Actor) action can be used here to check the input against the corresponding TOTP algorithm.

Otherwise, the check must be configured manually by setting the 'verified' field of the input object to 'true'.


This event is part of the two-factor authentication concept and is described in more detail in the chapter Two-factor authentication (Concept).