@page @model RegisterModel @{ ViewData["Title"] = "Register"; }
There are no external authentication services configured. See this article for details on setting up this ASP.NET application to support logging in via external services.
@foreach (var provider in Model.ExternalLogins) { @provider.DisplayName }