OpenIdConnectOptions.AdditionalAuthorizationParameters 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 the additional parameters that will be included in the authorization request.
public System.Collections.Generic.IDictionary<string,string> AdditionalAuthorizationParameters { get; }
member this.AdditionalAuthorizationParameters : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property AdditionalAuthorizationParameters As IDictionary(Of String, String)
Property Value
Remarks
The additional parameters can be used to customize the authorization request, providing extra information or fulfilling specific requirements of the OpenIdConnect provider. These parameters are typically, but not always, appended to the query string.