@{ ViewData["Title"] = "Set Up Two-Factor Authentication"; }

Set Up Two-Factor Authentication

Scan the QR code below with your authenticator app, then enter the 6-digit code to confirm.

@if (ViewBag.Error != null) {
@ViewBag.Error
}
  1. Install an authenticator app on your phone if you haven't already — Google Authenticator, Microsoft Authenticator, or Authy all work.
  2. Scan this QR code with your app, or enter the key manually.
    QR code for authenticator app
    Manual entry key:
    @ViewBag.SharedKey
  3. Enter the 6-digit code from your app below to complete setup.
@Html.AntiForgeryToken()
Enter the 6-digit code shown in your authenticator app.
Cancel