你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISiteAuthSettings.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