共用方式為


SiteAuthSettingsInner.ClientId 屬性

定義

取得或設定此信賴憑證者應用程式的用戶端識別碼,稱為client_id。 若要使用 Azure Active Directory 或其他協力廠商 OpenID Connect 提供者啟用 OpenID 連線驗證,則需要此設定。 OpenID Connect 的詳細資訊: http://openid.net/specs/openid-connect-core-1_0.html

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientId")]
public string ClientId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientId")>]
member this.ClientId : string with get, set
Public Property ClientId As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於