2 writes to Backchannel
Aspire.Keycloak.Authentication (1)
AspireKeycloakExtensions.cs (1)
174
options.
Backchannel
= httpClientFactory.CreateClient(KeycloakBackchannel);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthPostConfigureOptions.cs (1)
38
options.
Backchannel
= new HttpClient(options.BackchannelHttpHandler ?? new HttpClientHandler());
5 references to Backchannel
Microsoft.AspNetCore.Authentication.OAuth (5)
OAuthHandler.cs (1)
28
protected HttpClient Backchannel => Options.
Backchannel
;
OAuthPostConfigureOptions.cs (4)
36
if (options.
Backchannel
== null)
39
options.
Backchannel
.DefaultRequestHeaders.UserAgent.ParseAdd("Microsoft ASP.NET Core OAuth handler");
40
options.
Backchannel
.Timeout = options.BackchannelTimeout;
41
options.
Backchannel
.MaxResponseContentBufferSize = 1024 * 1024 * 10; // 10 MB