3 implementations of Authorization
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
848StringValues IHeaderDictionary.Authorization 10029StringValues IHeaderDictionary.Authorization 15906StringValues IHeaderDictionary.Authorization
4 references to Authorization
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenHandler.cs (1)
96var authorization = Request.Headers.Authorization.ToString();
Microsoft.AspNetCore.OutputCaching (1)
Policies\DefaultPolicy.cs (1)
76if (!StringValues.IsNullOrEmpty(request.Headers.Authorization) || request.HttpContext.User?.Identity?.IsAuthenticated == true)
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingPolicyProvider.cs (1)
24if (!StringValues.IsNullOrEmpty(request.Headers.Authorization))
Microsoft.DotNet.HotReload.Watch (1)
src\sdk\src\Dotnet.Watch\AspireService\AspireServerService.cs (1)
310var authHeader = context.Request.Headers.Authorization;