Share via


ISiteAuthSettingsProperties.ClientSecret Property

Definition

The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key). This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users. Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).\r\n        This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.\r\n        Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.\r\n        More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="clientSecret")]
public string ClientSecret { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).\r\n        This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.\r\n        Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.\r\n        More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="clientSecret")>]
member this.ClientSecret : string with get, set
Public Property ClientSecret As String

Property Value

Attributes

Applies to