@model ExternalLoginConfirmationViewModel @{ ViewData["Title"] = "Register"; }

@ViewData["Title"].

Associate your @ViewData["LoginProvider"] account.

Association Form


You've successfully authenticated with @ViewData["LoginProvider"]. Please enter a user name for this site below and click the Register button to finish logging in.

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