OidcProviderOptions.AdditionalProviderParameters Property

Definition

Gets or sets the additional provider parameters to use on the authorization flow.

C#
[System.Text.Json.Serialization.JsonPropertyName("extraQueryParams")]
public System.Collections.Generic.IDictionary<string,string> AdditionalProviderParameters { get; }

Property Value

Attributes

Remarks

These parameters are for the IdP and not for the application. Using those parameters in the application in any way on the login callback will likely introduce security issues as they should be treated as untrusted input.

Applies to

Product Versions
ASP.NET Core 6.0, 7.0, 8.0, 9.0