8 writes to ForwardSignOut
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerConfigureOptions.cs (1)
56options.ForwardSignOut = configSection[nameof(options.ForwardSignOut)] ?? options.ForwardSignOut;
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
58options.ForwardSignOut = configSection[nameof(options.ForwardSignOut)] ?? options.ForwardSignOut;
Microsoft.AspNetCore.Authentication.Test (6)
OpenIdConnect\OpenIdConnectConfigurationTests.cs (3)
85o.ForwardSignOut = "specific"; 114o.ForwardSignOut = "specific"; 389o.ForwardSignOut = "specific";
PolicyTests.cs (1)
181p.ForwardSignOut = "auth1";
SharedAuthenticationTests.cs (2)
139o.ForwardSignOut = "specific"; 479o.ForwardSignOut = "specific";
7 references to ForwardSignOut
Microsoft.AspNetCore.Authentication (1)
SignOutAuthenticationHandler.cs (1)
39var target = ResolveTarget(Options.ForwardSignOut);
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerConfigureOptions.cs (2)
56options.ForwardSignOut = configSection[nameof(options.ForwardSignOut)] ?? options.ForwardSignOut;
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
OpenIdConnectConfigureOptions.cs (2)
58options.ForwardSignOut = configSection[nameof(options.ForwardSignOut)] ?? options.ForwardSignOut;
OpenIdConnectHandler.cs (1)
210var target = ResolveTarget(Options.ForwardSignOut);
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
413var target = ResolveTarget(Options.ForwardSignOut);