Do you wanna grant @Model.Item2.DisplayName an access to your resources? (scopes requested: @Model.Item1.Scope)
10 | 11 | 21 |7 | @Model.Error 8 | @if (!string.IsNullOrEmpty(Model.ErrorDescription)) { 9 | @Model.ErrorDescription 10 | } 11 |
12 |Are you sure you want to sign out?
10 | 11 | @if (Model.Item2 != null && Model.Item2.Identity != null) { 12 |Connected user: @Model.Item2.Identity.Name
13 | } 14 | 15 | 25 |Sign in using one of these external providers:
7 | 8 | @foreach (var description in Model) { 9 | 15 | } 16 |8 | @foreach (var claim in Context.User.Claims) { 9 |
Do you wanna grant @Model.Item2.DisplayName an access to your resources? (scopes requested: @Model.Item1.Scope)
10 | 11 | 21 |7 | @Model.Error 8 | @if (!string.IsNullOrEmpty(Model.ErrorDescription)) { 9 | @Model.ErrorDescription 10 | } 11 |
12 |Are you sure you want to sign out?
10 | 11 | @if (Model.Item2 != null && Model.Item2.Identity != null) { 12 |Connected user: @Model.Item2.Identity.Name
13 | } 14 | 15 | 25 |Sign in using one of these external providers:
7 | 8 | @foreach (var description in Model) { 9 | 15 | } 16 |Do you wanna grant @Model.ClientId an access to your resources? (scopes requested: @Model.Scope)
9 | 10 | 20 |Ctrl + Shift + I
/ Cmd + Shift + I
/ F12
and choose Console
tab