IIdentityProviders.LoginParameter 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.
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.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="loginParameters")]
public string[] LoginParameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.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="loginParameters")>]
member this.LoginParameter : string[] with get, set
Public Property LoginParameter As String()
Property Value
String[]
- Attributes