TokenValidationParameters.IgnoreTrailingSlashWhenValidatingAudience Property

Definition

Gets or sets a boolean that controls if a '/' is significant at the end of the audience. The default is true.

public bool IgnoreTrailingSlashWhenValidatingAudience { get; set; }
member this.IgnoreTrailingSlashWhenValidatingAudience : bool with get, set
Public Property IgnoreTrailingSlashWhenValidatingAudience As Boolean

Property Value

Applies to