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