事件

编辑该页面

事件

包派遣以下事件在认证过程中:

scheb_two_factor.authentication.require

不变:Scheb\ TwoFactorBundle\安全\ TwoFactor\事件\ TwoFactorAuthenticationEvents::需要

需要时派遣两因素身份验证的用户。当你试图访问一个路径,需要你充分验证。还当你成功完成身份验证步骤,但还有另一个双重一步要求(多因素身份验证)。

通常,当这个事件派遣,请求重定向到双因素身份验证形式。

scheb_two_factor.authentication.form

不变:Scheb\ TwoFactorBundle\安全\ TwoFactor\事件\ TwoFactorAuthenticationEvents:形式

时派出两因素身份验证形式。

scheb_two_factor.authentication.attempt

不变:Scheb\ TwoFactorBundle\安全\ TwoFactor\事件\ TwoFactorAuthenticationEvents:尝试

时派出两因素身份验证是未遂,之前检查代码。

scheb_two_factor.authentication.success

不变:Scheb\ TwoFactorBundle\安全\ TwoFactor\事件\ TwoFactorAuthenticationEvents:成功

时派出两因素身份验证是成功的一个提供者。这并不意味着整个双重过程就完成了。

scheb_two_factor.authentication.failure

不变:Scheb\ TwoFactorBundle\安全\ TwoFactor\事件\ TwoFactorAuthenticationEvents:失败

时派出两因素身份验证的代码是不正确的。

scheb_two_factor.authentication.complete

不变:Scheb\ TwoFactorBundle\安全\ TwoFactor\事件\ TwoFactorAuthenticationEvents:完成

是派整个双因素身份验证过程成功完成时,这意味着两因素身份验证代码是正确的所有必需提供者和用户现在完全验证。

这项工作,包括代码示例,许可下Creative Commons冲锋队3.0许可证。