@using Microsoft.AspNet.Http.Authentication @model IEnumerable

Authentication

Sign in using one of these external providers:

@foreach (var description in Model) {
}