Share via


AzureActiveDirectoryLogin.LoginParameters 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="loginParameters")]
public System.Collections.Generic.IList<string> LoginParameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="loginParameters")>]
member this.LoginParameters : System.Collections.Generic.IList<string> with get, set
Public Property LoginParameters As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to