You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently investigating SSL Heartbleed issues and detected that ADAL is using System.Security.Cryptography.OpenSsl version 4.3.0 from 2016. We are not sure if this is causing the issue, but it is still quite old. The new MSAL does not contain this package (tested on .Net 6).
The text was updated successfully, but these errors were encountered:
I don't even understand why this package is needed. I checked all files in the HealthChecks.AzureKeyVault namespace on master and don't find any reference to that package.
What would you like to be added:
We found out that KeyVault checks (and possibly others) still use the deprecated ADAL authentication library.
Why is this needed:
We are currently investigating SSL Heartbleed issues and detected that ADAL is using
System.Security.Cryptography.OpenSsl
version4.3.0
from 2016. We are not sure if this is causing the issue, but it is still quite old. The new MSAL does not contain this package (tested on .Net 6).The text was updated successfully, but these errors were encountered: