MsalAuthenticationOptions.ValidateAuthority Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.