次の方法で共有


Application.Oauth2AllowUrlPathMatching プロパティ

定義

取得または設定は、トークン要求中に Azure AD が応答 URL のアプリケーション コレクションに対するリダイレクト URI のパスマッチングを許可するかどうかを指定します。 既定値は false です。

[Newtonsoft.Json.JsonProperty(PropertyName="oauth2AllowUrlPathMatching")]
public bool? Oauth2AllowUrlPathMatching { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="oauth2AllowUrlPathMatching")>]
member this.Oauth2AllowUrlPathMatching : Nullable<bool> with get, set
Public Property Oauth2AllowUrlPathMatching As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象