Microsoft.Identity.Client.Instance.Validation.AadAuthorityValidator
AAD performs authority validation by calling the instance metadata endpoint. This is a bit unfortunate,
because instance metadata is used for aliasing, and authority validation is orthogonal to that.
MSAL must figure out aliasing even if ValidateAuthority is set to false.