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