1 write to GetClaimsFromUserInfoEndpoint
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
59
options.
GetClaimsFromUserInfoEndpoint
= StringHelpers.ParseValueOrDefault(configSection[nameof(options.GetClaimsFromUserInfoEndpoint)], bool.Parse, options.GetClaimsFromUserInfoEndpoint);
3 references to GetClaimsFromUserInfoEndpoint
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
OpenIdConnectConfigureOptions.cs (2)
59
options.GetClaimsFromUserInfoEndpoint = StringHelpers.ParseValueOrDefault(configSection[nameof(options.
GetClaimsFromUserInfoEndpoint
)], bool.Parse, options.
GetClaimsFromUserInfoEndpoint
);
OpenIdConnectHandler.cs (1)
911
if (Options.
GetClaimsFromUserInfoEndpoint
)