ApplicationInner.Oauth2AllowUrlPathMatching Property

Definition

Gets or sets specifies whether during a token Request Azure AD will allow path matching of the redirect URI against the applications collection of replyURLs. The default is 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to