4 writes to Prompt
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
64
options.
Prompt
= configSection[nameof(options.Prompt)] ?? options.Prompt;
Microsoft.AspNetCore.Authentication.Test (3)
OpenIdConnect\OpenIdConnectChallengeTests.cs (3)
524
opt.
Prompt
= "consent";
544
opt.
Prompt
= "consent";
568
opt.
Prompt
= "consent";
4 references to Prompt
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
OpenIdConnectConfigureOptions.cs (2)
64
options.Prompt = configSection[nameof(options.
Prompt
)] ?? options.
Prompt
;
OpenIdConnectHandler.cs (1)
406
Prompt = properties.GetParameter<string>(OpenIdConnectParameterNames.Prompt) ?? Options.
Prompt
,
Microsoft.AspNetCore.Authentication.Test (1)
OpenIdConnect\TestSettings.cs (1)
288
ValidateParameter(OpenIdConnectParameterNames.Prompt, _options.
Prompt
, actualParams, errors, htmlEncoded);