@model EnableAuthenticatorViewModel @{ ViewData.SetActivePageAndTitle(ManageNavPages.TwoFactorAuthentication, "Enable authenticator app"); }

To use an authenticator app go through the following steps:

  1. Download a two-factor authenticator app like …
  2. Scan the QR Code or enter the following key into your two factor authenticator app:

    @Model.SharedKey (spaces and casing do not matter)

  3. Your two factor authenticator app will provide you with a unique code.
    Enter the code in the confirmation box below.

@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }