1 write to SubKey
Aspire.Dashboard.Tests (1)
DashboardOptionsTests.cs (1)
474SubKey = "name"
2 references to SubKey
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
983Action<OpenIdConnectOptions> configureAction = (action.SubKey is null, action.IsUnique) switch 987(false, _) => options => options.ClaimActions.MapJsonSubKey(action.ClaimType, action.JsonKey, action.SubKey!, action.ValueType ?? ClaimValueTypes.String)