7 writes to ForwardSignIn
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerConfigureOptions.cs (1)
55options.ForwardSignIn = configSection[nameof(options.ForwardSignIn)] ?? options.ForwardSignIn;
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
57options.ForwardSignIn = configSection[nameof(options.ForwardSignIn)] ?? options.ForwardSignIn;
Microsoft.AspNetCore.Authentication.Test (5)
OpenIdConnect\OpenIdConnectConfigurationTests.cs (1)
388o.ForwardSignIn = "specific";
PolicyTests.cs (2)
180p.ForwardSignIn = "auth1"; 292p.ForwardSignIn = "auth2";
SharedAuthenticationTests.cs (2)
97o.ForwardSignIn = "specific"; 478o.ForwardSignIn = "specific";
5 references to ForwardSignIn
Microsoft.AspNetCore.Authentication (1)
SignInAuthenticationHandler.cs (1)
40var target = ResolveTarget(Options.ForwardSignIn);
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerConfigureOptions.cs (2)
55options.ForwardSignIn = configSection[nameof(options.ForwardSignIn)] ?? options.ForwardSignIn;
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectConfigureOptions.cs (2)
57options.ForwardSignIn = configSection[nameof(options.ForwardSignIn)] ?? options.ForwardSignIn;