SiteAuthSettingsProperties.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.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)]
public System.Collections.Generic.List<string> AdditionalLoginParam { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)>]
member this.AdditionalLoginParam : System.Collections.Generic.List<string> with get, set
Public Property AdditionalLoginParam As List(Of String)

Property Value

Implements

Attributes

Applies to