7 references to CorrelationCookie
Microsoft.AspNetCore.Authentication (5)
RemoteAuthenticationHandler.cs (5)
240var cookieOptions = Options.CorrelationCookie.Build(Context, TimeProvider.GetUtcNow()); 244var cookieName = Options.CorrelationCookie.Name + correlationId; 261Logger.CorrelationPropertyNotFound(Options.CorrelationCookie.Name!); 267var cookieName = Options.CorrelationCookie.Name + correlationId; 276var cookieOptions = Options.CorrelationCookie.Build(Context, TimeProvider.GetUtcNow());
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectConfigureOptions.cs (2)
51SetCookieFromConfig(configSection.GetSection(nameof(options.CorrelationCookie)), options.CorrelationCookie);