5 references to AuthenticationScheme
Aspire.Dashboard (5)
Api\ApiAuthenticationHandler.cs (3)
42
var id = new ClaimsIdentity([new Claim(ClaimName, bool.TrueString)],
AuthenticationScheme
);
75
var id = new ClaimsIdentity([new Claim(ClaimName, bool.TrueString)],
AuthenticationScheme
);
83
var id = new ClaimsIdentity([new Claim(ClaimName, bool.TrueString)],
AuthenticationScheme
);
DashboardWebApplication.cs (2)
729
.AddScheme<ApiAuthenticationHandlerOptions, ApiAuthenticationHandler>(ApiAuthenticationHandler.
AuthenticationScheme
, o => { })
880
policy: new AuthorizationPolicyBuilder(ApiAuthenticationHandler.
AuthenticationScheme
)