Skip to content

Commit

Permalink
Removing part of a warning that no longer applies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mijpeterson committed Sep 12, 2024
1 parent b8392a4 commit 856685f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ protected override async Task<TokenResult> GetTokenInnerAsync()
&& 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.");
throw;
}
catch (MsalClientException ex) when (ex.Message.Contains("WS-Trust endpoint not found"))
Expand Down

0 comments on commit 856685f

Please sign in to comment.