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