3 references to SuppressChallengeKey
Aspire.Dashboard (3)
Authentication\AspirePolicyEvaluator.cs (2)
58
else if (result.Properties?.GetParameter<bool>(
SuppressChallengeKey
) ?? false)
109
if (authenticationResult.Failure != null && (authenticationResult.Properties?.GetParameter<bool>(
SuppressChallengeKey
) ?? false))
Authentication\FrontendCompositeAuthenticationHandler.cs (1)
28
parameters: new Dictionary<string, object?> { [AspirePolicyEvaluator.
SuppressChallengeKey
] = true }));