@using Microsoft.Extensions.Primitives @model AuthorizeViewModel

Authorization

Do you want to grant @Model.ApplicationName access to your data? (scopes requested: @Model.Scope)

@* Flow the request parameters so they can be received by the Accept/Reject actions: *@ @foreach (var parameter in Context.Request.HasFormContentType ? (IEnumerable>) Context.Request.Form : Context.Request.Query) { }