4 writes to GetClaimsFromUserInfoEndpoint
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
59options.GetClaimsFromUserInfoEndpoint = StringHelpers.ParseValueOrDefault(configSection[nameof(options.GetClaimsFromUserInfoEndpoint)], bool.Parse, options.GetClaimsFromUserInfoEndpoint);
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\OpenIdConnectEventTests.cs (1)
1281o.GetClaimsFromUserInfoEndpoint = true;
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1281o.GetClaimsFromUserInfoEndpoint = true;
OpenIdConnectSample (1)
Startup.cs (1)
113o.GetClaimsFromUserInfoEndpoint = true;
4 references to GetClaimsFromUserInfoEndpoint
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
OpenIdConnectConfigureOptions.cs (2)
59options.GetClaimsFromUserInfoEndpoint = StringHelpers.ParseValueOrDefault(configSection[nameof(options.GetClaimsFromUserInfoEndpoint)], bool.Parse, options.GetClaimsFromUserInfoEndpoint);
OpenIdConnectHandler.cs (1)
800if (Options.GetClaimsFromUserInfoEndpoint)
Microsoft.AspNetCore.Authentication.Test (1)
OpenIdConnect\OpenIdConnectTests.cs (1)
447Assert.False(options.GetClaimsFromUserInfoEndpoint); // Assert default values are respected