Share via


OidcProviderOptions.AdditionalProviderParameters Property

Definition

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

[System.Text.Json.Serialization.JsonPropertyName("extraQueryParams")]
public System.Collections.Generic.IDictionary<string,string> AdditionalProviderParameters { get; }
[<System.Text.Json.Serialization.JsonPropertyName("extraQueryParams")>]
member this.AdditionalProviderParameters : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property AdditionalProviderParameters As IDictionary(Of String, String)

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