1 write to ClientSecret
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
50options.ClientSecret = configSection[nameof(options.ClientSecret)] ?? options.ClientSecret;
5 references to ClientSecret
Microsoft.AspNetCore.Authentication.OpenIdConnect (5)
OpenIdConnectConfigureOptions.cs (2)
50options.ClientSecret = configSection[nameof(options.ClientSecret)] ?? options.ClientSecret;
OpenIdConnectHandler.cs (3)
578if (!string.IsNullOrEmpty(Options.ClientSecret)) 580parRequest.Parameters.Add(OpenIdConnectParameterNames.ClientSecret, Options.ClientSecret); 1272ClientSecret = Options.ClientSecret,