SiteAuthSettingsInner.AdditionalLoginParams Property

Definition

Gets or sets login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".

[Newtonsoft.Json.JsonProperty(PropertyName="properties.additionalLoginParams")]
public System.Collections.Generic.IList<string> AdditionalLoginParams { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.additionalLoginParams")>]
member this.AdditionalLoginParams : System.Collections.Generic.IList<string> with get, set
Public Property AdditionalLoginParams As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to