Share via


ISiteAuthSettings.AdditionalLoginParam Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Login parameters to send to the OpenID Connect authorization endpoint when\r\n        a user logs in. Each parameter must be in the form "key=value".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="additionalLoginParams")]
public string[] AdditionalLoginParam { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Login parameters to send to the OpenID Connect authorization endpoint when\r\n        a user logs in. Each parameter must be in the form "key=value".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="additionalLoginParams")>]
member this.AdditionalLoginParam : string[] with get, set
Public Property AdditionalLoginParam As String()

Property Value

String[]
Attributes

Applies to