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