diff --git a/src/MSALWrapper/AuthFlow/IntegratedWindowsAuthentication.cs b/src/MSALWrapper/AuthFlow/IntegratedWindowsAuthentication.cs index b0764c6c..5bde2e47 100644 --- a/src/MSALWrapper/AuthFlow/IntegratedWindowsAuthentication.cs +++ b/src/MSALWrapper/AuthFlow/IntegratedWindowsAuthentication.cs @@ -66,8 +66,7 @@ protected override async Task GetTokenInnerAsync() ex.Classification == UiRequiredExceptionClassification.BasicAction && ex.Message.StartsWith("AADSTS50076", StringComparison.OrdinalIgnoreCase)) { - this.logger.LogWarning("Warning: IWA failed, 2FA is required."); - this.logger.LogWarning("Warning: IWA can pass this requirement if you log into Windows with either a Smart Card or Windows Hello."); + this.logger.LogDebug("IWA failed, 2FA is required."); throw; } catch (MsalClientException ex) when (ex.Message.Contains("WS-Trust endpoint not found"))