10 writes to ForwardAuthenticate
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerConfigureOptions.cs (1)
51options.ForwardAuthenticate = configSection[nameof(options.ForwardAuthenticate)] ?? options.ForwardAuthenticate;
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
53options.ForwardAuthenticate = configSection[nameof(options.ForwardAuthenticate)] ?? options.ForwardAuthenticate;
Microsoft.AspNetCore.Authentication.Test (7)
OpenIdConnect\OpenIdConnectConfigurationTests.cs (2)
194o.ForwardAuthenticate = "specific"; 386o.ForwardAuthenticate = "specific";
PolicyTests.cs (2)
34p.ForwardAuthenticate = "auth2"; 179p.ForwardAuthenticate = "auth1";
SharedAuthenticationTests.cs (3)
229o.ForwardAuthenticate = "specific"; 258o.ForwardAuthenticate = "specific"; 476o.ForwardAuthenticate = "specific";
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
145compositeOptions.ForwardAuthenticate = IdentityConstants.BearerAndApplicationScheme;
5 references to ForwardAuthenticate
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
217var target = ResolveTarget(Options.ForwardAuthenticate);
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerConfigureOptions.cs (2)
51options.ForwardAuthenticate = configSection[nameof(options.ForwardAuthenticate)] ?? options.ForwardAuthenticate;
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectConfigureOptions.cs (2)
53options.ForwardAuthenticate = configSection[nameof(options.ForwardAuthenticate)] ?? options.ForwardAuthenticate;