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