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)
574if (!string.IsNullOrEmpty(Options.ClientSecret)) 576parRequest.Parameters.Add(OpenIdConnectParameterNames.ClientSecret, Options.ClientSecret); 1266ClientSecret = Options.ClientSecret,