10 writes to ForwardChallenge
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerConfigureOptions.cs (1)
52options.ForwardChallenge = configSection[nameof(options.ForwardChallenge)] ?? options.ForwardChallenge;
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
54options.ForwardChallenge = configSection[nameof(options.ForwardChallenge)] ?? options.ForwardChallenge;
Microsoft.AspNetCore.Authentication.Test (8)
GoogleTests.cs (1)
1230.AddCookie(TestExtensions.CookieAuthenticationScheme, o => o.ForwardChallenge = GoogleDefaults.AuthenticationScheme)
OpenIdConnect\OpenIdConnectConfigurationTests.cs (2)
234o.ForwardChallenge = "specific"; 387o.ForwardChallenge = "specific";
PolicyTests.cs (2)
183p.ForwardChallenge = "auth1"; 291p.ForwardChallenge = "auth2";
SharedAuthenticationTests.cs (2)
297o.ForwardChallenge = "specific"; 477o.ForwardChallenge = "specific";
TwitterTests.cs (1)
583.AddCookie(TestExtensions.CookieAuthenticationScheme, o => o.ForwardChallenge = TwitterDefaults.AuthenticationScheme)
5 references to ForwardChallenge
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
308var target = ResolveTarget(Options.ForwardChallenge);
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerConfigureOptions.cs (2)
52options.ForwardChallenge = configSection[nameof(options.ForwardChallenge)] ?? options.ForwardChallenge;
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectConfigureOptions.cs (2)
54options.ForwardChallenge = configSection[nameof(options.ForwardChallenge)] ?? options.ForwardChallenge;