2 writes to ForwardForbid
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerConfigureOptions.cs (1)
56options.ForwardForbid = configSection[nameof(options.ForwardForbid)] ?? options.ForwardForbid;
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
56options.ForwardForbid = configSection[nameof(options.ForwardForbid)] ?? options.ForwardForbid;
5 references to ForwardForbid
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
323var target = ResolveTarget(Options.ForwardForbid);
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerConfigureOptions.cs (2)
56options.ForwardForbid = configSection[nameof(options.ForwardForbid)] ?? options.ForwardForbid;
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectConfigureOptions.cs (2)
56options.ForwardForbid = configSection[nameof(options.ForwardForbid)] ?? options.ForwardForbid;