3 references to DashboardOptions
Aspire.Dashboard (3)
Components\Controls\UserProfile.razor.cs (3)
42
if (
DashboardOptions
.CurrentValue.Frontend.AuthMode == FrontendAuthMode.OpenIdConnect)
51
_name = claimsIdentity.FindFirst(
DashboardOptions
.CurrentValue.Frontend.OpenIdConnect.GetNameClaimTypes());
58
_username = claimsIdentity.FindFirst(
DashboardOptions
.CurrentValue.Frontend.OpenIdConnect.GetUsernameClaimTypes());