次の方法で共有


SiteAuthSettingsInner.AdditionalLoginParams プロパティ

定義

ユーザーがログインするときに OpenID Connect 承認エンドポイントに送信するログイン パラメーターを取得または設定します。 各パラメーターは、"key=value" の形式である必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.additionalLoginParams")]
public System.Collections.Generic.IList<string> AdditionalLoginParams { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.additionalLoginParams")>]
member this.AdditionalLoginParams : System.Collections.Generic.IList<string> with get, set
Public Property AdditionalLoginParams As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象