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
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
Peter Mbanugo edited this page Jul 19, 2014
·
3 revisions
MembershipReboot supports two-factor authentication. This requires the user to login with their password and then either with a client certificate, or with a code sent via SMS to their mobile phone. If they wish to use a certificate, then this requires the certificate to be associated with the account beforehand. If they wish to use the mobile phone, then this requires the mobile phone number to be registered with the account beforehand.
This coordination will be performed if your application uses the AuthenticationService to handle the user login.
To accept client certificates, it will be necessary to configure IIS for client certificates.