5 references to AuthenticationScheme
Aspire.Dashboard (5)
Api\ApiAuthenticationHandler.cs (3)
39
var id = new ClaimsIdentity([new Claim(ClaimName, bool.TrueString)],
AuthenticationScheme
);
71
var id = new ClaimsIdentity([new Claim(ClaimName, bool.TrueString)],
AuthenticationScheme
);
79
var id = new ClaimsIdentity([new Claim(ClaimName, bool.TrueString)],
AuthenticationScheme
);
DashboardWebApplication.cs (2)
791
.AddScheme<ApiAuthenticationHandlerOptions, ApiAuthenticationHandler>(ApiAuthenticationHandler.
AuthenticationScheme
, o => { })
937
policy: new AuthorizationPolicyBuilder(ApiAuthenticationHandler.
AuthenticationScheme
)