Compartir a través de


Application.Oauth2AllowUrlPathMatching Propiedad

Definición

Obtiene o establece especifica si durante una solicitud de token Azure AD permitirá que la ruta de acceso coincida con el URI de redireccionamiento en la colección de aplicaciones de replyURLs. El valor predeterminado es 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a