11 writes to Authorization
dotnet-sourcelink (1)
Keycloak.Web (1)
AuthorizationHandler.cs (1)
17request.Headers.Authorization = new AuthenticationHeaderValue("Bearer", accessToken);
Microsoft.Extensions.AI.Evaluation.Safety (1)
ContentSafetyService.cs (1)
441httpRequestMessage.Headers.Authorization = new AuthenticationHeaderValue("Bearer", token.Token);
Microsoft.NET.Build.Containers (3)
AuthHandshakeMessageHandler.cs (3)
530message.Headers.Authorization = header; 581request.Headers.Authorization = header; 605request.Headers.Authorization = authHeader;
Microsoft.NET.Sdk.Publish.Tasks (2)
Tasks\Http\HttpClientExtensions.cs (2)
288client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue(BasicAuthenticationScheme, base64); 292client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue(BearerAuthenticationScheme, password);
Pipelines.Library (1)
DistributedApplicationPipelineExtensions.cs (1)
149httpClient.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", accessToken.Token);
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (1)
172request.Headers.Authorization = headerValue;
System\Net\Http\SocketsHttpHandler\RedirectHandler.cs (1)
53request.Headers.Authorization = null;
1 reference to Authorization
Microsoft.Extensions.Http.Resilience.Tests (1)
Resilience\RequestMessageSnapshotTests.cs (1)
84Assert.NotNull(cloned.Headers.Authorization);