OidcProviderOptions.AdditionalProviderParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.