You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: In a multi-tenant application, two factor authentication is available to tenants only if it's enabled in the host settings. Also, email verification and SMS verification settings are only available in the host side. This is by design.
8
8
9
9
When it's enabled, user is asked to select a verification provider after entering user name and password:
Note: In a multi-tenant application, two factor authentication is available to tenants only if it's enabled in the host settings. Also, email verification and SMS verification settings are only available in the host side. This is by design.
8
8
9
9
When it's enabled, user is asked to select a verification provider after entering user name and password:
@@ -22,6 +22,29 @@ This is available if user has a confirmed email address. Since email sending is
22
22
23
23
This is available if user has a confirmed phone number. SMS sending is not implemented actually (because it requires an integration to an SMS vendor). Current implementation just writes security code to logs. You should complete **SmsSender** class in the solution to make it usable. Otherwise, disable SMS verification in the settings.
24
24
25
+
## Authenticator Verification
26
+
27
+
This is available if user has enabled two factor authentication in his/her profile. You can enable it in profile page:
28
+
29
+

30
+
31
+
Then user can scan the QR code with an authenticator app (like Google Authenticator) and enter the code in the next page:
0 commit comments