7 writes to ForwardForbid
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerConfigureOptions.cs (1)
54options.ForwardForbid = configSection[nameof(options.ForwardForbid)] ?? options.ForwardForbid;
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
56options.ForwardForbid = configSection[nameof(options.ForwardForbid)] ?? options.ForwardForbid;
Microsoft.AspNetCore.Authentication.Test (5)
OpenIdConnect\OpenIdConnectConfigurationTests.cs (2)
154o.ForwardForbid = "specific"; 390o.ForwardForbid = "specific";
PolicyTests.cs (1)
182p.ForwardForbid = "auth1";
SharedAuthenticationTests.cs (2)
179o.ForwardForbid = "specific"; 480o.ForwardForbid = "specific";
5 references to ForwardForbid
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
323var target = ResolveTarget(Options.ForwardForbid);
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerConfigureOptions.cs (2)
54options.ForwardForbid = configSection[nameof(options.ForwardForbid)] ?? options.ForwardForbid;
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectConfigureOptions.cs (2)
56options.ForwardForbid = configSection[nameof(options.ForwardForbid)] ?? options.ForwardForbid;