Share via


MsalAuthenticationOptions.ValidateAuthority Property

Definition

Gets or sets a value that indicates whether or not to validate the authority.

public:
 property bool ValidateAuthority { bool get(); void set(bool value); };
public bool ValidateAuthority { get; set; }
member this.ValidateAuthority : bool with get, set
Public Property ValidateAuthority As Boolean

Property Value

Remarks

This value needs to be set to false when using Azure Active Directory B2C.

Applies to