@{ ViewBag.Title = "Authorize"; Layout = "~/Views/Shared/_Layout.cshtml"; }

Authorize

@using (Html.BeginForm("Respond", "User", FormMethod.Post)) { @AntiForgery.GetHtml() @Html.Hidden("request", this.ViewData["request"])

Are you sure you want to allow the client to access your data, with this scope: @string.Join(" ", (IEnumerable)ViewData["Scope"])

}